DataKernel

Definition

The concept DataKernel describes the set of requirements to be fulfilled by any class used to instantiate first template parameter of the class Monge_via_jet_fitting<DataKernel,LocalKernel,SvdTraits>.

Types

DataKernel::FT
The scalar type.

DataKernel::Point_3
The point type.

DataKernel::Vector_3
The vector type.

Operations

Only constructors (from 3 scalars and copy constructors) and access methods to coordinates x(), y(), z() are needed.

Has Models

CGAL::Cartesian<FieldNumberType>

See Also

The LocalKernel concept.