Developer Documentation
PluginFunctionsHexahedralMesh.hh File Reference
#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)
 
HexahedralMeshPluginFunctions::hexahedralMesh (BaseObjectData *_object)
 Get an HexahedralMesh from an object. More...
 
HexahedralMeshPluginFunctions::hexahedralMesh (int _identifier)
 Get a HexahedralMesh from an object id. More...
 
HexahedralMeshObjectPluginFunctions::hexahedralMeshObject (BaseObjectData *_object)
 Cast an BaseObject to an HexahedralMeshObject if possible. More...
 
HexahedralMeshObjectPluginFunctions::hexahedralMeshObject (int _identifier)
 Cast an int to an HexahedralMeshObject if possible. More...
 

Detailed Description

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

Definition in file PluginFunctionsHexahedralMesh.hh.