OGS
GeoLib::OctTree< POINT, MAX_POINTS > Member List

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

_childrenGeoLib::OctTree< POINT, MAX_POINTS >private
_epsGeoLib::OctTree< POINT, MAX_POINTS >private
_is_leafGeoLib::OctTree< POINT, MAX_POINTS >private
_llGeoLib::OctTree< POINT, MAX_POINTS >private
_pntsGeoLib::OctTree< POINT, MAX_POINTS >private
_urGeoLib::OctTree< POINT, MAX_POINTS >private
addPoint(POINT *pnt, POINT *&ret_pnt)GeoLib::OctTree< POINT, MAX_POINTS >
addPoint_(POINT *pnt, POINT *&ret_pnt)GeoLib::OctTree< POINT, MAX_POINTS >private
addPointToChild(POINT *pnt)GeoLib::OctTree< POINT, MAX_POINTS >private
createOctTree(Eigen::Vector3d ll, Eigen::Vector3d ur, double eps=std::numeric_limits< double >::epsilon())GeoLib::OctTree< POINT, MAX_POINTS >static
getChild(std::size_t i) constGeoLib::OctTree< POINT, MAX_POINTS >inline
getLowerLeftCornerPoint() constGeoLib::OctTree< POINT, MAX_POINTS >inline
getPointsInRange(T const &min, T const &max, std::vector< POINT * > &pnts) constGeoLib::OctTree< POINT, MAX_POINTS >
getPointVector() constGeoLib::OctTree< POINT, MAX_POINTS >inline
getUpperRightCornerPoint() constGeoLib::OctTree< POINT, MAX_POINTS >inline
isOutside(POINT *pnt) constGeoLib::OctTree< POINT, MAX_POINTS >private
OctTree(Eigen::Vector3d const &ll, Eigen::Vector3d const &ur, double eps)GeoLib::OctTree< POINT, MAX_POINTS >private
Quadrant enum nameGeoLib::OctTree< POINT, MAX_POINTS >private
splitNode(POINT *pnt)GeoLib::OctTree< POINT, MAX_POINTS >private
~OctTree()GeoLib::OctTree< POINT, MAX_POINTS >virtual