Uses of Class
cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic.SymmetricGridCell

Packages that use SymmetricGridCell
cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic   
 

Uses of SymmetricGridCell in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic
 

Methods in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic that return SymmetricGridCell
 SymmetricGridCell BasicGridIterator.getBottomLeftNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.getBottomNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.getBottomRightNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.getCell()
           
 SymmetricGridCell BasicGrid.getCell(float x, float y)
           
 SymmetricGridCell BasicGrid.getCell(SymmetricGridCellId cellId)
           
 SymmetricGridCell BasicGridIterator.getLeftNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.getNeighbourCellInDirection(Location direction)
           
 SymmetricGridCell BasicGridIterator.getRightNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.getTopLeftNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.getTopNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.getTopRightNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.moveToBottomLeftNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.moveToBottomNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.moveToBottomRightNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.moveToLeftNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.moveToNeighbourCellInDirection(Location direction)
           
 SymmetricGridCell BasicGridIterator.moveToRightNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.moveToTopLeftNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.moveToTopNeighbourCell()
           
 SymmetricGridCell BasicGridIterator.moveToTopRightNeighbourCell()
           
 

Methods in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic that return types with arguments of type SymmetricGridCell
 List<SymmetricGridCell> BasicGridIterator.getListOfNeighbouringCells()
           
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.