Uses of Interface
com.openinventor.meshvizxlm.mesh.data.MiScalardSetIj
-
Packages that use MiScalardSetIj Package Description com.openinventor.meshvizxlm.extractors.cell Provides classes for cell extraction and utility classes for cells.com.openinventor.meshvizxlm.extractors.outline Provides classes for outline extraction.com.openinventor.meshvizxlm.mapping.elements Provides state elements.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes.com.openinventor.meshvizxlm.meshextracted.data Provides interfaces for extracted data sets definition. -
-
Uses of MiScalardSetIj in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiScalardSetIj Modifier and Type Method Description abstract MeXScalardSetI
MiCellExtractIj. extractScalarSet(MiScalardSetIj scalarSet)
Extracts a scalar set from the surface mesh. -
Uses of MiScalardSetIj in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiScalardSetIj Modifier and Type Method Description abstract MeXScalardSetI
MiOutlineExtractIj. extractScalarSet(MiScalardSetIj scalarSet)
Extracts a scalar set from the surface mesh. -
Uses of MiScalardSetIj in com.openinventor.meshvizxlm.mapping.elements
Methods in com.openinventor.meshvizxlm.mapping.elements that return MiScalardSetIj Modifier and Type Method Description static MiScalardSetIj
MoScalarSetElementIj. get(SoState state, int index)
Gets the element number index from the specified traversal state.Methods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MiScalardSetIj Modifier and Type Method Description static void
MoScalarSetElementIj. add(SoState state, SoNode node, MiScalardSetIj scalarSet)
Adds a scalar set to the current list of sets for the specified traversal state and node. -
Uses of MiScalardSetIj in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiScalardSetIj Modifier and Type Method Description MiScalardSetIj
MoScalarSetIj. getScalarSet()
Gets the scalar set interface.Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiScalardSetIj Modifier and Type Method Description void
MoScalarSetIj. setScalarSet(MiScalardSetIj scalarSet)
Sets the scalar set interface. -
Uses of MiScalardSetIj in com.openinventor.meshvizxlm.meshextracted.data
Subinterfaces of MiScalardSetIj in com.openinventor.meshvizxlm.meshextracted.data Modifier and Type Interface Description interface
MeXScalardSetIj
Scalar set interface for extracted structured surface meshes.
-