

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