Developer Documentation
PluginFunctionsTetrahedralMesh.hh File Reference
#include <ObjectTypes/VolumeMeshObject/VolumeMeshObject.hh>
#include <ObjectTypes/TetrahedralMesh/TetrahedralMesh.hh>
#include <OpenFlipper/common/Types.hh>
#include <OpenFlipper/common/ObjectTypeDLLDefines.hh>

Go to the source code of this file.

Namespaces

 PluginFunctions
 

Functions

bool PluginFunctions::getSourceMeshes (std::vector< HexahedralMesh * > &_meshes)
 Get a pointer to every HexahedralMesh which is marked as a source. More...
 
bool PluginFunctions::getTargetMeshes (std::vector< HexahedralMesh * > &_meshes)
 Get a pointer to every HexahedralMesh which is marked as a target. More...
 
bool PluginFunctions::getObject (int _identifier, TetrahedralMeshObject *&_object)
 
TetrahedralMeshPluginFunctions::tetrahedralMesh (BaseObjectData *_object)
 Get an TetrahedralMesh from an object. More...
 
TetrahedralMeshPluginFunctions::tetrahedralMesh (int _identifier)
 Get a TetrahedralMesh from an object id. More...
 
TetrahedralMeshObjectPluginFunctions::tetrahedralMeshObject (BaseObjectData *_object)
 Cast an BaseObject to an TetrahedralMeshObject if possible. More...
 
TetrahedralMeshObjectPluginFunctions::tetrahedralMeshObject (int _identifier)
 Cast an int to an TetrahedralMeshObject if possible. More...
 

Detailed Description

This file contains functions which can be used by plugins to access TetrahedralMeshes in the framework.

Definition in file PluginFunctionsTetrahedralMesh.hh.