59 #ifndef PLUGINFUNCTIONSPOLYMESH_HH 60 #define PLUGINFUNCTIONSPOLYMESH_HH 118 bool getMesh(
int _identifier , PolyMesh*& _mesh );
142 PolyMesh*
polyMesh(
int _identifier );
164 #endif //PLUGINFUNCTIONSPOLYMESH_HH
PolyMeshObject * polyMeshObject(BaseObjectData *_object)
Cast an BaseObject to a PolyMeshObject if possible.
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.
PolyMesh * polyMesh(BaseObjectData *_object)
Get a poly mesh from an object.
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.
Type for a Meshobject containing a poly mesh.