Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
MoMeshVizDataMapping.h File Reference

Go to the source code of this file.

Macros

#define MESHVIZXLM_DMAP_API   GCC_DLLEXPORT
 
#define MO_ENABLE_ELT_ALL_ACTIONS(_elt)
 

Enumerations

enum  MeshType {
  VOLUME_MESH_UNSTRUCTURED ,
  VOLUME_MESH_HEXAHEDRON_IJK ,
  HEXAHEDRON_MESH_IJK ,
  VOLUME_MESH_REGULAR ,
  VOLUME_MESH_RECTILINEAR ,
  VOLUME_MESH_CURVILINEAR ,
  SURFACE_MESH_UNSTRUCTURED ,
  SURFACE_MESH_REGULAR ,
  SURFACE_MESH_RECTILINEAR ,
  SURFACE_MESH_CURVILINEAR ,
  LINE_MESH_UNSTRUCTURED ,
  LINE_MESH_REGULAR ,
  LINE_MESH_CURVILINEAR ,
  POINT_MESH_CURVILINEAR ,
  UNDEFINED_MESH
}
 All supported mesh types. More...
 
enum  CellFilterType {
  CELL_FILTER_I ,
  CELL_FILTER_IJ ,
  CELL_FILTER_IJK ,
  UNDEFINED_CELL_FILTER
}
 Type of cell filter. More...
 

Macro Definition Documentation

◆ MESHVIZXLM_DMAP_API

#define MESHVIZXLM_DMAP_API   GCC_DLLEXPORT

Definition at line 42 of file MoMeshVizDataMapping.h.

◆ MO_ENABLE_ELT_ALL_ACTIONS

#define MO_ENABLE_ELT_ALL_ACTIONS (   _elt)
Value:
SO_ENABLE(SoCallbackAction, _elt);\
SO_ENABLE(SoGLRenderAction, _elt);\
SO_ENABLE(SoGetMatrixAction, _elt);\
SO_ENABLE(SoSearchAction, _elt);\
SO_ENABLE(SoGetBoundingBoxAction, _elt);\
SO_ENABLE(SoWriteAction, _elt);\
SO_ENABLE(SoHandleEventAction, _elt);\
SO_ENABLE(SoPickAction, _elt);\
SO_ENABLE(SoGetPrimitiveCountAction, _elt);
Performs a generic traversal of a scene graph or path.
Renders a scene graph using Open Inventor's Render Engine.
Computes bounding box of a scene.
Computes transformation matrix for a subgraph.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Counts number of...
Allows nodes in a graph to receive input events.
Abstract base class for picking objects in a scene.
Searches for nodes in a scene graph.
Writes a scene graph to a file.

Definition at line 59 of file MoMeshVizDataMapping.h.