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