23#ifndef _MO_MESHSPHERESLICE_
24#define _MO_MESHSPHERESLICE_
26#include <MeshVizXLM/MbVec3.h>
28#include <MeshVizXLM/mapping/nodes/MoMeshSurfaceRepresentation.h>
29#include <MeshVizXLM/extractors/MiSphereSliceExtractUnstructuredIjk.h>
31#include <Inventor/fields/SoSFFloat.h>
32#include <Inventor/fields/SoSFVec3f.h>
36#pragma warning(disable:4251)
114 static void initClass() ;
115 static void exitClass() ;
118 virtual void doExtract(
SoAction *action);
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Rendering node that disp...
SoDEPRECATED const MiSphereSliceExtractHexahedronIjk * getUnstructuredIjkExtractor()
const MiSphereSliceExtractHexahedronIjk * getHexahedronIjkExtractor()
SoSFFloat radius
Specifies the sphere's radius.
MoMeshSphereSlice()
Constructor.
const MiSphereSliceExtractUnstructured * getUnstructuredExtractor()
Get extractor for reuse outside this node.
const MiSphereSliceExtractIjk * getIjkExtractor()
SoSFVec3f center
Specifies the shpere's center.
<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.