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 MeXVec3dSetIMiCellExtractHexahedronIjk.extractVec3Set(MiVec3dSetI vectorSet) Extracts aPER_NODEvector set from the original mesh.abstract MeXVec3dSetIMiCellExtractUnstructured.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 MeXVec3dSetIMiIsosurfExtractHexahedronIjk.extractVec3Set(MiVec3dSetI vectorSet) Computes a vector set on the extracted isosurface.abstract MeXVec3dSetIMiIsosurfExtractUnstructured.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 MeXVec3dSetIMiOutlineExtractHexahedronIjk.extractVec3Set(MiVec3dSetI inputSet) Computes a vector set on the extracted outline.abstract MeXVec3dSetIMiOutlineExtractUnstructured.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_NODEvector 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 MeXVec3dSetIMiSkinExtractHexahedronIjk.extractVec3Set(MiVec3dSetI inputSet) Computes a vector set on the extracted skin.abstract MeXVec3dSetIMiSkinExtractUnstructured.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 MeXVec3dSetIMiSlabExtractHexahedronIjk.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 MeXVec3dSetIMiCylinderSliceExtractHexahedronIjk.extractVec3Set(MiVec3dSetI vectorSet) Computes a vector set on the extracted cylinder slice.abstract MeXVec3dSetIMiCylinderSliceExtractUnstructured.extractVec3Set(MiVec3dSetI vectorSet) Extracts a vector set from the original mesh.abstract MeXVec3dSetIjMiGridPlaneSliceExtractUnstructured.extractVec3Set(MiVec3dSetI vectorSet) Extracts a vector set from the original mesh.abstract MeXVec3dSetIMiPlaneSliceExtractHexahedronIjk.extractVec3Set(MiVec3dSetI vectorSet) Computes a vector set on the extracted plane slice.abstract MeXVec3dSetIMiPlaneSliceExtractUnstructured.extractVec3Set(MiVec3dSetI vectorSet) Extracts a vector set from the volume mesh.abstract MeXVec3dSetIMiSphereSliceExtractHexahedronIjk.extractVec3Set(MiVec3dSetI vectorSet) Computes a vector set on the extracted sphere slice.abstract MeXVec3dSetIMiSphereSliceExtractUnstructured.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 MiVec3dSetIGets the element number index from the specified traversal state.Methods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MiVec3dSetIModifier and TypeMethodDescriptionstatic voidMoVec3SetElementI.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 TypeMethodDescriptionvoidMoVec3SetI.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 TypeInterfaceDescriptioninterfaceVector set interface for extracted unstructured meshes.