Uses of Interface
com.openinventor.meshvizxlm.mesh.data.MiVec3dSetIjk
Packages that use MiVec3dSetIjk
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.
-
Uses of MiVec3dSetIjk in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiVec3dSetIjkModifier and TypeMethodDescriptionabstract MeXVec3dSetIMiCellExtractIjk.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 MiVec3dSetIjkModifier and TypeMethodDescriptionabstract MeXVec3dSetIMiIsosurfExtractIjk.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 MiVec3dSetIjkModifier and TypeMethodDescriptionabstract MeXVec3dSetIMiOutlineExtractIjk.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 MiVec3dSetIjkModifier and TypeMethodDescriptionabstract double[]MiPointProbeIjk.getValue(MiVec3dSetIjk dataset) Gets the vector value at the current probe location in the givenPER_CELLvector set. -
Uses of MiVec3dSetIjk in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin with parameters of type MiVec3dSetIjkModifier and TypeMethodDescriptionabstract MeXVec3dSetIMiSkinExtractIjk.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 MiVec3dSetIjkModifier and TypeMethodDescriptionabstract MeXVec3dSetIMiSlabExtractIjk.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 MiVec3dSetIjkModifier and TypeMethodDescriptionabstract MeXVec3dSetIMiCylinderSliceExtractIjk.extractVec3Set(MiVec3dSetIjk vectorSet) Computes a vector set on the extracted cylinder slice.abstract MeXVec3dSetIMiPlaneSliceExtractIjk.extractVec3Set(MiVec3dSetIjk vectorSet) Computes a vector set on the extracted plane slice.abstract MeXVec3dSetIMiSphereSliceExtractIjk.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 MiVec3dSetIjkModifier and TypeMethodDescriptionabstract 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 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 MiVec3dSetIjkModifier and TypeMethodDescriptionstatic MiVec3dSetIjkGets the element number index from the specified traversal state.Methods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MiVec3dSetIjkModifier and TypeMethodDescriptionstatic voidMoVec3SetElementIjk.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 MiVec3dSetIjkMethods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiVec3dSetIjkModifier and TypeMethodDescriptionvoidMoVec3SetIjk.setVec3Set(MiVec3dSetIjk vectorSet) Sets the vector set interface.