Package com.openinventor.meshvizxlm.mesh
Interface MiMeshIjk<T extends MiTopologyIjk>
-
- Type Parameters:
T
- the type of the mesh topology
- All Superinterfaces:
MiMesh
- All Known Subinterfaces:
MiVolumeMeshHexahedronIjk<T,G>
,MiVolumeMeshVertexHexahedronIjk<T,G>
public interface MiMeshIjk<T extends MiTopologyIjk> extends MiMesh
IJK volume mesh interface.This interface defines an IJK volume mesh. All IJK meshes have a common topology interface to get the number of cells:
getNumCellsI()
,getNumCellsJ()
andgetNumCellsK()
.- See Also:
MiVolumeMeshHexahedronIjk
-
-
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
-
-