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.
|
Modifier and Type | Method and Description |
---|---|
abstract MeXVec3dSetI |
MiCellExtractHexahedronIjk.extractVec3Set(MiVec3dSetI vectorSet)
Extracts a
PER_NODE vector set from the original mesh. |
abstract MeXVec3dSetI |
MiCellExtractUnstructured.extractVec3Set(MiVec3dSetI inputSet)
Extracts a vector set from the original mesh.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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. |
Modifier and Type | Method and Description |
---|---|
abstract double[] |
MiPointProbeHexahedronIjk.getValue(MiVec3dSetI dataset)
Gets the vector value at the current probe location in the given
PER_NODE vector set. |
double[] |
MiPointProbeUnstructured.getValue(MiVec3dSetI dataset)
Gets the vector value at the current probe location in the given vector
set.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
abstract MeXVec3dSetI |
MiSlabExtractHexahedronIjk.extractVec3Set(MiVec3dSetI inputSet)
Computes a vector set on the extracted skin.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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<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<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. |
Modifier and Type | Method and Description |
---|---|
static MiVec3dSetI |
MoVec3SetElementI.get(SoState state,
int index)
Gets the element number index from the specified traversal state.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
MiVec3dSetI |
MoVec3SetI.getVec3Set()
Gets the vector set interface.
|
Modifier and Type | Method and Description |
---|---|
void |
MoVec3SetI.setVec3Set(MiVec3dSetI vectorSet)
Sets the vector set interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MeXVec3dSetI
Vector set interface for extracted unstructured meshes.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com