Uses of Class
com.openinventor.meshvizxlm.extractors.isosurf.MiIsosurfExtractIjk
-
Packages that use MiIsosurfExtractIjk 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 MiIsosurfExtractIjk in com.openinventor.meshvizxlm.extractors.isosurf
Subclasses of MiIsosurfExtractIjk in com.openinventor.meshvizxlm.extractors.isosurf Modifier and Type Class Description class
MiIsosurfExtractHexahedronIjk
Isosurface extractor for hexahedron IJK meshes.Methods in com.openinventor.meshvizxlm.extractors.isosurf that return MiIsosurfExtractIjk 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 MiIsosurfExtractIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiIsosurfExtractIjk Modifier and Type Method Description MiIsosurfExtractIjk
MoMeshIsosurface. getIjkExtractor()
Gets the isosurface 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.
-