CGAL 6.2 - Homological Discrete Vector Fields
Loading...
Searching...
No Matches
CGAL::Homological_discrete_vector_field::Hdvf_traits_3< K > Struct Template Reference

#include <CGAL/HDVF/Hdvf_traits_3.h>

Definition

template<typename K>
struct CGAL::Homological_discrete_vector_field::Hdvf_traits_3< K >

The class Hdvf_traits_3 implements the HDVFTraits concept for 3D data, using a geometric kernel K.

Template Parameters
Ka geometric kernel model of the Kernel concept.
Is model of
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); }