CGAL 5.1 - dD Geometry Kernel
KernelWithLifting_d Class Reference

#include <Concepts/KernelWithLifting_d.h>

Definition

The concept of a kernel with lifting is a small refinement of the general kernel concept. It adds 2 functors, the meaning of which would be unclear in kernels of fixed dimension.

Refines:
Kernel_d
Has Models:

CGAL::Cartesian_d<FieldNumberType>

CGAL::Homogeneous_d<RingNumberType>

Classes

class  Lift_to_paraboloid_d
 
class  Project_along_d_axis_d
 

Constructions

typedef unspecified_type Lift_to_paraboloid_d
 a model of KernelWithLifting_d::Lift_to_paraboloid_d More...
 
typedef unspecified_type Project_along_d_axis_d
 a model of KernelWithLifting_d::Project_along_d_axis_d More...
 

Operations

The following member functions return function objects of the types listed above.

KernelWithLifting_d::Lift_to_paraboloid_d lift_to_paraboloid_d_object () const
 
KernelWithLifting_d::Project_along_d_axis_d project_along_d_axis_d_object () const
 

Member Typedef Documentation

◆ Lift_to_paraboloid_d

◆ Project_along_d_axis_d

Member Function Documentation

◆ lift_to_paraboloid_d_object()

KernelWithLifting_d::Lift_to_paraboloid_d KernelWithLifting_d::lift_to_paraboloid_d_object ( ) const

◆ project_along_d_axis_d_object()

KernelWithLifting_d::Project_along_d_axis_d KernelWithLifting_d::project_along_d_axis_d_object ( ) const