_children | GeoLib::QuadTree< POINT > | private |
_depth | GeoLib::QuadTree< POINT > | private |
_father | GeoLib::QuadTree< POINT > | private |
_is_leaf | GeoLib::QuadTree< POINT > | private |
_ll | GeoLib::QuadTree< POINT > | private |
_max_points_per_leaf | GeoLib::QuadTree< POINT > | private |
_pnts | GeoLib::QuadTree< POINT > | private |
_ur | GeoLib::QuadTree< POINT > | private |
addPoint(POINT const *pnt) | GeoLib::QuadTree< POINT > | inline |
balance() | GeoLib::QuadTree< POINT > | inline |
getChild(Quadrant quadrant) const | GeoLib::QuadTree< POINT > | inline |
getChild(Quadrant quadrant) | GeoLib::QuadTree< POINT > | inlineprivate |
getDepth() const | GeoLib::QuadTree< POINT > | inline |
getEastNeighbor() const | GeoLib::QuadTree< POINT > | inlineprivate |
getFather() const | GeoLib::QuadTree< POINT > | inline |
getLeaf(const POINT &pnt, POINT &ll, POINT &ur) | GeoLib::QuadTree< POINT > | inline |
getLeafs(std::list< QuadTree< POINT > * > &leaf_list) | GeoLib::QuadTree< POINT > | inline |
getMaxDepth(std::size_t &max_depth) const | GeoLib::QuadTree< POINT > | inline |
getNorthNeighbor() const | GeoLib::QuadTree< POINT > | inlineprivate |
getPoints() const | GeoLib::QuadTree< POINT > | inline |
getSouthNeighbor() const | GeoLib::QuadTree< POINT > | inlineprivate |
getSquarePoints(POINT &ll, POINT &ur) const | GeoLib::QuadTree< POINT > | inline |
getWestNeighbor() const | GeoLib::QuadTree< POINT > | inlineprivate |
isChild(QuadTree< POINT > const *const tree, Quadrant quadrant) const | GeoLib::QuadTree< POINT > | inlineprivate |
isLeaf() const | GeoLib::QuadTree< POINT > | inlineprivate |
needToRefine(QuadTree< POINT > const *const node) | GeoLib::QuadTree< POINT > | inlineprivatestatic |
Quadrant enum name | GeoLib::QuadTree< POINT > | |
QuadTree(POINT ll, POINT ur, std::size_t max_points_per_leaf) | GeoLib::QuadTree< POINT > | inline |
QuadTree(POINT ll, POINT ur, QuadTree *father, std::size_t depth, std::size_t max_points_per_leaf) | GeoLib::QuadTree< POINT > | inlineprivate |
splitNode() | GeoLib::QuadTree< POINT > | inlineprivate |
~QuadTree() | GeoLib::QuadTree< POINT > | inline |