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