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