CGAL 5.0 - STL Extensions for CGAL
|
#include <CGAL/function_objects.h>
The class Project_point
calls the member function point()
on an instance of type Node
.
Public Types | |
typedef Node | argument_type |
typedef Node::Point | result_type |
Creation | |
Project_point () | |
default constructor. | |
Operations | |
result_type & | operator() (argument_type &n) const |
returns n.point() . | |
const result_type & | operator() (const argument_type &n) const |
returns n.point() . | |