Main Page   Class Hierarchy   Compound List   File List   Compound Members  

GeMeshWingedEdge::VertexEdgeIteratorBase Class Template Reference

Class for both edge and halfedge iterators touching a vertex. More...

#include <freecloth/geom/geMeshWingedEdge.h>

Inheritance diagram for GeMeshWingedEdge::VertexEdgeIteratorBase:

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

Collaboration graph
[legend]
List of all members.

Public Methods

 VertexEdgeIteratorBase ()
 VertexEdgeIteratorBase (const GeMeshWingedEdge &, VertexId vertexId, HalfEdgeId halfEdgeId)
VertexEdgeIteratorBase & operator++ ()
VertexEdgeIteratorBase operator++ (int)
bool operator== (const VertexEdgeIteratorBase &) const
bool operator!= (const VertexEdgeIteratorBase &) const
const HalfEdgeWrapperoperator * () const
const HalfEdgeWrapperoperator-> () const

Static Public Methods

VertexEdgeIteratorBase begin (const GeMeshWingedEdge &, VertexId vertexId)
 Named constructor @{.

VertexEdgeIteratorBase end (const GeMeshWingedEdge &, VertexId vertexId)

Private Types

enum  { ID_INVALID = GeMeshWingedEdge::HalfEdge::ID_INVALID }

Private Methods

 VertexEdgeIteratorBase (const HalfEdgeWrapper &, VertexId)

Private Attributes

GeMeshWingedEdge::HalfEdgeWrapper _wrapper
VertexId _vertexId

Detailed Description

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

Class for both edge and halfedge iterators touching a vertex.

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

Pattern: Iterator

Definition at line 360 of file geMeshWingedEdge.h.


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