Interface MiVolumeTopologyExplicitI<C extends MiVolumeCell>
-
- Type Parameters:
C
- the type of cells
- All Superinterfaces:
MiTopology
,MiTopologyExplicitI<C>
,MiTopologyI
public interface MiVolumeTopologyExplicitI<C extends MiVolumeCell> extends MiTopologyExplicitI<C>
List of volume cells interface.A generic interface for an unstructured explicit volume mesh topology.
-
-
Method Summary
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.topology.MiTopology
getTimeStamp, hasDeadCells
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.topology.MiTopologyExplicitI
getBeginNodeId, getCell, getEndNodeId
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.topology.MiTopologyI
getNumCells, isDead
-
-