|
CGAL 4.5.2 - CGAL and the Boost Graph Library
|
#include <CGAL/boost/graph/iterator.h>
Public Types | |
|
typedef boost::graph_traits< G > ::edge_descriptor | result_type |
|
typedef boost::graph_traits< G > ::halfedge_descriptor | argument_type |
Public Member Functions | |
| OppositeEdge () | |
| OppositeEdge (const G &g) | |
| result_type | operator() (argument_type h) const |
Public Attributes | |
| const G * | g |