48 readStream(typeName) >> *
this;
54 Pout<<
"featureEdgeMesh::featureEdgeMesh :" 55 <<
" constructed from IOobject :"
void size(const label n)
Older name for setAddressableSize.
bool bad() const noexcept
True if stream is corrupted.
const pointField & points() const noexcept
Return points.
List< edge > edgeList
List of edge.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Ostream & endl(Ostream &os)
Add newline and flush stream.
bool headerOk()
Read and check header info. Does not check the headerClassName.
bool isReadOptional() const noexcept
True if (LAZY_READ) bits are set [same as READ_IF_PRESENT].
virtual bool writeData(Ostream &) const
WriteData function required for regIOobject write operation.
vectorField pointField
pointField is a vectorField.
void close()
Close Istream.
virtual bool readData(Istream &)
ReadData function required for regIOobject read operation.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
int debug
Static debugging option.
defineTypeNameAndDebug(combustionModel, 0)
Mesh data needed to do the Finite Area discretisation.
bool isReadRequired() const noexcept
True if (MUST_READ | READ_MODIFIED) bits are set.
bool good() const noexcept
True if next operation might succeed.
const edgeList & edges() const noexcept
Return edges.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
Defines the attributes of an object for which implicit objectRegistry management is supported...
featureEdgeMesh(const IOobject &)
Construct (read) given an IOobject.
prefixOSstream Pout
OSstream wrapped stdout (std::cout) with parallel prefix.