\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0 - K Discrete Oriented Polytope Tree (K-DOP Tree)

Classes

class  KDOPKdop
 The concept 'KDOPKdop' provides types and functions for computing k-dops in the class 'CGAL::KDOP_tree<KDOPTraits>'. The k-dop is represented as a set of support heights in the prescribed k directions. More...
 
class  KDOPTraits
 The concept KDOPTraits provides the geometric primitive types and methods for the class CGAL::KDOP_tree<KDOPTraits>. More...
 
class  KDOPTree
 The concept 'KDOPTree' provides functions of a k-dop tree, including building up the tree, traversing the tree, intersection computation, etc. More...