57 Ostream&
operator<<(Ostream&,
const surfZone&);
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
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 keyword definitions, which are a keyword followed by any number of values (e....
An identifier for a surface zone on a meshed surface.
label index() const
Return the index of this zone in the surface mesh.
const word & geometricType() const
Return the geometric type of the zone.
const word & name() const
Return name.
A surface zone on a MeshedSurface.
void write(Ostream &) const
Write.
surfZone()
Construct null.
autoPtr< surfZone > clone() const
Return clone.
label start() const
Return start label of this zone in the face list.
friend Istream & operator>>(Istream &, surfZone &)
void writeDict(Ostream &) const
Write dictionary.
bool operator==(const surfZone &) const
compare.
label size() const
Return size of this zone in the face list.
ClassName("surfZone")
Runtime type information.
friend Ostream & operator<<(Ostream &, const surfZone &)
bool operator!=(const surfZone &) const
static autoPtr< surfZone > New(Istream &is)
A class for handling words, derived from string.
static const word null
An empty word.
Macro definitions for declaring ClassName(), NamespaceName(), etc.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Istream & operator>>(Istream &, pistonPointEdgeData &)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)