23#ifndef _MO_MESHOUTLINE_
24#define _MO_MESHOUTLINE_
26#include <MeshVizXLM/mapping/nodes/MoMeshLineRepresentation.h>
30#pragma warning(disable:4251)
33class MdMeshRepresentation;
84class MESHVIZXLM_DMAP_API
MoMeshOutline :
public MoMeshLineRepresentation {
114 static void initClass() ;
115 static void exitClass() ;
118 virtual void doExtract(
SoAction *action);
const MiOutlineExtractIj * getIjExtractor()
SoDEPRECATED const MiOutlineExtractHexahedronIjk * getUnstructuredIjkExtractor()
MoMeshOutline()
Constructor.
const MiOutlineExtractUnstructured * getUnstructuredExtractor()
Get extractor for reuse outside this node.
const MiOutlineExtractIjk * getIjkExtractor()
const MiOutlineExtractHexahedronIjk * getHexahedronIjkExtractor()
Abstract base class for all actions.