Uses of Interface
com.openinventor.meshvizxlm.mesh.data.MiVec3dSetI
-
Packages that use MiVec3dSetI 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.com.openinventor.meshvizxlm.meshextracted.data 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 MiVec3dSetI Modifier and Type Method Description abstract 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 MiVec3dSetI Modifier and Type Method Description abstract 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 MiVec3dSetI Modifier and Type Method Description abstract 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 MiVec3dSetI Modifier and Type Method Description abstract 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 MiVec3dSetI Modifier and Type Method Description abstract 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 MiVec3dSetI Modifier and Type Method Description abstract 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 MiVec3dSetI Modifier and Type Method Description abstract 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 MiVec3dSetI Modifier and Type Method Description abstract java.util.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 java.util.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 java.util.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 java.util.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 MiVec3dSetI Modifier and Type Method Description static MiVec3dSetI
MoVec3SetElementI. 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 MiVec3dSetI Modifier and Type Method Description static 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 MiVec3dSetI Modifier and Type Method Description MiVec3dSetI
MoVec3SetI. getVec3Set()
Gets the vector set interface.Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiVec3dSetI Modifier and Type Method Description void
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.data Modifier and Type Interface Description interface
MeXVec3dSetI
Vector set interface for extracted unstructured meshes.
-