#include <MeshVizXLM/MxMeshIViz.h>
#include <Inventor/sys/port.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.
Defines | |
#define | MESHIVIZDM_API GCC_DLLEXPORT |
#define | __MESHVIZDMDLL "libMeshVizDataMapping" |
#define | MO_ENABLE_ELT_ALL_ACTIONS(_elt) |
Enumerations | |
enum | MeshType { VOLUME_MESH_UNSTRUCTURED, VOLUME_MESH_UNSTRUCTURED_IJK, 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 } |
enum | CellFilterType { CELL_FILTER_I, CELL_FILTER_IJ, CELL_FILTER_IJK, UNDEFINED_CELL_FILTER } |
#define __MESHVIZDMDLL "libMeshVizDataMapping" |
#define MESHIVIZDM_API GCC_DLLEXPORT |
#define MO_ENABLE_ELT_ALL_ACTIONS | ( | _elt | ) |
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);