#include <CGAL/function_objects.h>
Project_next_opposite<Node>::argument_type | |
typedef to Node*.
| |
Project_next_opposite<Node>::result_type | |
typedef to Node*.
|
Project_next_opposite<Node> o; | |
default constructor.
|
result_type& | o.operator() ( argument_type& n) const | |
returns n->next()->opposite(). | ||
const result_type& | o.operator() ( const argument_type& n) const | |
returns n->next()->opposite(). |