Uses of Interface
com.openinventor.meshvizxlm.mesh.geometry.MiGeometryHexahedronIjk
-
Packages that use MiGeometryHexahedronIjk 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.com.openinventor.meshvizxlm.mesh Provides interfaces for meshes definition. -
-
Uses of MiGeometryHexahedronIjk in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with type parameters of type MiGeometryHexahedronIjk Modifier and Type Method Description static <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 MiGeometryHexahedronIjk in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf with type parameters of type MiGeometryHexahedronIjk Modifier and Type Method Description static <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 MiGeometryHexahedronIjk in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with type parameters of type MiGeometryHexahedronIjk Modifier and Type Method Description static <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 MiGeometryHexahedronIjk in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with type parameters of type MiGeometryHexahedronIjk Modifier and Type Method Description static <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 MiGeometryHexahedronIjk in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin with type parameters of type MiGeometryHexahedronIjk Modifier and Type Method Description static <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 MiGeometryHexahedronIjk in com.openinventor.meshvizxlm.extractors.slab
Methods in com.openinventor.meshvizxlm.extractors.slab with type parameters of type MiGeometryHexahedronIjk Modifier and Type Method Description static <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 MiGeometryHexahedronIjk in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice with type parameters of type MiGeometryHexahedronIjk Modifier and Type Method Description static <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 MiGeometryHexahedronIjk in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with type parameters of type MiGeometryHexahedronIjk Modifier and Type Method Description static <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 MiGeometryHexahedronIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with type parameters of type MiGeometryHexahedronIjk Modifier and Type Method Description <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 MiGeometryHexahedronIjk in com.openinventor.meshvizxlm.mesh
Classes in com.openinventor.meshvizxlm.mesh with type parameters of type MiGeometryHexahedronIjk Modifier and Type Interface Description interface
MiVolumeMeshVertexHexahedronIjk<T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk>
Non Indexed Hexahedron mesh IJK abstract interface.
-