Uses of Class
com.openinventor.meshvizxlm.extractors.streamline.MiStreamlineExtractHexahedronIjk
-
Packages that use MiStreamlineExtractHexahedronIjk Package Description com.openinventor.meshvizxlm.extractors.streamline Provides interfaces and classes for streamlines extraction.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiStreamlineExtractHexahedronIjk in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline that return MiStreamlineExtractHexahedronIjk Modifier and Type Method Description static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiStreamlineExtractHexahedronIjkMiStreamlineExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of a streamlines extractor for an IJK Hexahedron volume mesh. -
Uses of MiStreamlineExtractHexahedronIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiStreamlineExtractHexahedronIjk Modifier and Type Method Description MiStreamlineExtractHexahedronIjk
MoMeshStreamline. getHexahedronIjkExtractor()
Gets the streamline extractor for hexahedron IJK meshes to reuse outside this node.
-