47 #ifndef _MIRA_MESHFACTORY_H_ 48 #define _MIRA_MESHFACTORY_H_ 53 #include <OGRE/OgreMesh.h> 92 const std::string& iExtension) :
93 description(iDescription), extension(iExtension) {}
103 std::vector<MeshFormatInfo> getSupportedFormats();
111 Ogre::MeshPtr loadMesh(
const std::string& filename);
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Provided for convenience.
Definition: Singleton.h:564
A singleton class that can be freely configured using policies that control the creation, instantiation, lifetime and thread-safety.
#define MIRA_GUI_VISUALIZATION_EXPORT
Definition: GuiVisualizationExports.h:61
FrameworkVis export macro declaration.
Singleton that allows to load arbitrary meshes from file in different formats.
Definition: MeshFactory.h:79