Package com.openinventor.meshvizxlm.mesh
Interface MiMeshIj<T extends MiTopologyIj>
-
- Type Parameters:
T
- the type of the mesh topology
- All Superinterfaces:
MiMesh
- All Known Subinterfaces:
MeXMeshIj<T>
,MeXSurfaceMeshCurvilinear<T,G>
,MiSurfaceMeshCurvilinear<T,G>
public interface MiMeshIj<T extends MiTopologyIj> extends MiMesh
IJ surface mesh interface.This interface defines an IJ surface mesh. All IJ meshes have a common topology interface to get the number of cells:
getNumCellsI()
, andgetNumCellsJ()
.- See Also:
MiSurfaceMeshCurvilinear
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getTopology()
Returns the topology of this mesh.
-
-
-
Method Detail
-
getTopology
T getTopology()
Returns the topology of this mesh.- Returns:
- the topology of this mesh
-
-