Class RdbxIO

Inheritance Relationships

Base Type

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

virtual ModelPtr read(std::string filename)

Parse the rdbx file and load the supported elements TODO:

Parameters:

filename

ModelPtr read(std::string filename, int n, int reduction)

Maybe not needed TODO:

Parameters:
  • filename

  • n

  • reduction

Returns: