26#include <Inventor/fields/SoSFUInt32.h>
27#include <MeshVizXLM/mapping/nodes/MoMeshSurfaceRepresentation.h>
31#pragma warning(disable:4251)
38class MdMeshRepresentation;
78class MESHVIZXLM_DMAP_API
MoMeshSlab :
public MoMeshSurfaceRepresentation {
125 static void initClass() ;
126 static void exitClass() ;
129 virtual void doExtract(
SoAction *action);
const MiSkinExtractHexahedronIjk * getHexahedronIjkExtractor()
const MiSkinExtractUnstructured * getUnstructuredExtractor()
Get extractor for reuse outside this node.
SoSFEnum dimension
The dimension along which the slab will be computed defined by the MiMesh::Dimension enum.
SoSFUInt32 index
The index of the slab, 0 to N-1, where N is number of cells in the given dimension.
SoSFUInt32 thickness
Thickness of the slab in number of cells.
const MiSkinExtractIjk * getIjkExtractor()
SoDEPRECATED const MiSkinExtractHexahedronIjk * getUnstructuredIjkExtractor()
Abstract base class for all actions.
Field containing an enumerated value.
Field containing an unsigned int32_t integer.