Package com.openinventor.meshvizxlm.mesh
Interface MiMesh
- All Known Subinterfaces:
 MeXLineMeshCurvilinear<T,,G> MeXLineMeshUnstructured<C,,T, G> MeXMeshIj<T>,MeXMeshUnstructured<G>,MeXSurfaceMeshCurvilinear<T,,G> MeXSurfaceMeshUnstructured<C,,T, G> MiLineMeshCurvilinear<T,,G> MiLineMeshUnstructured<C,,T, G> MiMeshIj<T>,MiMeshIjk<T>,MiMeshUnstructured<G>,MiMeshUnstructuredI<C,,T, G> MiSurfaceMeshCurvilinear<T,,G> MiSurfaceMeshUnstructured<C,,T, G> MiVolumeMeshHexahedronIjk<T,,G> MiVolumeMeshUnstructured<C,,T, G> MiVolumeMeshVertexHexahedronIjk<T,G> 
- All Known Implementing Classes:
 MeXLineMeshFromPolyhedralMesh
public interface MiMesh
Base mesh interface.
 
 This interface defines an abstract mesh. An abstract mesh organizes the
 domain by using a geometry and a topology. Thus, any implementing class of
 MiMesh must implement the methods getGeometry() and
 getTopology().
- See Also: