|
Developer Documentation
|
#include <ObjectTypes/VolumeMeshObject/VolumeMeshObject.hh>#include <ObjectTypes/HexahedralMesh/HexahedralMesh.hh>#include <OpenFlipper/common/Types.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, HexahedralMeshObject *&_object) |
| HexahedralMesh * | PluginFunctions::hexahedralMesh (BaseObjectData *_object) |
| Get an HexahedralMesh from an object. More... | |
| HexahedralMesh * | PluginFunctions::hexahedralMesh (int _identifier) |
| Get a HexahedralMesh from an object id. More... | |
| HexahedralMeshObject * | PluginFunctions::hexahedralMeshObject (BaseObjectData *_object) |
| Cast an BaseObject to an HexahedralMeshObject if possible. More... | |
| HexahedralMeshObject * | PluginFunctions::hexahedralMeshObject (int _identifier) |
| Cast an int to an HexahedralMeshObject if possible. More... | |
This file contains functions which can be used by plugins to access HexahedralMeshes in the framework.
Definition in file PluginFunctionsHexahedralMesh.hh.