Interface MiTopology
- All Known Subinterfaces:
MeXLineTopologyExplicitI<C>,MeXSurfaceTopologyExplicitI<C>,MeXTopologyI,MeXTopologyIj,MiHexahedronTopologyExplicitIjk,MiLineTopologyExplicitI<C>,MiSurfaceTopologyExplicitI<C>,MiTopologyExplicitI<C>,MiTopologyI,MiTopologyIj,MiTopologyIjk,MiVolumeTopologyExplicitI<C>
public interface MiTopology
List of cells interface.
A generic interface for a mesh topology.
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns for this topology a unique time stamp across all topologies in the application.booleanReturnstrueif the topology contains dead cells.
-
Method Details
-
getTimeStamp
long getTimeStamp()Returns for this topology a unique time stamp across all topologies in the application.When the content of the topology changes, the time stamp must increase. The time stamp allows extractors to identify this topology and to be aware of any changes to it.
Note:
MxTimeStampcan be used to generate a valid time stamp.- Returns:
- a time stamp value on this topology
-
hasDeadCells
boolean hasDeadCells()Returnstrueif the topology contains dead cells.When
false, the cells traversal can be optimized by not testing theisDeadmethod of each individual cells.- Returns:
trueif the topology contains dead cells
-