Interface MiTopologyI
- All Superinterfaces:
MiTopology
- All Known Subinterfaces:
MeXLineTopologyExplicitI<C>,MeXSurfaceTopologyExplicitI<C>,MeXTopologyI,MiLineTopologyExplicitI<C>,MiSurfaceTopologyExplicitI<C>,MiTopologyExplicitI<C>,MiVolumeTopologyExplicitI<C>
List of cells interface.
A generic interface for an implicit mesh topology.
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the number of cells of this topology.booleanisDead(long i) Returnstrueif the cell of index i should be ignored.Methods inherited from interface com.openinventor.meshvizxlm.mesh.topology.MiTopology
getTimeStamp, hasDeadCells
-
Method Details
-
getNumCells
long getNumCells()Returns the number of cells of this topology.- Returns:
- number of cells
-
isDead
boolean isDead(long i) Returnstrueif the cell of index i should be ignored. This value is ignored if thehasDeadCellmethod returnsfalse.- Parameters:
i- the index of the cell to check- Returns:
trueif the i-th cell should be ignored
-