23#ifndef _MO_MESHCYLINDERSLICE_
24#define _MO_MESHCYLINDERSLICE_
26#include <Inventor/fields/SoSFFloat.h>
27#include <Inventor/fields/SoSFVec3f.h>
29#include <MeshVizXLM/MbVec3.h>
31#include <MeshVizXLM/mapping/nodes/MoMeshSurfaceRepresentation.h>
32#include <MeshVizXLM/extractors/MiCylinderSliceExtractUnstructuredIjk.h>
36#pragma warning(disable:4251)
121 static void initClass() ;
122 static void exitClass() ;
125 virtual void doExtract(
SoAction *action);
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Rendering node that disp...
SoDEPRECATED const MiCylinderSliceExtractHexahedronIjk * getUnstructuredIjkExtractor()
const MiCylinderSliceExtractIjk * getIjkExtractor()
const MiCylinderSliceExtractUnstructured * getUnstructuredExtractor()
Get extractor for reuse outside this node.
SoSFVec3f direction
Specifies the cylinder's direction.
SoSFVec3f center
Specifies the cylinder's center.
SoSFFloat radius
Specifies the cylinder's radius.
const MiCylinderSliceExtractHexahedronIjk * getHexahedronIjkExtractor()
MoMeshCylinderSlice()
Constructor.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract base class for ...
Abstract base class for all actions.
Field containing a floating-point value.
Field containing a three-dimensional vector.