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 MeXScalardSetI |
MiCellExtractHexahedronIjk.extractScalarSet(MiScalardSetI scalarSet)
Extracts a
PER_NODE scalar set from the original mesh. |
abstract MeXScalardSetI |
MiCellExtractUnstructured.extractScalarSet(MiScalardSetI inputSet)
Extracts a scalar set from the original mesh.
|
Modifier and Type | Method and Description |
---|---|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiIsosurfExtractUnstructured.extractIsovalue(double isoValue,
MiScalardSetI dataSet,
MiCellFilterI cellFilter)
Builds the isosurface of the given isovalue in the given dataset.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiIsosurfExtractHexahedronIjk.extractIsovalue(double isoValue,
MiScalardSetI dataSet,
MiCellFilterIjk cellFilter)
Builds the isosurface of the given isovalue in the given
PER_NODE
dataset. |
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
MiIsosurfExtractUnstructured.extractLineIsovalue(double isoValue,
MiScalardSetI dataSet,
MiCellFilterI cellFilter)
Builds the ouline of an isosurface of the given isovalue in the given
dataset.
|
abstract MeXScalardSetI |
MiIsosurfExtractHexahedronIjk.extractScalarSet(MiScalardSetI scalarSet)
Computes a
PER_NODE scalar set on the extracted isosurface. |
abstract MeXScalardSetI |
MiIsosurfExtractUnstructured.extractScalarSet(MiScalardSetI scalarSet)
Computes a scalar set on the extracted isosurface.
|
Modifier and Type | Method and Description |
---|---|
abstract MeXScalardSetI |
MiOutlineExtractHexahedronIjk.extractScalarSet(MiScalardSetI inputSet)
Computes a
PER_NODE scalar set on the extracted outline. |
abstract MeXScalardSetI |
MiOutlineExtractUnstructured.extractScalarSet(MiScalardSetI inputSet)
Extracts a scalar set from the volume mesh.
The scalars are mapped onto the current extracted outline. |
Modifier and Type | Method and Description |
---|---|
abstract double |
MiPointProbeHexahedronIjk.getValue(MiScalardSetI dataset)
Gets the scalar value at the current probe location in the given
PER_NODE scalar set. |
double |
MiPointProbeUnstructured.getValue(MiScalardSetI dataset)
Gets the scalar value at the current probe location in the given scalar
set.
|
Modifier and Type | Method and Description |
---|---|
abstract MeXScalardSetI |
MiSkinExtractHexahedronIjk.extractScalarSet(MiScalardSetI inputSet)
Computes a
PER_NODE scalar set on the extracted skin. |
abstract MeXScalardSetI |
MiSkinExtractUnstructured.extractScalarSet(MiScalardSetI inputSet)
Extracts a scalar set from the volume mesh.
|
Modifier and Type | Method and Description |
---|---|
abstract MeXScalardSetI |
MiSlabExtractHexahedronIjk.extractScalarSet(MiScalardSetI inputSet)
Computes a
PER_NODE scalar set on the extracted skin. |
Modifier and Type | Method and Description |
---|---|
abstract MeXScalardSetI |
MiCylinderSliceExtractHexahedronIjk.extractScalarSet(MiScalardSetI scalarSet)
Computes a
PER_NODE scalar set on the extracted cylinder slice. |
abstract MeXScalardSetI |
MiCylinderSliceExtractUnstructured.extractScalarSet(MiScalardSetI scalarSet)
Extracts a scalar set from the original mesh.
|
abstract MeXScalardSetIj |
MiGridPlaneSliceExtractUnstructured.extractScalarSet(MiScalardSetI scalarSet)
Extracts a scalar set from the original mesh.
|
abstract MeXScalardSetI |
MiPlaneSliceExtractHexahedronIjk.extractScalarSet(MiScalardSetI scalarSet)
Computes a
PER_NODE scalar set on the extracted plane slice. |
abstract MeXScalardSetI |
MiPlaneSliceExtractUnstructured.extractScalarSet(MiScalardSetI scalarSet)
Extracts a scalar set from the volume mesh.
|
abstract MeXScalardSetI |
MiSphereSliceExtractHexahedronIjk.extractScalarSet(MiScalardSetI scalarSet)
Computes a
PER_NODE scalar set on the extracted sphere slice. |
abstract MeXScalardSetI |
MiSphereSliceExtractUnstructured.extractScalarSet(MiScalardSetI scalarSet)
Extracts a scalar set from the original mesh.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<MeXScalardSetI> |
MiStreamlineExtractHexahedronIjk.extractScalarSet(MiScalardSetI inputSet)
Extracts from the mesh a list of scalar sets.
The scalars are mapped onto the current extracted streamlines. |
abstract java.util.List<MeXScalardSetI> |
MiStreamlineExtractUnstructured.extractScalarSet(MiScalardSetI inputSet)
Extracts from the mesh a list of scalar sets.
The scalars are mapped onto the current extracted streamlines. |
Modifier and Type | Method and Description |
---|---|
static MiScalardSetI |
MoScalarSetElementI.get(SoState state,
int index)
Gets the element number index from the specified traversal state.
|
Modifier and Type | Method and Description |
---|---|
static void |
MoScalarSetElementI.add(SoState state,
SoNode node,
MiScalardSetI scalarSet)
Adds a scalar set to the current list of sets for the specified traversal
state and node.
|
Modifier and Type | Method and Description |
---|---|
MiScalardSetI |
MoScalarSetI.getScalarSet()
Gets the scalar set interface.
|
Modifier and Type | Method and Description |
---|---|
void |
MoScalarSetI.setScalarSet(MiScalardSetI scalarSet)
Sets the scalar set interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MeXScalardSetI
Scalar set interface for extracted unstructured meshes.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com