59#ifndef PLUGINFUNCTIONSPOLYMESH_HH
60#define PLUGINFUNCTIONSPOLYMESH_HH
118bool getMesh(
int _identifier , PolyMesh*& _mesh );
142PolyMesh*
polyMesh(
int _identifier );
Type for a Meshobject containing a poly mesh.
bool getMesh(int _identifier, PolyMesh *&_mesh)
Get the Poly Mesh which has the given identifier.
bool getTargetMeshes(std::vector< PolyMesh * > &_meshes)
Get a pointer to every Poly Mesh which is marked as a target mesh.
bool getObject(const int _identifier, BaseObject *&_object)
Get the object which has the given identifier.
PolyMeshObject * polyMeshObject(BaseObjectData *_object)
Cast an BaseObject to a PolyMeshObject if possible.
PolyMesh * polyMesh(BaseObjectData *_object)
Get a poly mesh from an object.
bool getSourceMeshes(std::vector< PolyMesh * > &_meshes)
Get a pointer to every Poly Mesh which is marked as a source mesh.