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