Class containing data for point removal. More...


Public Member Functions | |
| TypeName ("removePoint") | |
| Runtime type information. More... | |
| polyRemovePoint () | |
| Construct null. Used for constructing lists. More... | |
| polyRemovePoint (const label pointID, const label mergePointID=-1) | |
| Construct from components. More... | |
| virtual autoPtr< topoAction > | clone () const |
| Construct and return a clone. More... | |
| label | pointID () const |
| Return point ID. More... | |
| label | mergePointID () const |
Public Member Functions inherited from topoAction | |
| TypeName ("topoAction") | |
| Runtime type information. More... | |
| topoAction () | |
| Construct null. More... | |
| virtual | ~topoAction () |
| Destructor. More... | |
|
inline |
Construct null. Used for constructing lists.
Definition at line 70 of file polyRemovePoint.H.
Referenced by polyRemovePoint::clone().

|
inline |
Construct from components.
Definition at line 77 of file polyRemovePoint.H.
| TypeName | ( | "removePoint" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 84 of file polyRemovePoint.H.
References polyRemovePoint::polyRemovePoint().

|
inline |
Return point ID.
Definition at line 96 of file polyRemovePoint.H.
Referenced by polyTopoChange::setAction().

|
inline |
Definition at line 101 of file polyRemovePoint.H.
Referenced by polyTopoChange::setAction().

1.8.11