

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 &, const dictionary &) |
| In-place read with dictionary lookup. More... | |
| template<class T > | |
| void | read (Istream &, List< T > &, 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, const dictionary &) |
| Write with dictionary lookup. More... | |
| const keyType & | findEntry (const dictionary &, const label) |
| Linear search for label entry. More... | |
Original source file blockMeshTools.H
Definition in file blockMeshTools.H.
1.8.13