23#ifndef _MO_MESHELEVATEDPLANESLICE_
24#define _MO_MESHELEVATEDPLANESLICE_
35#pragma warning(disable:4251)
103 static void initClass() ;
104 static void exitClass() ;
107 virtual void doExtract(
SoAction *action );
112 template<
typename _MeshInterface,
typename _Extractor,
typename _ScalarSet,
typename _MoScalarSet,
typename _CellFilter>
113 void doExtract(
SoState * state,
const _MeshInterface* mesh, _Extractor** extractor );
115 template<
typename _Extractor,
typename _ScalarSet,
typename _MoScalarSet,
typename _CellFilter>
116 void extract(
SoState * state, _Extractor* extractor,
const _CellFilter *cellFilter );
118 void computePlane(
MbVec3d& normal,
double& distance);
#define MESHVIZXLM_DMAP_API
#define SO_NODE_HEADER(className)
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Rendering node that disp...
MoMeshElevatedPlaneSlice()
Constructor.
SoSFInt32 elevationScalarSetId
The scalar set to be used to map elevation onto the representation.
SoSFDouble scaleFactor
The scaleFactor can be set to control the height of extruded cells.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Rendering node that disp...
Abstract base class for all actions.
Field containing a floating-point value.
Field containing a int32_t integer.