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