IOobject for a surfacePatchList. More...
#include <triSurface/surfacePatchIOList.H>
IOobject for a surfacePatchList.
Definition at line 54 of file surfacePatchIOList.H.
Public Member Functions | |
TypeName ("surfacePatchIOList") | |
Runtime type information.
| |
surfacePatchIOList (const IOobject &io) | |
Static data someStaticData.
| |
surfacePatchIOList (const IOobject &io, const surfacePatchList &) | |
Construct from IOobject.
| |
~surfacePatchIOList () | |
bool | writeData (Ostream &) const |
writeData member function required by regIOobject
| |
Friends | |
Ostream & | operator<< (Ostream &, const surfacePatchIOList &) |
surfacePatchIOList | ( | const IOobject & | io ) | [explicit]
|
Static data someStaticData.
Construct from IOobject
Definition at line 37 of file surfacePatchIOList.C.
References IOstream::check(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, forAll, dictionary::lookup(), IOobject::objectPath(), patches, List< T >::setSize(), and PtrList< T >::size().
surfacePatchIOList | ( | const IOobject & | io, |
const surfacePatchList & | patches | ||
) |
Construct from IOobject.
Definition at line 101 of file surfacePatchIOList.C.
~surfacePatchIOList | ( | ) |
Definition at line 113 of file surfacePatchIOList.C.
TypeName | ( | "surfacePatchIOList" | ) |
Runtime type information.
bool writeData | ( | Ostream & | os ) | const [virtual]
|
writeData member function required by regIOobject
Implements regIOobject.
Definition at line 121 of file surfacePatchIOList.C.
References IOstream::good().
Ostream& operator<< | ( | Ostream & | , |
const surfacePatchIOList & | |||
) | [friend]
|