Uses of Class
uk.ac.rdg.resc.edal.util.CurvilinearCoords.Cell
-
Packages that use CurvilinearCoords.Cell Package Description uk.ac.rdg.resc.edal.util -
-
Uses of CurvilinearCoords.Cell in uk.ac.rdg.resc.edal.util
Methods in uk.ac.rdg.resc.edal.util that return CurvilinearCoords.Cell Modifier and Type Method Description CurvilinearCoords.Cell
CurvilinearCoords. getCell(int i, int j)
Gets the [i,j]th cell in this grid.Methods in uk.ac.rdg.resc.edal.util that return types with arguments of type CurvilinearCoords.Cell Modifier and Type Method Description List<CurvilinearCoords.Cell>
CurvilinearCoords. getCells()
Returns an unmodifiable list of the cells in this grid, with the i direction varying fastest.List<CurvilinearCoords.Cell>
CurvilinearCoords.Cell. getCornerNeighbours()
Gets the neighbours of this cell (up to four) that join this cell at a corner.List<CurvilinearCoords.Cell>
CurvilinearCoords.Cell. getEdgeNeighbours()
Gets the neighbours of this cell (up to four) that join this cell along an edge.List<CurvilinearCoords.Cell>
CurvilinearCoords.Cell. getNeighbours()
Gets the neighbours of this cell (up to eight) that join this cell at an edge or corner.
-