Class MoCellFilterElement
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.elements.SoElement
-
- com.openinventor.inventor.elements.SoReplacedElement
-
- com.openinventor.meshvizxlm.mapping.elements.MoCellFilterElement
-
public class MoCellFilterElement extends SoReplacedElement
Element that stores the current cell filter.- See Also:
MoCellFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MoCellFilterElement.CellFilter
Utility class to store cell filter parameters.-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MoCellFilterElement.CellFilter
getCellFilter(SoState state)
Returns the current cell filter from the specified traversal state.static void
set(SoState state, SoNode node, MoMeshVizDataMapping.CellFilterType cellFilterType, MiCellFilter cellFilter)
Sets the current cell filter for the specified traversal state and node.-
Methods inherited from class com.openinventor.inventor.elements.SoReplacedElement
getClassStackIndex
-
Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, pop, push
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
set
public static void set(SoState state, SoNode node, MoMeshVizDataMapping.CellFilterType cellFilterType, MiCellFilter cellFilter)
Sets the current cell filter for the specified traversal state and node.- Parameters:
state
- traversal statenode
- cell filter nodecellFilterType
- type of cell filtercellFilter
- the cell filter
-
getCellFilter
public static MoCellFilterElement.CellFilter getCellFilter(SoState state)
Returns the current cell filter from the specified traversal state.- Parameters:
state
- traversal state- Returns:
- a
CellFilter
object containing the current cell filter and its type
-
-