Uses of Interface
com.openinventor.meshvizxlm.meshextracted.MeXLineMeshCurvilinear
Packages that use MeXLineMeshCurvilinear
Package
Description
Provides interfaces and classes for streamlines extraction.
-
Uses of MeXLineMeshCurvilinear in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline that return types with arguments of type MeXLineMeshCurvilinearModifier and TypeMethodDescriptionabstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractHexahedronIjk.extractStreamlines
(MiVec3dSetI inputDataSet, MiCellFilterIjk cellFilter, double[]... startPoints) Builds the topology and geometry of the streamlines starting at the given points in the given dataset.abstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractIjk.extractStreamlines
(MiVec3dSetIjk inputDataSet, MiCellFilterIjk cellFilter, double[]... startPoints) Builds the topology and geometry of the streamlines starting at the given points in the given dataset.abstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractUnstructured.extractStreamlines
(MiVec3dSetI inputDataSet, MiCellFilterI cellFilter, double[]... startPoints) Builds the topology and geometry of the streamlines starting at the given points in the given dataset.abstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractIjk.getExtract()
Returns the result of the extraction as a mesh.abstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh.