Uses of Interface
com.openinventor.meshvizxlm.mesh.MiSurfaceMeshUnstructured
-
Packages that use MiSurfaceMeshUnstructured 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.meshextracted Provides interfaces for extracted meshes definition. -
-
Uses of MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiSurfaceMeshUnstructured 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 MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiSurfaceMeshUnstructured 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 MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with parameters of type MiSurfaceMeshUnstructured 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 MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with parameters of type MiSurfaceMeshUnstructured 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 MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiSurfaceMeshUnstructured 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 MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.meshextracted
Subinterfaces of MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.meshextracted Modifier and Type Interface Description interface
MeXSurfaceMeshUnstructured<C extends MeXSurfaceCell,T extends MeXSurfaceTopologyExplicitI<C>,G extends MeXGeometryI>
Extracted unstructured surface mesh interface.
-