Prev Up Next
Go backward to Grid Incidence Iterator Concept
Go up to Grid Iterators
Go forward to Vertex-On-Cell (-Facet, ...) Iterator Concept

Grid Vertex (Edge, Facet, Cell ...) Iterator Concept

Description
A Grid Vertex Iterator allows iteration over the vertices of a Vertex Grid Range.

Analogous concepts exist for edges, facets and cells; these are not listed seperately.

Refinement of
Grid Sequence Iterator
Notation
Definitions
Associated types
Name Expression Description
vertex type I::Vertex type of the underlying vertex,

model of Grid Vertex

identical to V::element_type

Valid Expressions
Expression semantics
Invariants
Refinements
Models
Complex2D::VertexIterator defined in vertex2d-it.h
Notes
See also
Grid Sequence Iterator   Vertex Grid Range


Guntram Berti

Prev Up Next