Uses of Interface
com.openinventor.meshvizxlm.mesh.topology.MiSurfaceTopologyExplicitI
Packages that use MiSurfaceTopologyExplicitI
Package
Description
Provides classes for cell extraction and utility classes for cells.
Provides classes for outline extraction.
Provides classes for probing.
Provides interfaces and classes for streamlines extraction.
Provides rendering, property and action nodes.
Provides interfaces for meshes definition.
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 MiSurfaceTopologyExplicitIModifier and TypeMethodDescriptionstatic <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 MiSurfaceTopologyExplicitIModifier and TypeMethodDescriptionstatic <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 MiSurfaceTopologyExplicitIModifier and TypeMethodDescriptionstatic <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 MiSurfaceTopologyExplicitIModifier and TypeMethodDescriptionstatic <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 MiSurfaceTopologyExplicitIModifier and TypeMethodDescription<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 MiSurfaceTopologyExplicitIModifier and TypeInterfaceDescriptioninterface
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.topologyModifier and TypeInterfaceDescriptioninterface
MeXSurfaceTopologyExplicitI<C extends MeXSurfaceCell>
List of extracted surface cells interface.