23#ifndef _MO_MESHLOGICALSLICE_
24#define _MO_MESHLOGICALSLICE_
32#pragma warning(disable:4251)
33#pragma warning(disable:4996)
134#if 1 class SoDEPRECATED SliceAxis
167 static void initClass() ;
168 static void exitClass() ;
171 virtual void doExtract(
SoAction *action);
#define MESHVIZXLM_DMAP_API
#define SO_NODE_HEADER(className)
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract mesh interface.
Dimension
Defines the dimensions in a one, two, or three-dimensional array.
SliceAxis(MiMesh::Dimension a)
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Rendering node that disp...
SoSFEnum sliceAxis
The dimension along which the logical slice will be computed defined by the MiMesh::Dimension enum.
const MiLogicalSliceExtractRectilinear * getRectilinearExtractor()
SoDEPRECATED const MiLogicalSliceExtractHexahedronIjk * getUnstructuredIjkExtractor()
const MiLogicalSliceExtractHexahedronIjk * getHexahedronIjkExtractor()
const MiLogicalSliceExtractRegular * getRegularExtractor()
Get extractor for reuse outside this node.
MoMeshLogicalSlice()
Constructor.
SoSFUInt32 sliceIndex
Index of the slice to display.
const MiLogicalSliceExtractCurvilinear * getCurvilinearExtractor()
SoSFBool upperVertex
If FALSE (the default), displays the lower part of the cell, otherwise displays the upper part of the...
<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 single Boolean value.
Field containing an enumerated value.
Field containing an unsigned int32_t integer.