Class describing modification of a point. More...
Public Member Functions | |
TypeName ("modifyPoint") | |
Runtime type information. More... | |
polyModifyPoint () | |
Construct null. Used only for list construction. More... | |
polyModifyPoint (const label pointID, const point &newP, const bool removeFromZone, const label newZoneID, const bool inCell) | |
Construct from components. More... | |
virtual autoPtr< topoAction > | clone () const |
Construct and return a clone. More... | |
label | pointID () const |
Point ID. More... | |
const point & | newPoint () const |
New point location. More... | |
bool | isInZone () const |
Does the point belong to a zone? More... | |
bool | removeFromZone () const |
Should the point be removed from current zone. More... | |
label | zoneID () const |
Point zone ID. More... | |
bool | inCell () const |
Does the point support a cell. More... | |
Public Member Functions inherited from topoAction | |
TypeName ("topoAction") | |
Runtime type information. More... | |
topoAction () | |
Construct null. More... | |
virtual | ~topoAction () |
Destructor. More... | |
|
inline |
Construct null. Used only for list construction.
Definition at line 80 of file polyModifyPoint.H.
Referenced by polyModifyPoint::clone().
|
inline |
Construct from components.
Definition at line 91 of file polyModifyPoint.H.
TypeName | ( | "modifyPoint" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 107 of file polyModifyPoint.H.
References polyModifyPoint::polyModifyPoint().
|
inline |
Point ID.
Definition at line 118 of file polyModifyPoint.H.
Referenced by polyTopoChange::setAction().
|
inline |
New point location.
Definition at line 124 of file polyModifyPoint.H.
Referenced by polyTopoChange::setAction().
|
inline |
Does the point belong to a zone?
Definition at line 130 of file polyModifyPoint.H.
|
inline |
Should the point be removed from current zone.
Definition at line 136 of file polyModifyPoint.H.
|
inline |
Point zone ID.
Definition at line 142 of file polyModifyPoint.H.
Referenced by polyTopoChange::setAction().
|
inline |
Does the point support a cell.
Definition at line 148 of file polyModifyPoint.H.
Referenced by polyTopoChange::setAction().