Interface MiLineTopologyExplicitI<C extends MiLineCell>
-
- Type Parameters:
C
- the type of cells
- All Superinterfaces:
MiTopology
,MiTopologyExplicitI<C>
,MiTopologyI
- All Known Subinterfaces:
MeXLineTopologyExplicitI<C>
public interface MiLineTopologyExplicitI<C extends MiLineCell> extends MiTopologyExplicitI<C>
List of line cells interface.A generic interface for unstructured line 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
-
-