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