57 Ostream&
operator<<(Ostream&,
const surfZone&);
bool operator==(const surfZone &) const
compare.
An identifier for a surface zone on a meshed surface.
ClassName("surfZone")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const word & name() const
Return name.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A surface zone on a MeshedSurface.
const word & geometricType() const
Return the geometric type of the zone.
label size() const
Return size of this zone in the face list.
label index() const
Return the index of this zone in the surface mesh.
surfZone()
Construct null.
void writeDict(Ostream &) const
Write dictionary.
friend Ostream & operator<<(Ostream &, const surfZone &)
A class for handling words, derived from string.
Istream & operator>>(Istream &, directionInfo &)
static const word null
An empty word.
friend Istream & operator>>(Istream &, surfZone &)
bool operator!=(const surfZone &) const
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void write(Ostream &) const
Write.
static autoPtr< surfZone > New(Istream &is)
label start() const
Return start label of this zone in the face list.
Macro definitions for declaring ClassName(), NamespaceName(), etc.
Ostream & operator<<(Ostream &, const ensightPart &)
autoPtr< surfZone > clone() const
Return clone.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.