Go to the documentation of this file.
58 Pout<<
"featureEdgeMesh::featureEdgeMesh :"
59 <<
" constructed from IOobject :"
60 <<
" points:" <<
points().size()
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
featureEdgeMesh(const IOobject &)
Construct (read) given an IOobject.
virtual bool writeData(Ostream &) const
WriteData function required for regIOobject write operation.
Ostream & endl(Ostream &os)
Add newline and flush stream.
bool headerOk()
Read and check header info.
Pre-declare SubField and related Field type.
readOption readOpt() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual bool readData(Istream &)
ReadData function required for regIOobject read operation.
const pointField & points() const
Return points.
const edgeList & edges() const
Return edges.
bool bad() const
Return true if stream is corrupted.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
Istream & readStream()
Return Istream.
prefixOSstream Pout(cout, "Pout")
void close()
Close Istream.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void size(const label)
Override size to be inconsistent with allocated storage.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool good() const
Return true if next operation might succeed.
defineTypeNameAndDebug(combustionModel, 0)
Points connected by edges.