Forward iterator. More...
Public Member Functions | |
| const_iterator (const FaceValues< Type > &fValues, const label i) | |
| 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 106 of file cutPolyValue.H.
| const_iterator | ( | const FaceValues< Type > & | fValues, |
| const label | i | ||
| ) |
Construct from components.
Definition at line 154 of file cutPolyValueTemplates.C.
| Type next |
Get the next value around the sub-face.
Definition at line 252 of file cutPolyValueTemplates.C.
| bool operator== | ( | const const_iterator & | it | ) | const |
Equality comparison.
Definition at line 325 of file cutPolyValueTemplates.C.
| bool operator!= | ( | const const_iterator & | it | ) | const |
Inequality comparison.
Definition at line 335 of file cutPolyValueTemplates.C.
| Type operator* |
Dereference.
Definition at line 345 of file cutPolyValueTemplates.C.
|
inline |
Increment.
Definition at line 353 of file cutPolyValueTemplates.C.
|
inline |
Increment.
Definition at line 362 of file cutPolyValueTemplates.C.