25#ifndef _PO_CELL_FILTER_ELEMENT_
26#define _PO_CELL_FILTER_ELEMENT_
28#include <Inventor/elements/SoReplacedElement.h>
29#include <MeshViz/nodes/PoCellFilter.h>
34class PoCellFilterElement :
public SoReplacedElement {
36 SO_ELEMENT_HEADER(PoCellFilterElement);
47 static void initClass();
48 static void exitClass() ;
54 virtual void init(
SoState *state);
56 virtual ~PoCellFilterElement();
static void set(SoState *state, SoNode *cellFilter)
static const PoCellFilter * get(SoState *state)
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Interface class defining...
Abstract base class for all database nodes.