|
CGAL 6.2 - Homological Discrete Vector Fields
|
#include <CGAL/HDVF/Hdvf_traits_3.h>
The class Hdvf_traits_3 implements the HDVFTraits concept for 3D data, using a geometric kernel K.
| K | a geometric kernel model of the Kernel concept. |
HDVFTraits Public Types | |
| using | Dimension = Dimension_tag< 3 > |
| typedef K | Kernel |
| typedef K::Point_3 | Point |
| typedef K::Vector_3 | Vector |
| typedef K::FT | FT |
| typedef CGAL::Bbox_3 | Bbox |
| typedef K::Point_3 | Point3 |
Static Public Attributes | |
| static std::function< Point3(const Point &)> | to_point3 = [](const K::Point_3& p) { return typename K::Point_3(p); } |