Stores the current cell filter. More...
#include <MeshVizXLM/mapping/elements/MoCellFilterElement.h>
Public Member Functions | |
virtual void | print (FILE *fp) const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, SoNode *node, CellFilterType cellFilterType, const MiCellFilter *cellFilter) |
static const MiCellFilter * | getCellFilter (SoState *state, CellFilterType &cellFilterType) |
This element stores the current cell filter.
static const MiCellFilter* MoCellFilterElement::getCellFilter | ( | SoState * | state, | |
CellFilterType & | cellFilterType | |||
) | [static] |
Returns the current cellfilter from the state.
static int MoCellFilterElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoReplacedElement.
static SoType MoCellFilterElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoReplacedElement.
virtual void MoCellFilterElement::print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
Reimplemented from SoReplacedElement.
static void MoCellFilterElement::set | ( | SoState * | state, | |
SoNode * | node, | |||
CellFilterType | cellFilterType, | |||
const MiCellFilter * | cellFilter | |||
) | [static] |
Sets the current cell filter.