An identifier for a surface zone on a meshed surface. More...

Public Member Functions | |
| surfZoneIdentifier () | |
| Construct null. More... | |
| surfZoneIdentifier (const word &name, const label index, const word &geometricType=word::null) | |
| Construct from components. More... | |
| surfZoneIdentifier (const word &name, const dictionary &, const label index) | |
| Construct from dictionary. More... | |
| surfZoneIdentifier (const surfZoneIdentifier &, const label index) | |
| Construct from another zone identifier, resetting the index. More... | |
| virtual | ~surfZoneIdentifier () |
| Destructor. More... | |
| const word & | name () const |
| Return name. More... | |
| word & | name () |
| Return name for modification. More... | |
| const word & | geometricType () const |
| Return the geometric type of the zone. More... | |
| word & | geometricType () |
| Return the geometric type of the zone for modification. More... | |
| label | index () const |
| Return the index of this zone in the surface mesh. More... | |
| void | write (Ostream &) const |
| Write surfZoneIdentifier as a dictionary. More... | |
Friends | |
| Ostream & | operator<< (Ostream &, const surfZoneIdentifier &) |
| Write surfZoneIdentifier as a dictionary. More... | |
An identifier for a surface zone on a meshed surface.
Similar in concept to a faceZone on the surface, but can also have a "geometricType" as well.
Definition at line 60 of file surfZoneIdentifier.H.
Construct null.
Definition at line 31 of file surfZoneIdentifier.C.
| surfZoneIdentifier | ( | const word & | name, |
| const label | index, | ||
| const word & | geometricType = word::null |
||
| ) |
Construct from components.
Definition at line 39 of file surfZoneIdentifier.C.
| surfZoneIdentifier | ( | const word & | name, |
| const dictionary & | dict, | ||
| const label | index | ||
| ) |
| surfZoneIdentifier | ( | const surfZoneIdentifier & | p, |
| const label | index | ||
| ) |
Construct from another zone identifier, resetting the index.
Definition at line 66 of file surfZoneIdentifier.C.
|
virtual |
Destructor.
Definition at line 80 of file surfZoneIdentifier.C.
|
inline |
Return name.
Definition at line 113 of file surfZoneIdentifier.H.
Referenced by surfZone::New(), surfZone::surfZone(), AC3DsurfaceFormat< Face >::write(), OBJsurfaceFormat< Face >::write(), and STLsurfaceFormat< Face >::writeAscii().

|
inline |
Return name for modification.
Definition at line 119 of file surfZoneIdentifier.H.
|
inline |
Return the geometric type of the zone.
Definition at line 125 of file surfZoneIdentifier.H.
Referenced by surfZone::operator==().

|
inline |
Return the geometric type of the zone for modification.
Definition at line 131 of file surfZoneIdentifier.H.
|
inline |
Return the index of this zone in the surface mesh.
Definition at line 137 of file surfZoneIdentifier.H.
Referenced by surfZone::surfZone().

| void write | ( | Ostream & | os | ) | const |
Write surfZoneIdentifier as a dictionary.
Definition at line 87 of file surfZoneIdentifier.C.
References Foam::writeEntry().
Referenced by surfZone::writeDict().


|
friend |
Write surfZoneIdentifier as a dictionary.
void writeDict(Ostream&) const;