#include <MeshVizXLM/MxMeshVizXLM.h>
#include <Inventor/sys/port.h>
#include <MeshVizXLM/mapping/MoMeshVizDataMappingLibName.h>
#include <Inventor/actions/SoCallbackAction.h>
#include <Inventor/actions/SoGLRenderAction.h>
#include <Inventor/actions/SoGetMatrixAction.h>
#include <Inventor/actions/SoSearchAction.h>
#include <Inventor/actions/SoGetBoundingBoxAction.h>
#include <Inventor/actions/SoWriteAction.h>
#include <Inventor/actions/SoHandleEventAction.h>
#include <Inventor/actions/SoPickAction.h>
#include <Inventor/actions/SoGetPrimitiveCountAction.h>
#include <Inventor/SoModule.h>
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... | |
#define MESHVIZXLM_DMAP_API GCC_DLLEXPORT |
Definition at line 42 of file MoMeshVizDataMapping.h.
#define MO_ENABLE_ELT_ALL_ACTIONS | ( | _elt | ) |
Definition at line 59 of file MoMeshVizDataMapping.h.