Main Page   Class Hierarchy   Compound List   File List   Compound Members  

GeMeshWingedEdge::EdgeIteratorBase Class Template Reference

Class for both edge and halfedge iterators. More...

#include <freecloth/geom/geMeshWingedEdge.h>

Inheritance diagram for GeMeshWingedEdge::EdgeIteratorBase:

Inheritance graph
[legend]
Collaboration diagram for GeMeshWingedEdge::EdgeIteratorBase:

Collaboration graph
[legend]
List of all members.

Public Methods

 EdgeIteratorBase ()
 EdgeIteratorBase (const GeMeshWingedEdge &, HalfEdgeId)
EdgeIteratorBase & operator++ ()
EdgeIteratorBase operator++ (int)
bool operator== (const EdgeIteratorBase &) const
bool operator!= (const EdgeIteratorBase &) const
const HalfEdgeWrapperoperator * () const
const HalfEdgeWrapperoperator-> () const

Static Public Methods

EdgeIteratorBase begin (const GeMeshWingedEdge &)
 Named constructor @{.

EdgeIteratorBase end (const GeMeshWingedEdge &)

Private Methods

 EdgeIteratorBase (const HalfEdgeWrapper &)

Private Attributes

GeMeshWingedEdge::HalfEdgeWrapper _wrapper

Detailed Description

template<bool HALF>
class GeMeshWingedEdge::EdgeIteratorBase< HALF >

Class for both edge and halfedge iterators.

Template parameter HALF is true for halfedge iterator, false for edge iterator.

Pattern: Iterator

Definition at line 314 of file geMeshWingedEdge.h.


The documentation for this class was generated from the following files:
Generated on Fri May 2 16:51:19 2003 for Freecloth by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002