public interface MiTopology
A generic interface for a mesh topology.
| Modifier and Type | Method and Description |
|---|---|
long |
getTimeStamp()
Returns for this topology a unique time stamp across all topologies in the
application.
|
boolean |
hasDeadCells()
Returns
true if the topology contains dead cells. |
long getTimeStamp()
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: MxTimeStamp can be
used to generate a valid time stamp.
boolean hasDeadCells()
true if the topology contains dead cells.
When false, the cells traversal can be optimized by not testing the
isDead method of each individual cells.
true if the topology contains dead cellsGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com