Go to the documentation of this file.
35 #ifndef boundaryPatchBase_H
36 #define boundaryPatchBase_H
virtual void writeDict(Ostream &) const =0
Write dictionary.
A class for handling words, derived from string.
autoPtr< boundaryPatchBase > clone() const
virtual Istream & operator>>(Istream &)=0
const word & patchName() const
virtual dictionary dict() const =0
Return as dictionary of entries.
const word & patchType() const
TypeName("boundaryPatchBase")
Runtime type information.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
declareRunTimeSelectionTable(autoPtr, boundaryPatchBase, dictionary,(const word &name, const dictionary &dict),(name, dict))
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
boundaryPatchBase(const word &, const word &, const label, const label)
static autoPtr< boundaryPatchBase > New(const word &name, const dictionary &dict)
A list of keyword definitions, which are a keyword followed by any number of values (e....
friend Ostream & operator<<(Ostream &, const boundaryPatchBase &)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void write(Ostream &) const =0
Write.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
word name(const complex &)
Return a string representation of a complex.
virtual ~boundaryPatchBase()