Uses of Class
com.openinventor.meshvizxlm.extractors.pointprobe.MiPointProbeIjk
-
Packages that use MiPointProbeIjk Package Description com.openinventor.meshvizxlm.extractors.pointprobe Provides classes for probing.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiPointProbeIjk in com.openinventor.meshvizxlm.extractors.pointprobe
Subclasses of MiPointProbeIjk in com.openinventor.meshvizxlm.extractors.pointprobe Modifier and Type Class Description class
MiPointProbeHexahedronIjk
Probe at a given location in an hexahedron IJK mesh.Methods in com.openinventor.meshvizxlm.extractors.pointprobe that return MiPointProbeIjk Modifier and Type Method Description static <T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk>
MiPointProbeIjkMiPointProbeIjk. getNewInstance(MiVolumeMeshVertexHexahedronIjk<T,G> mesh)
Create an instance of a probe for non indexed hexahedron volume mesh IJK. -
Uses of MiPointProbeIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiPointProbeIjk Modifier and Type Method Description MiPointProbeIjk
MoMeshPointProbe. getIjkExtractor()
Gets probes 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.
-