Class RdbxIO
Defined in File RdbxIO.hpp
Inheritance Relationships
Base Type
public lvr2::ModelIOBase(Class ModelIOBase)
Class Documentation
-
class RdbxIO : public lvr2::ModelIOBase
Public Functions
-
RdbxIO()
-
explicit RdbxIO(const std::vector<std::string> &attributes)
-
~RdbxIO()
-
virtual void save(std::string filename)
Save the loaded elements to a rdbx file TODO:
- Parameters:
filename –
-
virtual void save(ModelPtr model, std::string filename)
Set the model and save the loaded elements to a rdbx file TODO:
- Parameters:
model –
filename –
-
RdbxIO()