Uses of Interface
com.openinventor.meshvizxlm.mesh.MiVolumeMeshHexahedronIjk
-
Packages that use MiVolumeMeshHexahedronIjk 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.nodes Provides rendering, property and action nodes. -
-
Uses of MiVolumeMeshHexahedronIjk in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiVolumeMeshHexahedronIjk Modifier and Type Method Description static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiCellExtractHexahedronIjkMiCellExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of cell extractor for an IJK hexahedron volume mesh. -
Uses of MiVolumeMeshHexahedronIjk in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf with parameters of type MiVolumeMeshHexahedronIjk Modifier and Type Method Description static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiIsosurfExtractHexahedronIjkMiIsosurfExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of isosurface extractor for IJK Hexahedron volume mesh. -
Uses of MiVolumeMeshHexahedronIjk in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiVolumeMeshHexahedronIjk Modifier and Type Method Description static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiOutlineExtractHexahedronIjkMiOutlineExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of outline extractor for unstructured IJK mesh. -
Uses of MiVolumeMeshHexahedronIjk in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with parameters of type MiVolumeMeshHexahedronIjk Modifier and Type Method Description static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiPointProbeHexahedronIjkMiPointProbeHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of a probe for IJK Hexahedron volume mesh. -
Uses of MiVolumeMeshHexahedronIjk in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin with parameters of type MiVolumeMeshHexahedronIjk Modifier and Type Method Description static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiSkinExtractHexahedronIjkMiSkinExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of a skin extractor for IJK Hexahedron volume mesh. -
Uses of MiVolumeMeshHexahedronIjk in com.openinventor.meshvizxlm.extractors.slab
Methods in com.openinventor.meshvizxlm.extractors.slab with parameters of type MiVolumeMeshHexahedronIjk Modifier and Type Method Description static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiSlabExtractHexahedronIjkMiSlabExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of a slab extractor for IJK Hexahedron volume mesh. -
Uses of MiVolumeMeshHexahedronIjk in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice with parameters of type MiVolumeMeshHexahedronIjk Modifier and Type Method Description static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiCylinderSliceExtractHexahedronIjkMiCylinderSliceExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of cylinder slice extractor for hexahedron IJK volume mesh.static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiPlaneSliceExtractHexahedronIjkMiPlaneSliceExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of plane slice extractor for hexahedron IJK volume mesh.static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiSphereSliceExtractHexahedronIjkMiSphereSliceExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of sphere slice extractor for hexahedron IJK volume mesh. -
Uses of MiVolumeMeshHexahedronIjk in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with parameters of type MiVolumeMeshHexahedronIjk Modifier and Type Method Description static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiStreamlineExtractHexahedronIjkMiStreamlineExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of a streamlines extractor for an IJK Hexahedron volume mesh. -
Uses of MiVolumeMeshHexahedronIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiVolumeMeshHexahedronIjk Modifier and Type Method Description <TopologyT extends MiHexahedronTopologyExplicitIjk,GeometryT extends MiGeometryI>
voidMoMesh. setMesh(MiVolumeMeshHexahedronIjk<TopologyT,GeometryT> mesh)
Sets the mesh interface to an IJK Hexahedron volume mesh.
-