Interface MiSurfaceTopologyExplicitI<C extends MiSurfaceCell>
-
- Type Parameters:
C
- the type of cells
- All Superinterfaces:
MiTopology
,MiTopologyExplicitI<C>
,MiTopologyI
- All Known Subinterfaces:
MeXSurfaceTopologyExplicitI<C>
public interface MiSurfaceTopologyExplicitI<C extends MiSurfaceCell> extends MiTopologyExplicitI<C>
List of surface cells interface.A generic interface for an unstructured surface 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
-
-