Uses of Class
com.openinventor.meshvizxlm.extractors.slice.MiSphereSliceExtractIjk
-
Packages that use MiSphereSliceExtractIjk Package Description com.openinventor.meshvizxlm.extractors.slice Provides classes for slices extraction.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiSphereSliceExtractIjk in com.openinventor.meshvizxlm.extractors.slice
Subclasses of MiSphereSliceExtractIjk in com.openinventor.meshvizxlm.extractors.slice Modifier and Type Class Description class
MiSphereSliceExtractHexahedronIjk
Sphere slice extractor for hexahedron IJK volume meshes.Methods in com.openinventor.meshvizxlm.extractors.slice that return MiSphereSliceExtractIjk Modifier and Type Method Description 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 MiSphereSliceExtractIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiSphereSliceExtractIjk Modifier and Type Method Description MiSphereSliceExtractIjk
MoMeshSphereSlice. getIjkExtractor()
Gets the sphere slice extractor for IJK meshes to reuse outside this node.
Note: The returned object may benull
if no IJK mesh has been set in the scene graph or if no render action has traversed the scene graph.
-