15 #ifndef BORNAGAIN_MVVM_MODEL_MVVM_MODEL_PATH_H
16 #define BORNAGAIN_MVVM_MODEL_MVVM_MODEL_PATH_H
18 #include "mvvm/model_export.h"
35 class MVVM_MODEL_EXPORT
Path {
44 static Path fromString(
const std::string& str);
46 static Path fromVector(
const std::vector<int>& data);
48 std::string str()
const;
Supports navigation through SessionModel.
std::vector< PathElement > container_t
container_t::iterator iterator
container_t::const_iterator const_iterator
materialitems.h Collection of materials to populate MaterialModel.