BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Pure virtual interface to save and restore session models to/from disk. More...
Public Member Functions | |
virtual | ~ModelDocumentInterface ()=default |
virtual void | load (const std::string &file_name)=0 |
virtual void | save (const std::string &file_name) const =0 |
Pure virtual interface to save and restore session models to/from disk.
Definition at line 25 of file modeldocumentinterface.h.
|
virtualdefault |
|
pure virtual |
Implemented in ModelView::JsonDocument.
Referenced by ModelView::Project::load().
|
pure virtual |
Implemented in ModelView::JsonDocument.
Referenced by ModelView::Project::save().