![]() |
#include <CGAL/function_objects.h>
| Project_point<Node>::argument_type | |
|
typedef to Node.
| |
| Project_point<Node>::result_type | |
|
typedef to Node::Point.
| |
| Project_point<Node> o; | |
|
default constructor.
| |
| result_type& | o.operator() ( argument_type& n) const | |
| returns n.point(). | ||
| const result_type& | o.operator() ( const argument_type& n) const | |
| returns n.point(). | ||