Uses of Class
com.openinventor.meshvizxlm.extractors.isosurf.MiIsosurfExtractIjk
Packages that use MiIsosurfExtractIjk
Package
Description
Provides classes for isosurface extraction.
Provides rendering, property and action nodes.
-
Uses of MiIsosurfExtractIjk in com.openinventor.meshvizxlm.extractors.isosurf
Subclasses of MiIsosurfExtractIjk in com.openinventor.meshvizxlm.extractors.isosurfModifier and TypeClassDescriptionclass
Isosurface extractor for hexahedron IJK meshes.Methods in com.openinventor.meshvizxlm.extractors.isosurf that return MiIsosurfExtractIjkModifier and TypeMethodDescriptionstatic <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 MiIsosurfExtractIjkModifier and TypeMethodDescriptionMoMeshIsosurface.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.