Uses of Interface
com.openinventor.meshvizxlm.mesh.data.MiVec3dSetIjk
-
Packages that use MiVec3dSetIjk 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 MiVec3dSetIjk in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiVec3dSetIjk Modifier and Type Method Description abstract MeXVec3dSetI
MiCellExtractIjk. extractVec3Set(MiVec3dSetIjk vectorSet)
Extracts a vector set from the original mesh. -
Uses of MiVec3dSetIjk in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf with parameters of type MiVec3dSetIjk Modifier and Type Method Description abstract MeXVec3dSetI
MiIsosurfExtractIjk. extractVec3Set(MiVec3dSetIjk vectorSet)
Computes a vector set on the extracted isosurface. -
Uses of MiVec3dSetIjk in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiVec3dSetIjk Modifier and Type Method Description abstract MeXVec3dSetI
MiOutlineExtractIjk. extractVec3Set(MiVec3dSetIjk vectorSet)
Computes a vector set on the extracted outline. -
Uses of MiVec3dSetIjk in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with parameters of type MiVec3dSetIjk Modifier and Type Method Description abstract double[]
MiPointProbeIjk. getValue(MiVec3dSetIjk dataset)
Gets the vector value at the current probe location in the givenPER_CELL
vector set. -
Uses of MiVec3dSetIjk in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin with parameters of type MiVec3dSetIjk Modifier and Type Method Description abstract MeXVec3dSetI
MiSkinExtractIjk. extractVec3Set(MiVec3dSetIjk inputSet)
Computes a vector set on the extracted skin. -
Uses of MiVec3dSetIjk in com.openinventor.meshvizxlm.extractors.slab
Methods in com.openinventor.meshvizxlm.extractors.slab with parameters of type MiVec3dSetIjk Modifier and Type Method Description abstract MeXVec3dSetI
MiSlabExtractIjk. extractVec3Set(MiVec3dSetIjk inputSet)
Computes a vector set on the extracted skin. -
Uses of MiVec3dSetIjk in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice with parameters of type MiVec3dSetIjk Modifier and Type Method Description abstract MeXVec3dSetI
MiCylinderSliceExtractIjk. extractVec3Set(MiVec3dSetIjk vectorSet)
Computes a vector set on the extracted cylinder slice.abstract MeXVec3dSetI
MiPlaneSliceExtractIjk. extractVec3Set(MiVec3dSetIjk vectorSet)
Computes a vector set on the extracted plane slice.abstract MeXVec3dSetI
MiSphereSliceExtractIjk. extractVec3Set(MiVec3dSetIjk vectorSet)
Computes a vector set on the extracted sphere slice. -
Uses of MiVec3dSetIjk in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with parameters of type MiVec3dSetIjk Modifier and Type Method Description abstract java.util.List<MeXLineMeshCurvilinear<MeXTopologyI,MeXGeometryI>>
MiStreamlineExtractIjk. extractStreamlines(MiVec3dSetIjk inputDataSet, MiCellFilterIjk cellFilter, double[]... startPoints)
Builds the topology and geometry of the streamlines starting at the given points in the given dataset.abstract java.util.List<MeXVec3dSetI>
MiStreamlineExtractIjk. extractVec3Set(MiVec3dSetIjk inputSet)
Extracts from the mesh a list of vector sets.
The vectors are mapped onto the current extracted streamlines. -
Uses of MiVec3dSetIjk in com.openinventor.meshvizxlm.mapping.elements
Methods in com.openinventor.meshvizxlm.mapping.elements that return MiVec3dSetIjk Modifier and Type Method Description static MiVec3dSetIjk
MoVec3SetElementIjk. 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 MiVec3dSetIjk Modifier and Type Method Description static void
MoVec3SetElementIjk. add(SoState state, SoNode node, MiVec3dSetIjk vectorSet)
Adds a vector set to the current list of sets for the specified traversal state and node. -
Uses of MiVec3dSetIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiVec3dSetIjk Modifier and Type Method Description MiVec3dSetIjk
MoVec3SetIjk. getVec3Set()
Gets the vector set interface.Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiVec3dSetIjk Modifier and Type Method Description void
MoVec3SetIjk. setVec3Set(MiVec3dSetIjk vectorSet)
Sets the vector set interface.
-