\( \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)
K Discrete Oriented Polytope Tree (K-DOP Tree) Reference

^^
pkg-kdop-small.png
^^
Xiao Xiao, Fehmi Cirak, Andreas Fabri
This package provides a bounding volume hierarchy based on discrete oriented polytopes and efficient algorithms for ray and distance queries using k-DOPs.
Introduced in: CGAL 5.0
Depends on: 3D Fast Intersection and Distance Computation
BibTeX: cgal:xcf-kdopt-19b
License: GPL

Classified Reference Pages

Concepts

Algorithms

Classes

Modules

 Concepts
 
 Algorithm Classes
 
 Traits Classes
 

Classes

class  CGAL::KDOP_tree::KDOP_kdop< GeomTraits, N >
 Class KDOP_kdop is a data structure to store k-dop of primitives and to check overlaps with k-dops. More...
 
class  CGAL::KDOP_tree::KDOP_traits< N, GeomTraits, KDOPPrimitive, BboxMap, KDOPMap >
 
class  CGAL::KDOP_tree::KDOP_tree< KDOPTraits >
 Class KDOP_tree is a static data structure for efficient intersection in 3D. More...