Class containing data for point removal. More...
#include <dynamicMesh/polyRemovePoint.H>
Class containing data for point removal.
Definition at line 47 of file polyRemovePoint.H.
Inheritance diagram for polyRemovePoint:
Collaboration diagram for polyRemovePoint:Public Member Functions | |
| TypeName ("removePoint") | |
| Runtime type information.
| |
| polyRemovePoint () | |
| Construct null. Used for constructing lists.
| |
| polyRemovePoint (const label pointID, const label mergePointID=-1) | |
| Construct from components.
| |
| virtual autoPtr< topoAction > | clone () const |
| Construct and return a clone.
| |
| label | pointID () const |
| Return point ID.
| |
| label | mergePointID () const |
| polyRemovePoint | ( | ) | [inline]
|
Construct null. Used for constructing lists.
Definition at line 71 of file polyRemovePoint.H.
Referenced by polyRemovePoint::clone().
| polyRemovePoint | ( | const label | pointID, |
| const label | mergePointID = -1
|
||
| ) | [inline]
|
Construct from components.
Definition at line 78 of file polyRemovePoint.H.
| TypeName | ( | "removePoint" | ) |
Runtime type information.
| virtual autoPtr<topoAction> clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Implements topoAction.
Definition at line 85 of file polyRemovePoint.H.
References polyRemovePoint::polyRemovePoint().
| label pointID | ( | ) | const [inline]
|
Return point ID.
Definition at line 97 of file polyRemovePoint.H.
Referenced by polyTopoChange::setAction().
| label mergePointID | ( | ) | const [inline]
|
Definition at line 102 of file polyRemovePoint.H.
Referenced by polyTopoChange::setAction().