const_edge_iterator Class Reference

Const HalfEdge iterator for the Polyhedron class. It traverses the hald-edges of the Polyhedron, one at a time. More...

#include <polyhedron_iterators.h>

List of all members.

Public Member Functions

 const_edge_iterator (const Polyhedron *p, unsigned e)
 const_edge_iterator (const edge_iterator &e)
const HalfEdge * operator * () const
void operator++ ()
void operator++ (int)
bool operator== (const const_edge_iterator &ei) const
bool operator!= (const const_edge_iterator &ei) const

Protected Attributes

const Polyhedron * _base
unsigned _here


Detailed Description

Const HalfEdge iterator for the Polyhedron class. It traverses the hald-edges of the Polyhedron, one at a time.

Definition at line 93 of file polyhedron_iterators.h.


The documentation for this class was generated from the following file:
Generated on Wed Apr 9 19:22:38 2008 for HalfEdge library by  doxygen 1.5.3