![]() |
|
Public Member Functions | |
TypeName ("modifyPoint") | |
Runtime type information. | |
polyModifyPoint () | |
Construct null. Used only for list construction. | |
polyModifyPoint (const label pointID, const point &newP, const bool removeFromZone, const label newZoneID, const bool inCell) | |
Construct from components. | |
virtual autoPtr< topoAction > | clone () const |
Construct and return a clone. | |
label | pointID () const |
Point ID. | |
const point & | newPoint () const |
New point location. | |
bool | isInZone () const |
Does the point belong to a zone? | |
bool | removeFromZone () const |
Should the point be removed from current zone. | |
label | zoneID () const |
Point zone ID. | |
bool | inCell () const |
Does the point support a cell. |
|
Construct null. Used only for list construction.
Definition at line 87 of file polyModifyPoint.H. |
|
Construct from components.
Definition at line 98 of file polyModifyPoint.H. |
|
Construct and return a clone.
Implements topoAction. Definition at line 114 of file polyModifyPoint.H. References Foam::label. |
|
Does the point support a cell.
Definition at line 155 of file polyModifyPoint.H. |
|
Does the point belong to a zone?
Definition at line 137 of file polyModifyPoint.H. |
|
New point location.
Definition at line 131 of file polyModifyPoint.H. |
|
Point ID.
Definition at line 125 of file polyModifyPoint.H. References Foam::point. |
|
Should the point be removed from current zone.
Definition at line 143 of file polyModifyPoint.H. References Foam::label. |
|
Runtime type information.
|
|
Point zone ID.
Definition at line 149 of file polyModifyPoint.H. |