virtual void writeDict(Ostream &) const
Write dictionary.
virtual ~pointZone()
Destructor.
A class for handling words, derived from string.
virtual autoPtr< pointZone > clone(const pointZoneMesh &zm) const
Construct and return a clone, resetting the zone mesh.
A subset of mesh points. The labels of points in the zone can be obtained from the addressing() list.
A simple container for copying or transferring objects of type <T>.
virtual bool checkParallelSync(const bool report=false) const
Check whether zone is synchronised across coupled boundaries. Return.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
void operator=(const pointZone &)
Assign to zone, clearing demand-driven data.
const pointZoneMesh & zoneMesh_
Reference to zone list.
const pointZoneMesh & zoneMesh() const
Return zoneMesh reference.
Ostream & operator<<(Ostream &, const edgeMesh &)
friend Ostream & operator<<(Ostream &, const pointZone &)
Ostream Operator.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return name.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
label whichPoint(const label globalPointID) const
Helper function to re-direct to zone::localID(...)
static autoPtr< pointZone > New(const word &name, const dictionary &, const label index, const pointZoneMesh &)
Return a pointer to a new point zone.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
static const char *const labelsName
The name associated with the zone-labels dictionary entry.
declareRunTimeSelectionTable(autoPtr, pointZone, dictionary,(const word &name, const dictionary &dict, const label index, const pointZoneMesh &zm),(name, dict, index, zm))
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
autoPtr< List< T > > clone() const
Clone.
virtual void movePoints(const pointField &)
Correct patch after moving points.
TypeName("pointZone")
Runtime type information.
label index() const
Return the index of this zone in zone list.
pointZone(const pointZone &)
Disallow default bitwise copy construct.
virtual bool checkDefinition(const bool report=false) const
Check zone definition. Return true if in error.