#include <meshimporter.h>
Inheritance diagram for oxygen::MeshImporter:
Public Member Functions | |
MeshImporter () | |
virtual | ~MeshImporter () |
virtual boost::shared_ptr< TriMesh > | ImportMesh (const std::string &name, __attribute__((unused)) const zeitgeist::ParameterList ¶meter)=0 |
loads or generates a mesh referenced by the given name and optional list of parameters | |
virtual std::string | MangleName (const std::string &name, const zeitgeist::ParameterList ¶meter) |
returns a unique name for each combination of name and parameter. |
MeshImporter classes are registered to the GeometryServer
Definition at line 36 of file meshimporter.h.
|
Definition at line 39 of file meshimporter.h. |
|
Definition at line 40 of file meshimporter.h. |
|
loads or generates a mesh referenced by the given name and optional list of parameters
|
|
returns a unique name for each combination of name and parameter. This is only useful for parameterized MeshImporters. The default implementation returns
Reimplemented in oxygen::StdMeshImporter. |