#include <CGAL/Kd_tree_node.h>
Inherits CGAL::Kd_tree_node< TreeTraits, Splitter, UseExtendedNode >.
|
unsigned int | size () const |
| Returns the number of items stored in a leaf node.
|
|
iterator | begin () const |
| Returns a const iterator to the first item in a leaf node.
|
|
iterator | end () const |
| Returns the appropriate past-the-end const iterator.
|
|
|
typedef Traits::Point_d | Point_d |
| Point class.
|
|
OutputIterator | search (OutputIterator it, FuzzyQueryItem q) const |
| Reports the points from the subtree of the node, that are approximately contained by q .
|
|
std::optional< Point_d > | search_any_point (OutputIterator it, FuzzyQueryItem q) const |
| Reports any point from the subtree of the node, that is approximately contained by q .
|
|
OutputIterator | tree_items (OutputIterator it) const |
| Reports all the points contained by the subtree of the node.
|
|
bool | is_leaf () const |
| Indicates whether a node is a leaf node.
|
|
◆ iterator
template<class TreeTraits , class
Splitter , class UseExtendedNode >
const iterator over points.
◆ begin()
template<class TreeTraits , class
Splitter , class UseExtendedNode >
Returns a const iterator to the first item in a leaf node.
◆ end()
template<class TreeTraits , class
Splitter , class UseExtendedNode >
Returns the appropriate past-the-end const iterator.
◆ size()
template<class TreeTraits , class
Splitter , class UseExtendedNode >
Returns the number of items stored in a leaf node.