

Go to the source code of this file.
Namespaces | |
| namespace | Foam::blockMeshTools |
| Tools for parsing label(List) with dictionary lookup. | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| void | read (Istream &, label &val, const dictionary &) |
| In-place read with dictionary lookup. | |
| template<class T> | |
| void | read (Istream &, List< T > &list, const dictionary &) |
| In-place read with dictionary lookup. | |
| label | read (Istream &, const dictionary &) |
| Return-read with dictionary lookup. | |
| template<class T> | |
| List< T > | read (Istream &is, const dictionary &) |
| Return-read with dictionary lookup. | |
| void | write (Ostream &, const label val, const dictionary &) |
| Write with dictionary lookup. | |
| const entry * | findEntry (const dictionary &dict, const label val) |
| Linear search for labelled entry, nullptr if not found. | |
Original source file blockMeshTools.H
Definition in file blockMeshTools.H.