Factory class extract point cloud and mesh information from supported file formats. The instantiated MeshLoader and PointLoader instances are persistent, i.e. they will not be freed in the destructor of this class to prevent side effects.
More...
#include <ModelFactory.hpp>
Factory class extract point cloud and mesh information from supported file formats. The instantiated MeshLoader and PointLoader instances are persistent, i.e. they will not be freed in the destructor of this class to prevent side effects.
Definition at line 58 of file ModelFactory.hpp.
◆ readModel()
ModelPtr lvr2::ModelFactory::readModel |
( |
std::string |
filename | ) |
|
|
static |
◆ saveModel()
void lvr2::ModelFactory::saveModel |
( |
ModelPtr |
m, |
|
|
std::string |
file |
|
) |
| |
|
static |
◆ m_transform
The documentation for this class was generated from the following files: