Go to the documentation of this file.
43 geometricType_(
"patch"),
52 const word& geometricType,
57 geometricType_(geometricType),
62 if (geometricType_.empty())
64 geometricType_ =
"patch";
95 if (geometricType_.empty())
97 geometricType_ =
"patch";
123 return !(*
this ==
p);
132 (geometricType() ==
p.geometricType())
133 && (
name() ==
p.name())
153 "Ostream& operator<<(Ostream& f, const geometricSurfacePatch& gp)"
bool operator!=(const geometricSurfacePatch &) const
A class for handling words, derived from string.
void writeDict(Ostream &) const
Write dictionary.
The geometricSurfacePatch is like patchIdentifier but for surfaces. Holds type, name and index.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
word geometricType_
Type name of patch.
geometricSurfacePatch()
Construct null.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Ostream & operator<<(Ostream &, const edgeMesh &)
virtual bool check(const char *operation) const
Check IOstream status for given operation.
A list of keyword definitions, which are a keyword followed by any number of values (e....
bool operator==(const geometricSurfacePatch &) const
compare.
Istream & operator>>(Istream &, edgeMesh &)
void write(Ostream &) const
Write.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
defineTypeNameAndDebug(combustionModel, 0)
word name(const complex &)
Return a string representation of a complex.