35 #ifndef BOCTREEIO_HPP_ 36 #define BOCTREEIO_HPP_ 43 #include <boost/filesystem.hpp> 51 using Vec = BaseVector<float>;
78 virtual void save(
string filename );
A 4x4 matrix class implementation for use with the provided vertex types.
IO-Class to import compressed octrees from slam6d.
Matrix4< Vec > parseFrameFile(ifstream &frameFile)
virtual void save(string filename)
Save the loaded elements to the given file.
Interface specification for low-level io. All read elements are stored in linear arrays.
virtual ModelPtr read(string filename)
Parse the given file and load supported elements.
Base interface for all I/O related classes.
std::shared_ptr< Model > ModelPtr
IO of a 3D scan in oct-file format.