The concept FuzzyQueryItem describes the requirements for fuzzy d-dimensional spatial objects.
CGAL::Fuzzy_sphere<Traits>,
CGAL::Fuzzy_iso_box<Traits>
FuzzyQueryItem::Point_d | |
represents a d-dimensional point.
| |
FuzzyQueryItem::FT | |
Number type.
|
bool | q.contains ( Point_d p) const | test whether q contains p. |
bool | q.inner_range_intersects ( Kd_tree_rectangle<FT> rectangle) const | |
test whether the inner approximation of the spatial object intersects a rectangle associated with a node of a tree. | ||
bool | q.outer_range_contains ( Kd_tree_rectangle<FT> rectangle) const | |
test whether the outer approximation of the spatial object encloses the rectangle associated with a node of a tree. |