56 Ostream&
operator<<(Ostream&,
const pointZone&);
101 (name, dict, index, mz)
pointZone(const word &name, const labelUList &addr, const label index, const meshPointZones &)
Construct from components.
virtual void movePoints(const pointField &)
Correct patch after moving points.
A list of keyword definitions, which are a keyword followed by any number of values (e...
declareRunTimeSelectionTable(autoPtr, pointZone, dictionary,(const word &name, const dictionary &dict, const label index, const meshPointZones &mz),(name, dict, index, mz))
virtual bool checkDefinition(const bool report=false) const
Check zone definition. Return true if in error.
const meshPointZones & meshZones() const
Return meshZones reference.
void operator=(const pointZone &)
Assignment to zone, clearing demand-driven data.
label index() const
Return the index of this zone in zone list.
friend Ostream & operator<<(Ostream &, const pointZone &)
Ostream Operator.
A class for handling words, derived from string.
const word & name() const
Return name.
virtual bool checkParallelSync(const bool report=false) const
Check whether zone is synchronised across coupled boundaries. Return.
label whichPoint(const label globalPointID) const
Helper function to re-direct to zone::localID(...)
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
TypeName("pointZone")
Runtime type information.
static const char *const labelsName
The name associated with the zone-labels dictionary entry.
A subset of mesh points. The labels of points in the zone can be obtained from the addressing() list...
Ostream & operator<<(Ostream &, const ensightPart &)
virtual void writeDict(Ostream &) const
Write dictionary.
autoPtr< List< label > > clone() const
Clone.
const meshPointZones & meshZones_
Reference to zone list.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
static autoPtr< pointZone > New(const word &name, const dictionary &, const label index, const meshPointZones &)
Return a pointer to a new point zone.
virtual ~pointZone()
Destructor.