CGAL 5.0 - K Discrete Oriented Polytope Tree (K-DOP Tree)
|
Classes | |
class | CGAL::KDOP_tree::Any_intersection_traits< KDOPTraits, Query > |
Traits used in the k-dop tree traversal to get the first intersection obtained in the tree traversal, which is different from First_intersection_traits which is to get the intersection closest to the source of a ray. More... | |
class | CGAL::KDOP_tree::Any_primitive_traits< KDOPTraits, Query > |
Traits used in the k-dop tree traversal to get first intersected primitive. More... | |
class | CGAL::KDOP_tree::Listing_intersection_traits< KDOPTraits, Query, OutputIterator > |
Traits used in the k-dop tree traversal to get intersections. More... | |
class | CGAL::KDOP_tree::Listing_primitive_traits< KDOPTraits, Query, OutputIterator > |
Traits used in the k-dop tree traversal to get intersected primitives. More... | |
class | CGAL::KDOP_tree::Do_intersect_traits< KDOPTraits, Query > |
Traits used in the k-dop tree traversal to check intersection. More... | |
class | CGAL::KDOP_tree::Compute_kdop_traits< KDOPTraits > |
Traits used in the k-dop tree traversal to compute k-dops. More... | |
class | CGAL::KDOP_tree::Projection_traits< KDOPTraits > |
Traits used for distance queries. More... | |