Similar iterators can be defined for other anchor elements, most notably facets. For these, just replace cell with facet.
| Name | Expression | Description |
| Vertex type | V::Vertex | synomym to V::element_type |
| Cell type | V::Cell |
the cell type V operates upon,
model of Grid Cell |
| Anchor type | V::anchor_type |
synonym to V::Cell,
model of Vertex Grid Range |
| Name | Expression | Type requirements | return type |
| anchor cell | v.TheCell(); | V::Cell const& | |
| Name | Expression | Precondition | Semantics | Postcondition |
| anchor cell | Cell C = v.TheCell(); | v is not singular | get the anchor of v |
c is a valid cell;
c == v.TheCell() |