Uses of Interface
com.openinventor.meshvizxlm.mesh.MiVolumeMeshUnstructured
Packages that use MiVolumeMeshUnstructured
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 slices extraction.
Provides interfaces and classes for streamlines extraction.
Provides rendering, property and action nodes.
-
Uses of MiVolumeMeshUnstructured in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiVolumeMeshUnstructuredModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiCellExtractUnstructuredMiCellExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of cell extractor for unstructured volume mesh. -
Uses of MiVolumeMeshUnstructured in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf with parameters of type MiVolumeMeshUnstructuredModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiIsosurfExtractUnstructuredMiIsosurfExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of isosurface extractor for unstructured volume mesh. -
Uses of MiVolumeMeshUnstructured in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiVolumeMeshUnstructuredModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiOutlineExtractUnstructuredMiOutlineExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of outline extractor for unstructured volume mesh. -
Uses of MiVolumeMeshUnstructured in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with parameters of type MiVolumeMeshUnstructuredModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiPointProbeUnstructuredMiPointProbeUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of a probe for unstructured volume mesh. -
Uses of MiVolumeMeshUnstructured in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin with parameters of type MiVolumeMeshUnstructuredModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiSkinExtractUnstructuredMiSkinExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of a skin extractor for unstructured volume mesh. -
Uses of MiVolumeMeshUnstructured in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice with parameters of type MiVolumeMeshUnstructuredModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiCylinderSliceExtractUnstructuredMiCylinderSliceExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of cylinder slice extractor for unstructured volume mesh.static <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiGridPlaneSliceExtractUnstructuredMiGridPlaneSliceExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of grid plane slice extractor for unstructured volume mesh.static <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiPlaneSliceExtractUnstructuredMiPlaneSliceExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of plane slice extractor for unstructured volume mesh.static <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiSphereSliceExtractUnstructuredMiSphereSliceExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of sphere slice extractor for unstructured volume mesh. -
Uses of MiVolumeMeshUnstructured in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with parameters of type MiVolumeMeshUnstructuredModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiStreamlineExtractUnstructuredMiStreamlineExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of a streamlines extractor for unstructured volume mesh. -
Uses of MiVolumeMeshUnstructured in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiVolumeMeshUnstructuredModifier and TypeMethodDescription<CellT extends MiVolumeCell,
TopologyT extends MiVolumeTopologyExplicitI<CellT>, GeometryT extends MiGeometryI>
voidMoMesh.setMesh
(MiVolumeMeshUnstructured<CellT, TopologyT, GeometryT> mesh) Sets the mesh interface to an unstructured volume mesh.