sim.portrayal3d.grid
Class GridCellInfo.IntGrid3DW

java.lang.Object
  extended bysim.portrayal3d.grid.GridCellInfo.IntGrid3DW
All Implemented Interfaces:
GridCellInfo.Grid
Enclosing class:
GridCellInfo

public class GridCellInfo.IntGrid3DW
extends java.lang.Object
implements GridCellInfo.Grid


Constructor Summary
GridCellInfo.IntGrid3DW(IntGrid3D g)
           
 
Method Summary
 double value(int x, int y, int z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridCellInfo.IntGrid3DW

public GridCellInfo.IntGrid3DW(IntGrid3D g)
Method Detail

value

public double value(int x,
                    int y,
                    int z)
Specified by:
value in interface GridCellInfo.Grid