#include <CGAL/function_objects.h>
Project_vertex<Node>::argument_type | |
typedef to Node.
| |
Project_vertex<Node>::result_type | |
typedef to Node::Vertex.
|
Project_vertex<Node> o; | |
default constructor.
|
result_type& | o.operator() ( argument_type& n) const | |
returns n.vertex(). | ||
const result_type& | o.operator() ( const argument_type& n) const | |
returns n.vertex(). |