sim.portrayal3d.grid
Interface GridCellInfo.Grid

All Known Implementing Classes:
GridCellInfo.DoubleGrid2DW, GridCellInfo.DoubleGrid3DW, GridCellInfo.IntGrid2DW, GridCellInfo.IntGrid3DW
Enclosing interface:
GridCellInfo

public static interface GridCellInfo.Grid

Interface all grids should implement. Until that happens, each grid get a wrapper that implements it


Method Summary
 double value(int x, int y, int z)
           
 

Method Detail

value

public double value(int x,
                    int y,
                    int z)