56 Ostream&
operator<<(Ostream&,
const pointZone&);
101 (name, dict, index, zm)
virtual void movePoints(const pointField &)
Correct patch after moving points.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool checkDefinition(const bool report=false) const
Check zone definition. Return true if in error.
const pointZoneMesh & zoneMesh() const
Return zoneMesh reference.
void operator=(const pointZone &)
Assignment to zone, clearing demand-driven data.
const pointZoneMesh & zoneMesh_
Reference to zone list.
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.
static autoPtr< pointZone > New(const word &name, const dictionary &, const label index, const pointZoneMesh &)
Return a pointer to a new point zone.
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.
declareRunTimeSelectionTable(autoPtr, pointZone, dictionary,(const word &name, const dictionary &dict, const label index, const pointZoneMesh &zm),(name, dict, index, zm))
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.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
pointZone(const word &name, const labelUList &addr, const label index, const pointZoneMesh &)
Construct from components.
virtual ~pointZone()
Destructor.