24#ifndef _MO_MESHREPRESENTATION_
25#define _MO_MESHREPRESENTATION_
27#include <MeshVizXLM/mapping/nodes/MoMeshBaseRepresentation.h>
28#include <Inventor/fields/SoSFNode.h>
29#include <Inventor/sensors/SoFieldSensor.h>
30#include <MeshVizXLM/mesh/data/MiDataSetI.h>
31#include <MeshVizXLM/mesh/data/MiDataSetIj.h>
32#include <MeshVizXLM/mesh/data/MiDataSetIjk.h>
42class MdMeshRepresentation;
44class MxAttributesManager;
85class MESHVIZXLM_DMAP_API MoMeshRepresentation :
public MoMeshBaseRepresentation {
87 SO_NODE_HEADER(MoMeshRepresentation) ;
120 static void initClass() ;
121 static void exitClass() ;
123 size_t getTimeStamp()
const;
131 bool isUsingTessellator()
const;
135 virtual void doExtract(
SoAction *action) = 0;
136 virtual void doAction(
SoAction *action);
142 virtual const MiScalardSetI* extractScalarSetI(
SoState * SO_UNUSED_PARAM(state),
size_t SO_UNUSED_PARAM(scalarSetId));
143 virtual const MiScalardSetIj* extractScalarSetIj(
SoState * SO_UNUSED_PARAM(state),
size_t SO_UNUSED_PARAM(scalarSetId));
146 virtual const MiVec3dSetI* extractVec3SetI(
SoState * SO_UNUSED_PARAM(state),
size_t SO_UNUSED_PARAM(vec3SetId));
147 virtual const MiVec3dSetIj* extractVec3SetIj(
SoState * SO_UNUSED_PARAM(state),
size_t SO_UNUSED_PARAM(vec3SetId));
150 MoMeshRepresentation() ;
151 virtual ~MoMeshRepresentation() ;
160 template <
typename _MeshInterface>
161 std::vector<const MiScalardSet*> getColorSetFromState(
SoState* state);
163 virtual void clear();
165 MdMeshRepresentation* m_nodeImpl;
171 static void parallelFieldSensorCB(
void* data,
SoSensor* sensor);
175 MxAttributesManager* m_attributesManager;
179 bool m_usingTessellator;
181 MdMeshCache* m_meshCache;
183 MdProfilingTool* m_profiling;
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract mesh interface.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract tessellator int...
Stores detail information about a mesh.
virtual void setExtractorCallback(MiExtractorCallback *extractorCallback)
Set the extraction callback which will be called each time an extraction is performed.
friend class MdExtractionThread
friend class MdMeshMultiLinesRepresentation
SoSFBool parallel
If TRUE, the node tries to launch the extraction in parallel if this is supported by the associated e...
friend class MdUndefinedMeshRepresentation
virtual SoDEPRECATED void setExtractorCallback(MiExtractorCallback &extractorCallback)
SoSFInt32 colorScalarSetId
Field representing the scalar set node to be used to map colors onto the representation.
friend class MdMeshRepresentationFor
Sensor class that can be attached to Open Inventor fields.
Intersects objects with a ray cast into scene.
Field containing a single Boolean value.
Field containing a int32_t integer.
Abstract base class for Open Inventor sensors.
MeshType
All supported mesh types.
MiTypedDataSet< double > MiScalardSet
Specialization for scalar sets containing double.
MiDataSetI< MbVec3d > MiVec3dSetI
Specialization for unstructured vector sets containing MbVec3d.
MiDataSetIj< MbVec3d > MiVec3dSetIj
Specialization for structured vector sets containing MbVec3d.
MiDataSetIj< double > MiScalardSetIj
Specialization for structured scalar sets containing double.
MiDataSetI< double > MiScalardSetI
Specialization for unstructured scalar sets containing double.