CGAL 5.1.3 - dD Geometry Kernel
Kernel_d::Affine_rank_d Concept Reference

Definition

Operations

A model of this concept must provide:

template<class ForwardIterator >
int operator() (ForwardIterator first, ForwardIterator last)
 computes the affine rank of the points in A = tuple [first,last). More...
 

Member Function Documentation

◆ operator()()

template<class ForwardIterator >
int Kernel_d::Affine_rank_d::operator() ( ForwardIterator  first,
ForwardIterator  last 
)

computes the affine rank of the points in A = tuple [first,last).

Precondition
The objects are of the same dimension.
Template Parameters
ForwardIteratoris a model of ForwardIterator with Kernel_d::Point_d as value type.