Classes | |
| class | const_iterator |
| Forward iterator. More... | |
Public Types | |
| typedef Type | value_type |
| The value type. More... | |
Public Member Functions | |
| CellCutValues (const cell &c, const cellEdgeAddressing &cAddr, const labelListList &cCuts, const faceList &fs, const Field< Type > &pPsis, const scalarField &pAlphas, const scalar isoAlpha) | |
| Construct from components. More... | |
| const_iterator | begin () const |
| Get the beginning of the iteration over the values. More... | |
| const_iterator | end () const |
| Get the end of the iteration over the values. More... | |
Definition at line 298 of file cutPolyValue.H.
| typedef Type value_type |
The value type.
Definition at line 329 of file cutPolyValue.H.
| CellCutValues | ( | const cell & | c, |
| const cellEdgeAddressing & | cAddr, | ||
| const labelListList & | cCuts, | ||
| const faceList & | fs, | ||
| const Field< Type > & | pPsis, | ||
| const scalarField & | pAlphas, | ||
| const scalar | isoAlpha | ||
| ) |
Construct from components.
Definition at line 228 of file cutPolyValueTemplates.C.
| Foam::cutPoly::CellCutValues< Type >::const_iterator begin |
Get the beginning of the iteration over the values.
Definition at line 308 of file cutPolyValueTemplates.C.
| Foam::cutPoly::CellCutValues< Type >::const_iterator end |
Get the end of the iteration over the values.
Definition at line 316 of file cutPolyValueTemplates.C.