CGAL 5.1.3 - STL Extensions for CGAL
CGAL::Project_vertex< Node > Struct Template Reference

#include <CGAL/function_objects.h>

Definition

The class Project_vertex calls the member function vertex() on an instance of type Node.

Is Model Of:
ProjectionObject

Public Types

typedef Node argument_type
 
typedef Node::Vertex result_type
 

Creation

 Project_vertex ()
 default constructor.
 

Operations

result_typeoperator() (argument_type &n) const
 returns n.vertex().
 
const result_typeoperator() (const argument_type &n) const
 returns n.vertex().