CGAL 5.3 - STL Extensions for CGAL
CGAL::Project_next_opposite< Node > Struct Template Reference

#include <CGAL/function_objects.h>

Definition

The class Project_next_opposite calls the member functions next()->opposite() on an instance of type Node.

Is Model Of:
ProjectionObject

Public Types

typedef Node * argument_type
 
typedef Node * result_type
 

Creation

 Project_next_opposite ()
 default constructor.
 

Operations

result_typeoperator() (argument_type &n) const
 returns n->next()->opposite().
 
const result_typeoperator() (const argument_type &n) const
 returns n->next()->opposite().