Uses of Enum Class
com.openinventor.meshvizxlm.mapping.MoMeshVizDataMapping.CellFilterType
Packages that use MoMeshVizDataMapping.CellFilterType
Package
Description
Provides state elements.
-
Uses of MoMeshVizDataMapping.CellFilterType in com.openinventor.meshvizxlm.mapping
Methods in com.openinventor.meshvizxlm.mapping that return MoMeshVizDataMapping.CellFilterTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MoMeshVizDataMapping.CellFilterType[]MoMeshVizDataMapping.CellFilterType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MoMeshVizDataMapping.CellFilterType in com.openinventor.meshvizxlm.mapping.elements
Fields in com.openinventor.meshvizxlm.mapping.elements declared as MoMeshVizDataMapping.CellFilterTypeModifier and TypeFieldDescriptionMoCellFilterElement.CellFilter.cellFilterTypeThe cell filter typeMethods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MoMeshVizDataMapping.CellFilterTypeModifier and TypeMethodDescriptionstatic voidMoCellFilterElement.set(SoState state, SoNode node, MoMeshVizDataMapping.CellFilterType cellFilterType, MiCellFilter cellFilter) Sets the current cell filter for the specified traversal state and node.