Uses of Interface
com.openinventor.meshvizxlm.meshextracted.topology.MeXTopologyI
-
Packages that use MeXTopologyI Package Description com.openinventor.meshvizxlm.extractors.streamline Provides interfaces and classes for streamlines extraction.com.openinventor.meshvizxlm.meshextracted Provides interfaces for extracted meshes definition.com.openinventor.meshvizxlm.meshextracted.topology Provides interfaces for defining topologies of extracted meshes. -
-
Uses of MeXTopologyI in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline that return types with arguments of type MeXTopologyI Modifier and Type Method Description abstract java.util.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 java.util.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 java.util.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 java.util.List<MeXLineMeshCurvilinear<MeXTopologyI,MeXGeometryI>>MiStreamlineExtractIjk. getExtract()Returns the result of the extraction as a mesh.abstract java.util.List<MeXLineMeshCurvilinear<MeXTopologyI,MeXGeometryI>>MiStreamlineExtractUnstructured. getExtract()Returns the result of the extraction as a mesh. -
Uses of MeXTopologyI in com.openinventor.meshvizxlm.meshextracted
Classes in com.openinventor.meshvizxlm.meshextracted with type parameters of type MeXTopologyI Modifier and Type Interface Description interfaceMeXLineMeshCurvilinear<T extends MeXTopologyI,G extends MeXGeometryI>Extracted curvilinear line mesh interface. -
Uses of MeXTopologyI in com.openinventor.meshvizxlm.meshextracted.topology
Subinterfaces of MeXTopologyI in com.openinventor.meshvizxlm.meshextracted.topology Modifier and Type Interface Description interfaceMeXLineTopologyExplicitI<C extends MeXLineCell>List of extracted line cells interface.interfaceMeXSurfaceTopologyExplicitI<C extends MeXSurfaceCell>List of extracted surface cells interface.
-