Go to the documentation of this file.
32 #ifndef polyModifyPoint_H
33 #define polyModifyPoint_H
96 const label newZoneID,
label pointID() const
Point ID.
polyModifyPoint()
Construct null. Used only for list construction.
Class describing modification of a point.
virtual autoPtr< topoAction > clone() const
Construct and return a clone.
bool removeFromZone() const
Should the point be removed from current zone.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool removeFromZone_
Remove from current zone.
label zoneID() const
Point zone ID.
bool inCell_
Does the point support a cell.
bool isInZone() const
Does the point belong to a zone?
point location_
New point location.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
bool inCell() const
Does the point support a cell.
TypeName("modifyPoint")
Runtime type information.
label zoneID_
New zone ID.
A virtual base class for topological actions.
const point & newPoint() const
New point location.
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...