Class describing modification of a point. More...
#include <dynamicMesh/polyModifyPoint.H>
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. | |
![]() | |
TypeName ("topoAction") | |
Runtime type information. | |
topoAction () | |
Construct null. | |
virtual | ~topoAction () |
|
inline |
Construct null. Used only for list construction.
Definition at line 81 of file polyModifyPoint.H.
Referenced by polyModifyPoint::clone().
|
inline |
Construct from components.
Definition at line 92 of file polyModifyPoint.H.
TypeName | ( | "modifyPoint" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 108 of file polyModifyPoint.H.
References polyModifyPoint::polyModifyPoint().
|
inline |
Point ID.
Definition at line 119 of file polyModifyPoint.H.
Referenced by polyTopoChange::setAction().
|
inline |
New point location.
Definition at line 125 of file polyModifyPoint.H.
Referenced by polyTopoChange::setAction().
|
inline |
Does the point belong to a zone?
Definition at line 131 of file polyModifyPoint.H.
|
inline |
Should the point be removed from current zone.
Definition at line 137 of file polyModifyPoint.H.
|
inline |
Point zone ID.
Definition at line 143 of file polyModifyPoint.H.
Referenced by polyTopoChange::setAction().
|
inline |
Does the point support a cell.
Definition at line 149 of file polyModifyPoint.H.
Referenced by polyTopoChange::setAction().