64 virtual void save(
string filename );
Interface class to read laser scan data in .las-Format.
Interface specification for low-level io. All read elements are stored in linear arrays.
Base interface for all I/O related classes.
std::shared_ptr< Model > ModelPtr
virtual void save(string filename)
Save the loaded elements to the given file.
virtual ModelPtr read(string filename)
Parse the given file and load supported elements.