CGAL 5.6.1 - STL Extensions for CGAL
CGAL::Project_point< Node > Struct Template Reference

#include <CGAL/function_objects.h>

Definition

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

Is Model Of:
ProjectionObject

Public Types

typedef Node argument_type
 
typedef Node::Point result_type
 

Creation

 Project_point ()
 default constructor.
 

Operations

result_typeoperator() (argument_type &n) const
 returns n.point().
 
const result_typeoperator() (const argument_type &n) const
 returns n.point().