|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuadTree | |
|---|---|
| cz.cuni.amis.pogamut.defcon.communication.worldview.polygons.loaders.quadtree | |
| cz.cuni.amis.pogamut.defcon.utils.closestpoints | |
| cz.cuni.amis.pogamut.defcon.utils.quadtree | |
| Uses of QuadTree in cz.cuni.amis.pogamut.defcon.communication.worldview.polygons.loaders.quadtree |
|---|
| Methods in cz.cuni.amis.pogamut.defcon.communication.worldview.polygons.loaders.quadtree that return types with arguments of type QuadTree | |
|---|---|
List<List<QuadTree>> |
IPrecomputedQuadTreeLoader.loadAllQuadTrees()
|
List<List<QuadTree>> |
FilePrecomputedQuadTreeLoader.loadAllQuadTrees()
|
List<QuadTree> |
IPrecomputedQuadTreeLoader.loadQuadTreesForTerritory(int territoryId)
|
List<QuadTree> |
FilePrecomputedQuadTreeLoader.loadQuadTreesForTerritory(int territoryId)
|
| Uses of QuadTree in cz.cuni.amis.pogamut.defcon.utils.closestpoints |
|---|
| Methods in cz.cuni.amis.pogamut.defcon.utils.closestpoints that return types with arguments of type QuadTree | |
|---|---|
static SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> |
ClosestPointsLookUp.prepareEnemyQuadTrees(SortedMap<Integer,SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>>> enemyQuadTrees)
|
static SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> |
ClosestPointsLookUp.prepareEnemyQuadTrees(SortedMap<Integer,SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>>> enemyQuadTrees)
|
| Method parameters in cz.cuni.amis.pogamut.defcon.utils.closestpoints with type arguments of type QuadTree | |
|---|---|
static SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> |
ClosestPointsLookUp.prepareEnemyQuadTrees(SortedMap<Integer,SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>>> enemyQuadTrees)
|
static SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> |
ClosestPointsLookUp.prepareEnemyQuadTrees(SortedMap<Integer,SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>>> enemyQuadTrees)
|
| Uses of QuadTree in cz.cuni.amis.pogamut.defcon.utils.quadtree |
|---|
| Methods in cz.cuni.amis.pogamut.defcon.utils.quadtree that return QuadTree | |
|---|---|
static QuadTree |
QuadTreeLabeler.label(QuadTree tree,
IQuadTreeLabelingMethod labeler)
Labels the quadtree with a given labeling method. |
| Methods in cz.cuni.amis.pogamut.defcon.utils.quadtree that return types with arguments of type QuadTree | |
|---|---|
SortedMap<Integer,SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>>> |
QuadTreesManager.getEnemyQuadTrees()
|
SortedMap<Integer,SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>>> |
QuadTreesManager.getEnemyQuadTrees()
|
SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> |
QuadTreesManager.getEnemyQuadTrees(int enemyId)
|
SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> |
QuadTreesManager.getEnemyQuadTrees(int enemyId)
|
SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> |
QuadTreesManager.getOwnQuadTrees()
|
SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> |
QuadTreesManager.getOwnQuadTrees()
|
| Methods in cz.cuni.amis.pogamut.defcon.utils.quadtree with parameters of type QuadTree | |
|---|---|
static QuadTree |
QuadTreeLabeler.label(QuadTree tree,
IQuadTreeLabelingMethod labeler)
Labels the quadtree with a given labeling method. |
| Constructors in cz.cuni.amis.pogamut.defcon.utils.quadtree with parameters of type QuadTree | |
|---|---|
DepthLimitedQuadTreePostorderIterator(QuadTree tree,
int maxDepth)
Level 1 is root. |
|
QuadTreeBFSIterator(QuadTree tree)
|
|
QuadTreeNode(QuadTree quadTree,
double x1,
double y1,
double x2,
double y2,
QuadTreeNode parent,
List<List<Location>> subList)
Constructor for a tree node. |
|
QuadTreePostorderIterator(QuadTree tree)
|
|
WidthLimitedQuadTreePostorderIterator(QuadTree tree,
double minWidth)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||