|
CGAL 6.2 - Homological Discrete Vector Fields
|
#include <CGAL/HDVF/Hdvf_traits_d.h>
The class Hdvf_traits_d implements the HDVFTraits concept for dD data, using a geometric kernel K.
| K | a geometric traits class. Must be either Epick_d or Epeck_d with a fixed dimension. |
HDVFTraits Public Types | |
| using | Dimension = Dimension_tag< K::Dimension::value > |
| typedef K | Kernel |
| typedef K::Point_d | Point |
| typedef K::Vector_d | Vector |
| typedef K::FT | FT |
| typedef CGAL::Bbox_d< Dimension > | Bbox |
| typedef Exact_predicates_inexact_constructions_kernel::Point_3 | Point3 |
Static Public Attributes | |
| static std::function< Point3(const Point &)> | to_point3 = Hdvf_traits_d<K>::default_projection |
| static std::function< Point3(const Point &)> | default_projection |
|
static |