60 public Zone<pointZone, pointZoneList>
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Zone(const word &name, const labelUList &indices, const ZonesType &zones, const bool moveUpdate=false, const bool topoUpdate=false)
Construct from components.
friend Ostream & operator(Ostream &, const Zone< ZoneType, ZonesType > &)
Ostream Operator.
const word & name() const
Return name.
const pointZoneList & zones() const
Return ZonesType reference.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Named list of point indices representing a sub-set of the mesh faces.
bool checkDefinition(const bool report=false) const
Check zone definition. Return true if in error.
ClassName("pointZone")
Runtime type information.
autoPtr< pointZone > clone() const
Construct and return a clone.
static const char *const labelsName
The name associated with the zone-labels dictionary entry.
void writeDict(Ostream &) const
Write dictionary.
bool checkParallelSync(const bool report=false) const
Check whether zone is synchronised across coupled boundaries. Return.
void topoChange(const polyTopoChangeMap &map)
Update zone using the given map.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for handling words, derived from string.