Uses of Interface
com.openinventor.meshvizxlm.mesh.topology.MiTopologyIjk
Packages that use MiTopologyIjk
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 rendering, property and action nodes.
Provides interfaces for meshes definition.
Provides interfaces for mesh topologies definition.
-
Uses of MiTopologyIjk in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with type parameters of type MiTopologyIjkModifier and TypeMethodDescriptionstatic <T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk>
MiCellExtractIjkMiCellExtractIjk.getNewInstance
(MiVolumeMeshVertexHexahedronIjk<T, G> mesh) Create an instance of cell extractor for a non indexed hexahedron volume mesh IJK. -
Uses of MiTopologyIjk in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf with type parameters of type MiTopologyIjkModifier and TypeMethodDescriptionstatic <T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk>
MiIsosurfExtractIjkMiIsosurfExtractIjk.getNewInstance
(MiVolumeMeshVertexHexahedronIjk<T, G> mesh) Create an instance of isosurface extractor for a non indexed hexahedron volume mesh IJK. -
Uses of MiTopologyIjk in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with type parameters of type MiTopologyIjkModifier and TypeMethodDescriptionstatic <T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk>
MiOutlineExtractIjkMiOutlineExtractIjk.getNewInstance
(MiVolumeMeshVertexHexahedronIjk<T, G> mesh) Create an instance of outline extractor for a non indexed hexahedron volume mesh IJK. -
Uses of MiTopologyIjk in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with type parameters of type MiTopologyIjkModifier and TypeMethodDescriptionstatic <T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk>
MiPointProbeIjkMiPointProbeIjk.getNewInstance
(MiVolumeMeshVertexHexahedronIjk<T, G> mesh) Create an instance of a probe for non indexed hexahedron volume mesh IJK. -
Uses of MiTopologyIjk in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin with type parameters of type MiTopologyIjkModifier and TypeMethodDescriptionstatic <T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk>
MiSkinExtractIjkMiSkinExtractIjk.getNewInstance
(MiVolumeMeshVertexHexahedronIjk<T, G> mesh) Create an instance of a skin extractor for a non indexed hexahedron volume mesh IJK. -
Uses of MiTopologyIjk in com.openinventor.meshvizxlm.extractors.slab
Methods in com.openinventor.meshvizxlm.extractors.slab with type parameters of type MiTopologyIjkModifier and TypeMethodDescriptionstatic <T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk>
MiSlabExtractIjkMiSlabExtractIjk.getNewInstance
(MiVolumeMeshVertexHexahedronIjk<T, G> mesh) Create an instance of a slab extractor for a non indexed hexahedron volume mesh IJK. -
Uses of MiTopologyIjk in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice with type parameters of type MiTopologyIjkModifier and TypeMethodDescriptionstatic <T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk>
MiCylinderSliceExtractIjkMiCylinderSliceExtractIjk.getNewInstance
(MiVolumeMeshVertexHexahedronIjk<T, G> mesh) Create an instance of cylinder slice extractor for a non indexed hexahedron volume mesh IJK.static <T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk>
MiPlaneSliceExtractIjkMiPlaneSliceExtractIjk.getNewInstance
(MiVolumeMeshVertexHexahedronIjk<T, G> mesh) Create an instance of plane slice extractor for a non indexed hexahedron volume mesh IJK.static <T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk>
MiSphereSliceExtractIjkMiSphereSliceExtractIjk.getNewInstance
(MiVolumeMeshVertexHexahedronIjk<T, G> mesh) Create an instance of sphere slice extractor for a non indexed hexahedron volume mesh IJK. -
Uses of MiTopologyIjk in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with type parameters of type MiTopologyIjkModifier and TypeMethodDescriptionstatic <T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk>
MiStreamlineExtractIjkMiStreamlineExtractIjk.getNewInstance
(MiVolumeMeshVertexHexahedronIjk<T, G> mesh) Create an instance of a streamlines extractor for a non indexed hexahedron volume mesh IJK. -
Uses of MiTopologyIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with type parameters of type MiTopologyIjkModifier and TypeMethodDescription<TopologyT extends MiTopologyIjk,
GeometryT extends MiGeometryHexahedronIjk>
voidMoMesh.setMesh
(MiVolumeMeshVertexHexahedronIjk<TopologyT, GeometryT> mesh) Sets the mesh interface to a non indexed IJK Hexahedron volume mesh. -
Uses of MiTopologyIjk in com.openinventor.meshvizxlm.mesh
Classes in com.openinventor.meshvizxlm.mesh with type parameters of type MiTopologyIjkModifier and TypeInterfaceDescriptioninterface
MiMeshIjk<T extends MiTopologyIjk>
IJK volume mesh interface.interface
MiVolumeMeshVertexHexahedronIjk<T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk> Non Indexed Hexahedron mesh IJK abstract interface. -
Uses of MiTopologyIjk in com.openinventor.meshvizxlm.mesh.topology
Subinterfaces of MiTopologyIjk in com.openinventor.meshvizxlm.mesh.topologyModifier and TypeInterfaceDescriptioninterface
List of volume cells interface.