Uses of Class
com.openinventor.meshvizxlm.extractors.streamline.MiStreamlineExtractIjk
-
Packages that use MiStreamlineExtractIjk 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 MiStreamlineExtractIjk in com.openinventor.meshvizxlm.extractors.streamline
Subclasses of MiStreamlineExtractIjk in com.openinventor.meshvizxlm.extractors.streamline Modifier and Type Class Description class
MiStreamlineExtractHexahedronIjk
Streamline extractor for hexahedron IJK meshes.Methods in com.openinventor.meshvizxlm.extractors.streamline that return MiStreamlineExtractIjk Modifier and Type Method Description static <T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk>
MiStreamlineExtractIjkMiStreamlineExtractIjk. getNewInstance(MiVolumeMeshVertexHexahedronIjk<T,G> mesh)
Create an instance of a streamlines extractor for a non indexed hexahedron volume mesh IJK. -
Uses of MiStreamlineExtractIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiStreamlineExtractIjk Modifier and Type Method Description MiStreamlineExtractIjk
MoMeshStreamline. getIjkExtractor()
Gets the streamline extractor for IJK meshes to reuse outside this node.
-