Uses of Class
com.openinventor.meshvizxlm.extractors.cell.MiCellExtractIjk
-
Packages that use MiCellExtractIjk Package Description com.openinventor.meshvizxlm.extractors.cell Provides classes for cell extraction and utility classes for cells.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiCellExtractIjk in com.openinventor.meshvizxlm.extractors.cell
Subclasses of MiCellExtractIjk in com.openinventor.meshvizxlm.extractors.cell Modifier and Type Class Description class
MiCellExtractHexahedronIjk
Cell extractor for an IJK hexahedron volume mesh.Methods in com.openinventor.meshvizxlm.extractors.cell that return MiCellExtractIjk 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 MiCellExtractIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiCellExtractIjk Modifier and Type Method Description MiCellExtractIjk
MoMeshCellShape. getIjkExtractor()
Gets the cell 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.
-