OGS
GeoLib::QuadTree< POINT > Member List

This is the complete list of members for GeoLib::QuadTree< POINT >, including all inherited members.

_childrenGeoLib::QuadTree< POINT >private
_depthGeoLib::QuadTree< POINT >private
_fatherGeoLib::QuadTree< POINT >private
_is_leafGeoLib::QuadTree< POINT >private
_llGeoLib::QuadTree< POINT >private
_max_points_per_leafGeoLib::QuadTree< POINT >private
_pntsGeoLib::QuadTree< POINT >private
_urGeoLib::QuadTree< POINT >private
addPoint(POINT const *pnt)GeoLib::QuadTree< POINT >inline
balance()GeoLib::QuadTree< POINT >inline
getChild(Quadrant quadrant) constGeoLib::QuadTree< POINT >inline
getChild(Quadrant quadrant)GeoLib::QuadTree< POINT >inlineprivate
getDepth() constGeoLib::QuadTree< POINT >inline
getEastNeighbor() constGeoLib::QuadTree< POINT >inlineprivate
getFather() constGeoLib::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) constGeoLib::QuadTree< POINT >inline
getNorthNeighbor() constGeoLib::QuadTree< POINT >inlineprivate
getPoints() constGeoLib::QuadTree< POINT >inline
getSouthNeighbor() constGeoLib::QuadTree< POINT >inlineprivate
getSquarePoints(POINT &ll, POINT &ur) constGeoLib::QuadTree< POINT >inline
getWestNeighbor() constGeoLib::QuadTree< POINT >inlineprivate
isChild(QuadTree< POINT > const *const tree, Quadrant quadrant) constGeoLib::QuadTree< POINT >inlineprivate
isLeaf() constGeoLib::QuadTree< POINT >inlineprivate
needToRefine(QuadTree< POINT > const *const node)GeoLib::QuadTree< POINT >inlineprivatestatic
Quadrant enum nameGeoLib::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