Uses of Interface
com.openinventor.meshvizxlm.mesh.data.MiVec3dSetI
Packages that use MiVec3dSetI
Package
Description
Provides classes for cell extraction and utility classes for cells.
Provides classes for isosurface extraction.
Provides classes for outline extraction.
Provides classes for probing.
Provides classes for skin extraction.
Provides classes for slab extraction.
Provides classes for slices extraction.
Provides interfaces and classes for streamlines extraction.
Provides state elements.
Provides rendering, property and action nodes.
Provides interfaces for extracted data sets definition.
-
Uses of MiVec3dSetI in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiVec3dSetIModifier and TypeMethodDescriptionabstract MeXVec3dSetI
MiCellExtractHexahedronIjk.extractVec3Set
(MiVec3dSetI vectorSet) Extracts aPER_NODE
vector set from the original mesh.abstract MeXVec3dSetI
MiCellExtractUnstructured.extractVec3Set
(MiVec3dSetI inputSet) Extracts a vector set from the original mesh. -
Uses of MiVec3dSetI in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf with parameters of type MiVec3dSetIModifier and TypeMethodDescriptionabstract MeXVec3dSetI
MiIsosurfExtractHexahedronIjk.extractVec3Set
(MiVec3dSetI vectorSet) Computes a vector set on the extracted isosurface.abstract MeXVec3dSetI
MiIsosurfExtractUnstructured.extractVec3Set
(MiVec3dSetI vectorSet) Computes a vector set on the extracted isosurface. -
Uses of MiVec3dSetI in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiVec3dSetIModifier and TypeMethodDescriptionabstract MeXVec3dSetI
MiOutlineExtractHexahedronIjk.extractVec3Set
(MiVec3dSetI inputSet) Computes a vector set on the extracted outline.abstract MeXVec3dSetI
MiOutlineExtractUnstructured.extractVec3Set
(MiVec3dSetI inputSet) Extracts a vector set from the volume mesh.
The vectors are mapped onto the current extracted outline. -
Uses of MiVec3dSetI in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with parameters of type MiVec3dSetIModifier and TypeMethodDescriptionabstract double[]
MiPointProbeHexahedronIjk.getValue
(MiVec3dSetI dataset) Gets the vector value at the current probe location in the givenPER_NODE
vector set.double[]
MiPointProbeUnstructured.getValue
(MiVec3dSetI dataset) Gets the vector value at the current probe location in the given vector set. -
Uses of MiVec3dSetI in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin with parameters of type MiVec3dSetIModifier and TypeMethodDescriptionabstract MeXVec3dSetI
MiSkinExtractHexahedronIjk.extractVec3Set
(MiVec3dSetI inputSet) Computes a vector set on the extracted skin.abstract MeXVec3dSetI
MiSkinExtractUnstructured.extractVec3Set
(MiVec3dSetI inputSet) Extracts a vector set from the volume mesh. -
Uses of MiVec3dSetI in com.openinventor.meshvizxlm.extractors.slab
Methods in com.openinventor.meshvizxlm.extractors.slab with parameters of type MiVec3dSetIModifier and TypeMethodDescriptionabstract MeXVec3dSetI
MiSlabExtractHexahedronIjk.extractVec3Set
(MiVec3dSetI inputSet) Computes a vector set on the extracted skin. -
Uses of MiVec3dSetI in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice with parameters of type MiVec3dSetIModifier and TypeMethodDescriptionabstract MeXVec3dSetI
MiCylinderSliceExtractHexahedronIjk.extractVec3Set
(MiVec3dSetI vectorSet) Computes a vector set on the extracted cylinder slice.abstract MeXVec3dSetI
MiCylinderSliceExtractUnstructured.extractVec3Set
(MiVec3dSetI vectorSet) Extracts a vector set from the original mesh.abstract MeXVec3dSetIj
MiGridPlaneSliceExtractUnstructured.extractVec3Set
(MiVec3dSetI vectorSet) Extracts a vector set from the original mesh.abstract MeXVec3dSetI
MiPlaneSliceExtractHexahedronIjk.extractVec3Set
(MiVec3dSetI vectorSet) Computes a vector set on the extracted plane slice.abstract MeXVec3dSetI
MiPlaneSliceExtractUnstructured.extractVec3Set
(MiVec3dSetI vectorSet) Extracts a vector set from the volume mesh.abstract MeXVec3dSetI
MiSphereSliceExtractHexahedronIjk.extractVec3Set
(MiVec3dSetI vectorSet) Computes a vector set on the extracted sphere slice.abstract MeXVec3dSetI
MiSphereSliceExtractUnstructured.extractVec3Set
(MiVec3dSetI vectorSet) Extracts a vector set from the original mesh. -
Uses of MiVec3dSetI in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with parameters of type MiVec3dSetIModifier and TypeMethodDescriptionabstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractHexahedronIjk.extractStreamlines
(MiVec3dSetI inputDataSet, MiCellFilterIjk cellFilter, double[]... startPoints) Builds the topology and geometry of the streamlines starting at the given points in the given dataset.abstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractUnstructured.extractStreamlines
(MiVec3dSetI inputDataSet, MiCellFilterI cellFilter, double[]... startPoints) Builds the topology and geometry of the streamlines starting at the given points in the given dataset.abstract List
<MeXVec3dSetI> MiStreamlineExtractHexahedronIjk.extractVec3Set
(MiVec3dSetI inputSet) Extracts from the mesh a list of vector sets.
The vectors are mapped onto the current extracted streamlines.abstract List
<MeXVec3dSetI> MiStreamlineExtractUnstructured.extractVec3Set
(MiVec3dSetI inputSet) Extracts from the mesh a list of vector sets.
The vectors are mapped onto the current extracted streamlines. -
Uses of MiVec3dSetI in com.openinventor.meshvizxlm.mapping.elements
Methods in com.openinventor.meshvizxlm.mapping.elements that return MiVec3dSetIModifier and TypeMethodDescriptionstatic MiVec3dSetI
Gets the element number index from the specified traversal state.Methods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MiVec3dSetIModifier and TypeMethodDescriptionstatic void
MoVec3SetElementI.add
(SoState state, SoNode node, MiVec3dSetI vectorSet) Adds a vector set to the current list of sets for the specified traversal state and node. -
Uses of MiVec3dSetI in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiVec3dSetIMethods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiVec3dSetIModifier and TypeMethodDescriptionvoid
MoVec3SetI.setVec3Set
(MiVec3dSetI vectorSet) Sets the vector set interface. -
Uses of MiVec3dSetI in com.openinventor.meshvizxlm.meshextracted.data
Subinterfaces of MiVec3dSetI in com.openinventor.meshvizxlm.meshextracted.dataModifier and TypeInterfaceDescriptioninterface
Vector set interface for extracted unstructured meshes.