Go to the documentation of this file.
35 #ifndef boundaryPatch_H
36 #define boundaryPatch_H
Writes information for a given boundary patch.
TypeName("patch")
Runtime type information.
void operator=(const boundaryPatch &)
friend Ostream & operator<<(Ostream &, const boundaryPatch &)
void writeDict(Ostream &) const
Write dictionary.
dictionary dict() const
Return as dictionary of entries.
Like polyPatch but without reference to mesh. patchIdentifier::index is not used. Used in boundaryMes...
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual autoPtr< boundaryPatchBase > clone() const
autoPtr< boundaryPatch > clone() const
Clone.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A list of keyword definitions, which are a keyword followed by any number of values (e....
boundaryPatch(const word &name, const label index, const label size, const label start, const word &physicalType=word::null)
Construct from components.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Istream & operator>>(Istream &)
virtual void write(Ostream &) const
Write dictionary.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual autoPtr< boundaryPatchBase > clone(const boundaryPatch &wp) const
const word & name() const
Return name.
Writes information for a given boundary patch.
bool operator!=(const boundaryPatch &) const