virtual ModelPtr getModel()
Get the model for io operations.
Base interface for all I/O related classes.
std::shared_ptr< Model > ModelPtr
virtual void save(std::string filename)=0
Save the loaded elements to the given file.
virtual void setModel(ModelPtr m)
Set the model for io operations to use.