Developer Documentation
Loading...
Searching...
No Matches
PluginFunctionsPolyhedralMesh.hh File Reference
#include <ObjectTypes/VolumeMeshObject/VolumeMeshObject.hh>
#include <ObjectTypes/PolyhedralMesh/PolyhedralMesh.hh>
#include <OpenFlipper/common/Types.hh>
#include <OpenFlipper/common/ObjectTypeDLLDefines.hh>

Go to the source code of this file.

Namespaces

namespace  PluginFunctions
 

Functions

bool PluginFunctions::getSourceMeshes (std::vector< HexahedralMesh * > &_meshes)
 Get a pointer to every HexahedralMesh which is marked as a source.
 
bool PluginFunctions::getTargetMeshes (std::vector< HexahedralMesh * > &_meshes)
 Get a pointer to every HexahedralMesh which is marked as a target.
 
bool PluginFunctions::getObject (int _identifier, PolyhedralMeshObject *&_object)
 
PolyhedralMeshPluginFunctions::polyhedralMesh (BaseObjectData *_object)
 Get an PolyhedralMesh from an object.
 
PolyhedralMeshPluginFunctions::polyhedralMesh (int _identifier)
 Get a PolyhedralMesh from an object id.
 
PolyhedralMeshObjectPluginFunctions::polyhedralMeshObject (BaseObjectData *_object)
 Cast an BaseObject to an PolyhedralMeshObject if possible.
 
PolyhedralMeshObjectPluginFunctions::polyhedralMeshObject (int _identifier)
 Cast an int to an PolyhedralMeshObject if possible.
 

Detailed Description

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

Definition in file PluginFunctionsPolyhedralMesh.hh.