23#ifndef _MOMESHVIZDATAMAPPING_H
24#define _MOMESHVIZDATAMAPPING_H
26#include <MeshVizXLM/MxMeshVizXLM.h>
28#include <Inventor/sys/port.h>
29#include <MeshVizXLM/mapping/MoMeshVizDataMappingLibName.h>
33# ifdef MeshVizDataMapping_EXPORTS
34# define MESHVIZXLM_DMAP_API VC_DLL_EXPORT
36# define MESHVIZXLM_DMAP_API VC_DLL_IMPORT
37# ifndef OIV_DISABLE_AUTOLINK
38# pragma comment(lib,__MESHVIZDATAMAPPINGLIB)
42# define MESHVIZXLM_DMAP_API GCC_DLLEXPORT
45#include <Inventor/actions/SoCallbackAction.h>
46#include <Inventor/actions/SoGLRenderAction.h>
47#include <Inventor/actions/SoGetMatrixAction.h>
48#include <Inventor/actions/SoSearchAction.h>
49#include <Inventor/actions/SoGetBoundingBoxAction.h>
50#include <Inventor/actions/SoWriteAction.h>
51#include <Inventor/actions/SoHandleEventAction.h>
52#include <Inventor/actions/SoPickAction.h>
53#include <Inventor/actions/SoGetPrimitiveCountAction.h>
55#include <Inventor/SoModule.h>
56SO_MODULE_HEADER(SoMeshVizDataMapping, __MESHVIZDATAMAPPINGDLL)
59#define MO_ENABLE_ELT_ALL_ACTIONS(_elt)\
60SO_ENABLE(SoCallbackAction, _elt);\
61SO_ENABLE(SoGLRenderAction, _elt);\
62SO_ENABLE(SoGetMatrixAction, _elt);\
63SO_ENABLE(SoSearchAction, _elt);\
64SO_ENABLE(SoGetBoundingBoxAction, _elt);\
65SO_ENABLE(SoWriteAction, _elt);\
66SO_ENABLE(SoHandleEventAction, _elt);\
67SO_ENABLE(SoPickAction, _elt);\
68SO_ENABLE(SoGetPrimitiveCountAction, _elt);
MeshType
All supported mesh types.
CellFilterType
Type of cell filter.
@ VOLUME_MESH_UNSTRUCTURED
Unstructured Volume Mesh.
@ SURFACE_MESH_RECTILINEAR
Rectilinear Surface Mesh.
@ VOLUME_MESH_HEXAHEDRON_IJK
Structured Hexahedron Mesh.
@ VOLUME_MESH_REGULAR
Regular Volume Mesh.
@ LINE_MESH_REGULAR
Regular Line Mesh.
@ VOLUME_MESH_CURVILINEAR
Curvilinear Volume Mesh.
@ SURFACE_MESH_CURVILINEAR
Curvilinear Surface Mesh.
@ VOLUME_MESH_RECTILINEAR
Rectilinear Volume Mesh.
@ SURFACE_MESH_REGULAR
Regular Surface Mesh.
@ SURFACE_MESH_UNSTRUCTURED
Unstructured Surface Mesh.
@ HEXAHEDRON_MESH_IJK
Structured Vertex Hexahedron Mesh.
@ POINT_MESH_CURVILINEAR
Curvilinear Point Mesh.
@ LINE_MESH_CURVILINEAR
Curvilinear Line Mesh.
@ UNDEFINED_MESH
Mesh not defined.
@ LINE_MESH_UNSTRUCTURED
Unstructured Line Mesh.
@ CELL_FILTER_I
Cell Filter for unstructured meshes.
@ UNDEFINED_CELL_FILTER
Cell Filter not defined.
@ CELL_FILTER_IJK
Cell Filter for structured volume meshes.
@ CELL_FILTER_IJ
Cell Filter for structured surface meshes.