swarm.space
Interface GridDataC

All Known Subinterfaces:
Ca2dC, ConwayLife2dC, DblBuffer2dC, Diffuse2dC, Discrete2dC, Grid2dC
All Known Implementing Classes:
Discrete2dCImpl

public interface GridDataC

Methods used by Value2dDisplay and Object2dDisplay for display. Methods required by widgets that display grids. User defined space objects must adopt this or any implementor of it in order to be accepted as data providers in the setDiscrete2dToDisplay method of Value2dDisplay and Object2dDisplay objects. User spaces must also define the macro discrete2dSiteAt(), versions of which can be found in Grid2d.h or Discrete2d.h.