CGAL::Project_point<Node>

Definition

The class Project_point<Node> calls the member function point() on an instance of type Node.

#include <CGAL/function_objects.h>

Is Model for the Concept

Projection_object

Project_point<Node>::argument_type
typedef to Node.


Project_point<Node>::result_type
typedef to Node::Point.

Creation

Project_point<Node> o;
default constructor.

Operations

result_type& o.operator() ( argument_type& n) const
returns n.point().
const result_type& o.operator() ( const argument_type& n) const
returns n.point().