Forward iterator. More...
Public Member Functions | |
| const_iterator (const FaceCutValues< Type > &fValues, const label i, const label j) | |
| Construct from components. More... | |
| Type | next () const |
| Get the next value around the sub-face. More... | |
| bool | operator== (const const_iterator &it) const |
| Equality comparison. More... | |
| bool | operator!= (const const_iterator &it) const |
| Inequality comparison. More... | |
| Type | operator* () const |
| Dereference. More... | |
| const_iterator & | operator++ () |
| Increment. More... | |
| const_iterator | operator++ (int) |
| Increment. More... | |
Forward iterator.
Definition at line 205 of file cutPolyValue.H.
| const_iterator | ( | const FaceCutValues< Type > & | fValues, |
| const label | i, | ||
| const label | j | ||
| ) |
Construct from components.
Definition at line 178 of file cutPolyValueTemplates.C.
| Type next |
Get the next value around the sub-face.
Definition at line 275 of file cutPolyValueTemplates.C.
References psi, and Foam::cutPoly::separatedBelow.
| bool operator== | ( | const const_iterator & | it | ) | const |
Equality comparison.
Definition at line 371 of file cutPolyValueTemplates.C.
| bool operator!= | ( | const const_iterator & | it | ) | const |
Inequality comparison.
Definition at line 381 of file cutPolyValueTemplates.C.
| Type operator* |
|
inline |
Increment.
Definition at line 399 of file cutPolyValueTemplates.C.
|
inline |
Increment.
Definition at line 409 of file cutPolyValueTemplates.C.