Go to the documentation of this file.
38 #ifndef surfZoneIdentifier_H
39 #define surfZoneIdentifier_H
54 class surfZoneIdentifier;
55 Ostream&
operator<<(Ostream&,
const surfZoneIdentifier&);
A class for handling words, derived from string.
void write(Ostream &) const
Write surfZoneIdentifier as a dictionary.
word & name()
Return name for modification.
label index() const
Return the index of this zone in the surface mesh.
An identifier for a surface zone on a meshed surface.
word & geometricType()
Return the geometric type of the zone for modification.
friend Ostream & operator<<(Ostream &, const surfZoneIdentifier &)
Write surfZoneIdentifier as a dictionary.
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 &, const edgeMesh &)
A list of keyword definitions, which are a keyword followed by any number of values (e....
label index_
Index of zone in surface mesh.
surfZoneIdentifier()
Construct null.
virtual ~surfZoneIdentifier()
Destructor.
const word & geometricType() const
Return the geometric type of the zone.
word geometricType_
Type name of zone.
static const word null
An empty word.
const word & name() const
Return name.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...