|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Grid2DSquareCellIntChunkAbstract | |
---|---|
uk.ac.leeds.ccg.andyt.grids.core |
Uses of Grid2DSquareCellIntChunkAbstract in uk.ac.leeds.ccg.andyt.grids.core |
---|
Subclasses of Grid2DSquareCellIntChunkAbstract in uk.ac.leeds.ccg.andyt.grids.core | |
---|---|
class |
Grid2DSquareCellIntChunk64CellMap
Grid2DSquareCellIntChunkAbstract extension that stores cell values in a TIntLongHashMap. |
class |
Grid2DSquareCellIntChunkArray
Grid2DSquareCellIntChunkAbstract extension that stores cell values in a int[][]. |
class |
Grid2DSquareCellIntChunkJAI
Grid2DSquareCellIntChunkAbstract extension that stores cell values in a javax.media.jai.TiledImage. |
class |
Grid2DSquareCellIntChunkMap
Grid2DSquareCellIntChunkAbstract extension that stores cell values in a TIntObjectHashMap. |
class |
Grid2DSquareCellIntChunkRAF
Grid2DSquareCellIntChunkAbstract extension that stores cell values in a RandomAccessFile. |
Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type Grid2DSquareCellIntChunkAbstract | |
---|---|
Grid2DSquareCellIntChunkAbstract |
Grid2DSquareCellIntChunk64CellMapFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk,
Grid2DSquareCellAbstract.ChunkID chunkID)
|
abstract Grid2DSquareCellIntChunkAbstract |
Grid2DSquareCellIntChunkAbstractFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk,
Grid2DSquareCellAbstract.ChunkID chunkID)
Creates a new Grid2DSquareCellIntChunkAbstract with values taken from grid2DSquareCellIntChunk. |
Grid2DSquareCellIntChunkAbstract |
Grid2DSquareCellIntChunkArrayFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk,
Grid2DSquareCellAbstract.ChunkID chunkID)
|
Grid2DSquareCellIntChunkAbstract |
Grid2DSquareCellIntChunkJAIFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk,
Grid2DSquareCellAbstract.ChunkID chunkID)
|
Grid2DSquareCellIntChunkAbstract |
Grid2DSquareCellIntChunkMapFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk,
Grid2DSquareCellAbstract.ChunkID chunkID)
|
Grid2DSquareCellIntChunkAbstract |
Grid2DSquareCellIntChunkRAFFactory.createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk,
Grid2DSquareCellAbstract.ChunkID chunkID)
|
int |
Grid2DSquareCellInt.getCell(Grid2DSquareCellIntChunkAbstract grid2DSquareCellChunk,
int chunkRowIndex,
int chunkColIndex,
int chunkCellRowIndex,
int chunkCellColIndex)
Returns the value at position given by chunk row index chunkRowIndex, chunk column index chunkColIndex, chunk cell row index chunkCellRowIndex, chunk cell column index chunkCellColIndex. |
int |
Grid2DSquareCellInt.getCell(Grid2DSquareCellIntChunkAbstract grid2DSquareCellChunk,
int chunkRowIndex,
int chunkColIndex,
int chunkCellRowIndex,
int chunkCellColIndex,
boolean handleOutOfMemoryError)
Returns the value at position given by chunk row index chunkRowIndex, chunk column index chunkColIndex, chunk cell row index chunkCellRowIndex, chunk cell column index chunkCellColIndex. |
IteratorAbstract |
Grid2DSquareCellIntIterator.initGrid2DSquareCellIntChunkIterator(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk)
Initialises this.grid2DSquareCellIntChunkIterator from this.grid2DSquareCellIntChunk |
int |
Grid2DSquareCellInt.setCell(Grid2DSquareCellIntChunkAbstract grid2DSquareCellChunk,
int chunkRowIndex,
int chunkColIndex,
int chunkCellRowIndex,
int chunkCellColIndex,
int newValue)
Returns the value at cellRowIndex, cellColIndex and sets it to newValue. |
int |
Grid2DSquareCellInt.setCell(Grid2DSquareCellIntChunkAbstract grid2DSquareCellChunk,
int chunkRowIndex,
int chunkColIndex,
int chunkCellRowIndex,
int chunkCellColIndex,
int newValue,
boolean handleOutOfMemoryError)
Returns the value at cellRowIndex, cellColIndex and sets it to newValue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |