Processing math: 100%
CGAL 4.5 - dD Spatial Searching
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
FuzzyQueryItem Concept Reference

Definition

The concept FuzzyQueryItem describes the requirements for fuzzy d-dimensional spatial objects.

Has Models:

CGAL::Fuzzy_sphere<Traits>

CGAL::Fuzzy_iso_box<Traits>

Types

typedef unspecified_type Point_d
 represents a d-dimensional point.
 
typedef unspecified_type FT
 Number type.
 

Operations

bool contains (Point_d p) const
 Test whether the query item contains p.
 
bool inner_range_intersects (const 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 outer_range_contains (const 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.