CGAL 5.1 - 2D and 3D Linear Geometry Kernel

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines:
AdaptableFunctor

Operations

A model of this concept must provide:

Kernel::FT operator() (const Kernel::WeightedPoint_2 &p) const
 returns the weight of the weighted point. More...
 

Member Function Documentation

◆ operator()()

Kernel::FT Kernel::ComputeWeight_2::operator() ( const Kernel::WeightedPoint_2 p) const

returns the weight of the weighted point.