Namespaces | Functions
blockMeshTools.H File Reference
Include dependency graph for blockMeshTools.H:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Original source file blockMeshTools.H

Definition in file blockMeshTools.H.