Uses of Class
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellChunkAbstract

Packages that use Grid2DSquareCellChunkAbstract
uk.ac.leeds.ccg.andyt.grids.core   
 

Uses of Grid2DSquareCellChunkAbstract in uk.ac.leeds.ccg.andyt.grids.core
 

Subclasses of Grid2DSquareCellChunkAbstract in uk.ac.leeds.ccg.andyt.grids.core
 class Grid2DSquareCellDoubleChunk64CellMap
          The maximum size of this Grid2DSquareCellDoubleChunkAbstract is 64 cells.
 class Grid2DSquareCellDoubleChunkAbstract
           
 class Grid2DSquareCellDoubleChunkArray
           
 class Grid2DSquareCellDoubleChunkJAI
          TODO: docs
 class Grid2DSquareCellDoubleChunkMap
          The maximum size of this Grid2DSquareCellDoubleChunkAbstract is 64 cells.
 class Grid2DSquareCellDoubleChunkRAF
          TODO: docs
 class Grid2DSquareCellIntChunk64CellMap
          The maximum size of this Grid2DSquareCellIntChunkAbstract is 64 cells.
 class Grid2DSquareCellIntChunkAbstract
          TODO: docs
 class Grid2DSquareCellIntChunkArray
          TODO: docs
 class Grid2DSquareCellIntChunkJAI
          TODO: docs
 class Grid2DSquareCellIntChunkMap
          TODO: 1.
 class Grid2DSquareCellIntChunkRAF
          TODO: docs
 

Methods in uk.ac.leeds.ccg.andyt.grids.core that return Grid2DSquareCellChunkAbstract
protected  Grid2DSquareCellChunkAbstract Grid2DSquareCellAbstract.getGrid2DSquareCellChunk(Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Returns grid2DSquareCellChunks.
protected  Grid2DSquareCellChunkAbstract Grid2DSquareCellAbstract.getGrid2DSquareCellChunk(int chunkRowIndex, int chunkColIndex, boolean handleOutOfMemoryError)
          Returns the Grid2DSquareCellChunkAbstract with the given chunkRowIndex and chunkColIndex
 

Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellChunkAbstract
 double Grid2DSquareCellAbstract.getCellDouble(Grid2DSquareCellChunkAbstract grid2DSquareCellChunk, int chunkRowIndex, int chunkColIndex, int chunkCellRowIndex, int chunkCellColIndex, boolean handleOutOfMemoryError)
          Returns the value at chunkRowIndex, chunkColIndex, chunkCellRowIndex, chunkCellColIndex as a double.
 int Grid2DSquareCellAbstract.getCellInt(Grid2DSquareCellChunkAbstract grid2DSquareCellChunk, int chunkRowIndex, int chunkColIndex, int chunkCellRowIndex, int chunkCellColIndex, boolean handleOutOfMemoryError)
          Returns the value at chunkRowIndex, chunkColIndex, chunkCellRowIndex, chunkCellColIndex as a int.
 void Grid2DSquareCellAbstract.setChunk(Grid2DSquareCellChunkAbstract grid2DSquareCellChunk, Grid2DSquareCellAbstract.ChunkID chunkID, boolean handleOutOfMemoryError)
          Sets chunk with chunkID to grid2DSquareCellDoubleChunk.