CGAL 5.1 - Estimation of Local Differential Properties of Point-Sampled Surfaces
|
#include <Concepts/DataKernel.h>
The concept DataKernel
describes the set of requirements to be fulfilled by any class used to instantiate first template parameter of the class CGAL::Monge_via_jet_fitting<DataKernel,LocalKernel,SvdTraits>
.
Operations
Only constructors (from 3 scalars and copy constructors) and access methods to coordinates x()
, y()
, z()
are needed.
LocalKernel
Types | |
typedef unspecified_type | FT |
The scalar type. More... | |
typedef unspecified_type | Point_3 |
The point type. More... | |
typedef unspecified_type | Vector_3 |
The vector type. More... | |
typedef unspecified_type DataKernel::FT |
The scalar type.
typedef unspecified_type DataKernel::Point_3 |
The point type.
typedef unspecified_type DataKernel::Vector_3 |
The vector type.