Package com.openinventor.meshvizxlm.mesh
Interface MiMeshUnstructuredI<C extends MiCell,T extends MiTopologyExplicitI<C>,G extends MiGeometryI>
- Type Parameters:
C
- the type of the cellsT
- the type of the mesh topologyG
- the type of the mesh geometry
- All Superinterfaces:
MiMesh
,MiMeshUnstructured<G>
- All Known Subinterfaces:
MeXLineMeshUnstructured<C,
,T, G> MeXSurfaceMeshUnstructured<C,
,T, G> MiLineMeshUnstructured<C,
,T, G> MiSurfaceMeshUnstructured<C,
,T, G> MiVolumeMeshUnstructured<C,
T, G>
- All Known Implementing Classes:
MeXLineMeshFromPolyhedralMesh
public interface MiMeshUnstructuredI<C extends MiCell,T extends MiTopologyExplicitI<C>,G extends MiGeometryI>
extends MiMeshUnstructured<G>
I Unstructured mesh interface.
This interface defines a generic unstructured mesh containing any type of cells. An unstructured mesh I can be either a volume, a surface or a line.
- See Also:
-
Method Summary
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshUnstructured
getGeometry
-
Method Details
-
getTopology
T getTopology()Returns the generic topology of this mesh.- Returns:
- the generic topology of this mesh
-