Go to the documentation of this file.
46 <<
"Specified IOobject::MUST_READ_IF_MODIFIED but class"
47 <<
" does not support automatic rereading."
78 <<
"Specified IOobject::MUST_READ_IF_MODIFIED but class"
79 <<
" does not support automatic rereading."
92 readStream(typeName) >> *
this;
112 return (is >> *
this).good();
118 return (os << *
this).good();
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
void operator=(const mapDistributePolyMesh &)
Ostream & endl(Ostream &os)
Add newline and flush stream.
IOmapDistributePolyMesh(const IOobject &)
Construct given an IOobject.
bool headerOk()
Read and check header info.
readOption readOpt() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual bool writeData(Ostream &) const
WriteData function required for regIOobject write operation.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
Istream & readStream()
Return Istream.
void close()
Close Istream.
virtual ~IOmapDistributePolyMesh()
Destructor.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
defineTypeNameAndDebug(combustionModel, 0)
#define WarningInFunction
Report a warning using Foam::Warning.
virtual bool readData(Istream &)
ReadData function required for regIOobject read operation.