23#ifndef _MO_MESHGRIDPLANESLICE_
24#define _MO_MESHGRIDPLANESLICE_
26#include <MeshVizXLM/mapping/nodes/MoMeshSurfaceRepresentation.h>
28#include <Inventor/fields/SoSFPlane.h>
32#pragma warning(disable:4251)
114 static void initClass() ;
115 static void exitClass() ;
118 virtual void doExtract(
SoAction *action);
MoMeshGridPlaneSlice()
Constructor.
SoSFPlane plane
Position of the grid plane slice.
const MiGridPlaneSliceExtractHexahedronIjk * getHexahedronIjkExtractor()
const MiGridPlaneSliceExtractUnstructured * getUnstructuredExtractor()
Get extractor for reuse outside this node.
const MiGridPlaneSliceExtractIjk * getIjkExtractor()
SoSFFloat step
Step between nodes defining grid density.
SoDEPRECATED const MiGridPlaneSliceExtractHexahedronIjk * getUnstructuredIjkExtractor()
Abstract base class for all actions.
Field containing a floating-point value.
Field containing a plane equation.