Class ModelFactory

Class Documentation

class ModelFactory

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.

Public Static Functions

static ModelPtr readModel(std::string filename)
static void saveModel(ModelPtr m, std::string file)

Public Static Attributes

static CoordinateTransform<float> m_transform