36 #ifndef repatchPatch_H
37 #define repatchPatch_H
51 Ostream&
operator<<(Ostream&,
const repatchPatch&);
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Identifies patch by name, patch index and physical type.
label index() const
Return the index of this patch in the boundaryMesh.
const word & physicalType() const
Return the optional physical type of the patch.
const word & name() const
Return name.
Like polyPatch but without reference to mesh. patchIdentifier::index is not used. Used in repatchMesh...
repatchPatch(const word &name, const label index, const label size, const label start, const word &physicalType=word::null)
Construct from components.
virtual void write(Ostream &) const
Write dictionary.
friend Ostream & operator<<(Ostream &, const repatchPatch &)
autoPtr< repatchPatch > clone() const
Clone.
~repatchPatch()
Destructor.
A class for handling words, derived from string.
static const word null
An empty word.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)