IOobject for a surfZoneList. More...
#include <surfMesh/surfZoneIOList.H>
IOobject for a surfZoneList.
Definition at line 54 of file surfZoneIOList.H.
Public Member Functions | |
TypeName ("surfZoneList") | |
Runtime type information.
| |
surfZoneIOList (const IOobject &) | |
Construct from IOobject.
| |
surfZoneIOList (const IOobject &, const surfZoneList &) | |
Construct from IOobject and surfZoneList.
| |
surfZoneIOList (const IOobject &, const Xfer< surfZoneList > &) | |
Construct from IOobject and surfZoneList.
| |
~surfZoneIOList () | |
bool | writeData (Ostream &) const |
writeData member function required by regIOobject
| |
Friends | |
Ostream & | operator<< (Ostream &, const surfZoneIOList &) |
surfZoneIOList | ( | const IOobject & | io ) | [explicit]
|
Construct from IOobject.
Definition at line 36 of file surfZoneIOList.C.
References IOstream::check(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, forAll, dictionary::lookup(), Foam::nl, IOobject::objectPath(), dictionary::readIfPresent(), List< T >::setSize(), and PtrList< T >::size().
surfZoneIOList | ( | const IOobject & | io, |
const surfZoneList & | zones | ||
) |
Construct from IOobject and surfZoneList.
Definition at line 100 of file surfZoneIOList.C.
surfZoneIOList | ( | const IOobject & | io, |
const Xfer< surfZoneList > & | zones | ||
) |
Construct from IOobject and surfZoneList.
Definition at line 111 of file surfZoneIOList.C.
~surfZoneIOList | ( | ) |
Definition at line 123 of file surfZoneIOList.C.
TypeName | ( | "surfZoneList" | ) |
Runtime type information.
bool writeData | ( | Ostream & | os ) | const [virtual]
|
writeData member function required by regIOobject
Implements regIOobject.
Definition at line 131 of file surfZoneIOList.C.
References IOstream::good().
Ostream& operator<< | ( | Ostream & | , |
const surfZoneIOList & | |||
) | [friend]
|