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