59 #ifndef PLUGINFUNCTIONSTRIANGLEMESH_HH 60 #define PLUGINFUNCTIONSTRIANGLEMESH_HH 117 bool getMesh(
int _identifier , TriMesh*& _mesh );
140 TriMesh*
triMesh(
int _identifier );
161 #endif //PLUGINFUNCTIONSTRIANGLEMESH_HH
TriMeshObject * triMeshObject(BaseObjectData *_object)
Cast an BaseObject to a TriMeshObject if possible.
TriMesh * triMesh(BaseObjectData *_object)
Get a triangle mesh from an object.
bool getMesh(int _identifier, PolyMesh *&_mesh)
Get the Poly Mesh which has the given identifier.
bool getObject(const int _identifier, BaseObject *&_object)
Get the object which has the given identifier.
Type for a MeshObject containing a triangle mesh.
bool getTargetMeshes(std::vector< PolyMesh *> &_meshes)
Get a pointer to every Poly Mesh which is marked as a target mesh.
bool getSourceMeshes(std::vector< PolyMesh *> &_meshes)
Get a pointer to every Poly Mesh which is marked as a source mesh.