Uses of Interface
com.openinventor.meshvizxlm.mesh.data.MiScalardSetIjk
-
Packages that use MiScalardSetIjk Package Description com.openinventor.meshvizxlm.extractors.cell Provides classes for cell extraction and utility classes for cells.com.openinventor.meshvizxlm.extractors.isosurf Provides classes for isosurface extraction.com.openinventor.meshvizxlm.extractors.outline Provides classes for outline extraction.com.openinventor.meshvizxlm.extractors.pointprobe Provides classes for probing.com.openinventor.meshvizxlm.extractors.skin Provides classes for skin extraction.com.openinventor.meshvizxlm.extractors.slab Provides classes for slab extraction.com.openinventor.meshvizxlm.extractors.slice Provides classes for slices extraction.com.openinventor.meshvizxlm.extractors.streamline Provides interfaces and classes for streamlines extraction.com.openinventor.meshvizxlm.mapping.elements Provides state elements.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiScalardSetIjk in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiScalardSetIjk Modifier and Type Method Description abstract MeXScalardSetI
MiCellExtractIjk. extractScalarSet(MiScalardSetIjk scalarSet)
Extracts aPER_CELL
scalar set from the original mesh. -
Uses of MiScalardSetIjk in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf with parameters of type MiScalardSetIjk Modifier and Type Method Description abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI>
MiIsosurfExtractHexahedronIjk. extractIsovalue(double isoValue, MiScalardSetIjk dataSet, MiCellFilterIjk cellFilter)
Builds the isosurface of the given isovalue in the givenPER_CELL
dataset.abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI>
MiIsosurfExtractIjk. extractIsovalue(double isoValue, MiScalardSetIjk dataSet, MiCellFilterIjk cellFilter)
Builds the isosurface of the given isovalue in the given dataset.abstract MeXScalardSetI
MiIsosurfExtractIjk. extractScalarSet(MiScalardSetIjk scalarSet)
Computes aPER_CELL
scalar set on the extracted isosurface. -
Uses of MiScalardSetIjk in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiScalardSetIjk Modifier and Type Method Description abstract MeXScalardSetI
MiOutlineExtractIjk. extractScalarSet(MiScalardSetIjk scalarSet)
Computes aPER_CELL
scalar set on the extracted outline. -
Uses of MiScalardSetIjk in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with parameters of type MiScalardSetIjk Modifier and Type Method Description abstract double
MiPointProbeIjk. getValue(MiScalardSetIjk dataset)
Gets the scalar value at the current probe location in the givenPER_CELL
scalar set. -
Uses of MiScalardSetIjk in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin with parameters of type MiScalardSetIjk Modifier and Type Method Description abstract MeXScalardSetI
MiSkinExtractIjk. extractScalarSet(MiScalardSetIjk inputSet)
Computes aPER_CELL
scalar set on the extracted skin. -
Uses of MiScalardSetIjk in com.openinventor.meshvizxlm.extractors.slab
Methods in com.openinventor.meshvizxlm.extractors.slab with parameters of type MiScalardSetIjk Modifier and Type Method Description abstract MeXScalardSetI
MiSlabExtractIjk. extractScalarSet(MiScalardSetIjk inputSet)
Computes aPER_CELL
scalar set on the extracted skin. -
Uses of MiScalardSetIjk in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice with parameters of type MiScalardSetIjk Modifier and Type Method Description abstract MeXScalardSetI
MiCylinderSliceExtractIjk. extractScalarSet(MiScalardSetIjk scalarSet)
Computes aPER_CELL
scalar set on the extracted cylinder slice.abstract MeXScalardSetI
MiPlaneSliceExtractIjk. extractScalarSet(MiScalardSetIjk scalarSet)
Computes aPER_CELL
scalar set on the extracted plane slice.abstract MeXScalardSetI
MiSphereSliceExtractIjk. extractScalarSet(MiScalardSetIjk scalarSet)
Computes aPER_CELL
scalar set on the extracted sphere slice. -
Uses of MiScalardSetIjk in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with parameters of type MiScalardSetIjk Modifier and Type Method Description abstract java.util.List<MeXScalardSetI>
MiStreamlineExtractIjk. extractScalarSet(MiScalardSetIjk inputSet)
Extracts from the mesh a list of scalar sets.
The scalars are mapped onto the current extracted streamlines. -
Uses of MiScalardSetIjk in com.openinventor.meshvizxlm.mapping.elements
Methods in com.openinventor.meshvizxlm.mapping.elements that return MiScalardSetIjk Modifier and Type Method Description static MiScalardSetIjk
MoScalarSetElementIjk. 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 MiScalardSetIjk Modifier and Type Method Description static void
MoScalarSetElementIjk. add(SoState state, SoNode node, MiScalardSetIjk scalarSet)
Adds a scalar set to the current list of sets for the specified traversal state and node. -
Uses of MiScalardSetIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiScalardSetIjk Modifier and Type Method Description MiScalardSetIjk
MoScalarSetIjk. getScalarSet()
Gets the scalar set interface.Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiScalardSetIjk Modifier and Type Method Description void
MoScalarSetIjk. setScalarSet(MiScalardSetIjk scalarSet)
Sets the scalar set interface.
-