Uses of Interface
com.openinventor.meshvizxlm.mesh.topology.MiSurfaceTopologyExplicitI
-
Packages that use MiSurfaceTopologyExplicitI Package Description com.openinventor.meshvizxlm.extractors.cell Provides classes for cell extraction and utility classes for cells.com.openinventor.meshvizxlm.extractors.outline Provides classes for outline extraction.com.openinventor.meshvizxlm.extractors.pointprobe Provides classes for probing.com.openinventor.meshvizxlm.extractors.streamline Provides interfaces and classes for streamlines extraction.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes.com.openinventor.meshvizxlm.mesh Provides interfaces for meshes definition.com.openinventor.meshvizxlm.meshextracted.topology Provides interfaces for defining topologies of extracted meshes. -
-
Uses of MiSurfaceTopologyExplicitI in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with type parameters of type MiSurfaceTopologyExplicitI Modifier and Type Method Description static <C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>,G extends MiGeometryI>
MiCellExtractUnstructuredMiCellExtractUnstructured. getNewInstance(MiSurfaceMeshUnstructured<C,T,G> mesh)
Create an instance of cell extractor for unstructured surface mesh. -
Uses of MiSurfaceTopologyExplicitI in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with type parameters of type MiSurfaceTopologyExplicitI Modifier and Type Method Description static <C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>,G extends MiGeometryI>
MiOutlineExtractUnstructuredMiOutlineExtractUnstructured. getNewInstance(MiSurfaceMeshUnstructured<C,T,G> mesh)
Create an instance of outline extractor for unstructured surface mesh. -
Uses of MiSurfaceTopologyExplicitI in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with type parameters of type MiSurfaceTopologyExplicitI Modifier and Type Method Description static <C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>,G extends MiGeometryI>
MiPointProbeUnstructuredMiPointProbeUnstructured. getNewInstance(MiSurfaceMeshUnstructured<C,T,G> mesh)
Create an instance of a probe for unstructured surface mesh. -
Uses of MiSurfaceTopologyExplicitI in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with type parameters of type MiSurfaceTopologyExplicitI Modifier and Type Method Description static <C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>,G extends MiGeometryI>
MiStreamlineExtractUnstructuredMiStreamlineExtractUnstructured. getNewInstance(MiSurfaceMeshUnstructured<C,T,G> mesh)
Create an instance of a streamlines extractor for unstructured surface mesh. -
Uses of MiSurfaceTopologyExplicitI in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with type parameters of type MiSurfaceTopologyExplicitI Modifier and Type Method Description <Cell extends MiSurfaceCell,Topology extends MiSurfaceTopologyExplicitI<Cell>,Geometry extends MiGeometryI>
voidMoMesh. setMesh(MiSurfaceMeshUnstructured<Cell,Topology,Geometry> mesh)
Sets the mesh interface to an unstructured surface mesh. -
Uses of MiSurfaceTopologyExplicitI in com.openinventor.meshvizxlm.mesh
Classes in com.openinventor.meshvizxlm.mesh with type parameters of type MiSurfaceTopologyExplicitI Modifier and Type Interface Description interface
MiSurfaceMeshUnstructured<C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>,G extends MiGeometryI>
Unstructured surface mesh interface. -
Uses of MiSurfaceTopologyExplicitI in com.openinventor.meshvizxlm.meshextracted.topology
Subinterfaces of MiSurfaceTopologyExplicitI in com.openinventor.meshvizxlm.meshextracted.topology Modifier and Type Interface Description interface
MeXSurfaceTopologyExplicitI<C extends MeXSurfaceCell>
List of extracted surface cells interface.
-