CGAL 6.3 - STL Extensions for CGAL
Loading...
Searching...
No Matches
CGAL::Project_point< Node > Struct Template Reference

#include <CGAL/function_objects.h>

Definition

template<typename Node>
struct CGAL::Project_point< Node >

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().