Class DrcIO

Inheritance Relationships

Base Type

Class Documentation

class DrcIO : public lvr2::ModelIOBase

Public Functions

inline DrcIO()
virtual ModelPtr read(string filename)

Parse the draco and load supported elements.

Parameters:

filename – The file to read.

virtual void save(string filename)

Save/Compress the loaded elements to a draco file.

Parameters:

filename – Filename of the file to write.

virtual void save(ModelPtr model, string filename)

Set the model and saves/compresses the loaded elements to a draco file.

Parameters:

filename – Filename of the file to write.