Class containing data for cell removal. More...
#include <polyRemoveCell.H>


Public Member Functions | |
| TypeName ("removeCell") | |
| Runtime type information. | |
| polyRemoveCell () | |
| Construct null. Used for constructing lists. | |
| polyRemoveCell (const label cellID, const label mergeCellID=-1) | |
| Construct from components. | |
| virtual autoPtr< topoAction > | clone () const |
| Construct and return a clone. | |
| label | cellID () const |
| Return cell ID. | |
| label | mergeCellID () const |
| Return cell ID. | |
| Public Member Functions inherited from topoAction | |
| TypeName ("topoAction") | |
| Runtime type information. | |
| topoAction () | |
| Construct null. | |
| virtual | ~topoAction ()=default |
| Destructor. | |
|
inline |
Construct null. Used for constructing lists.
Definition at line 73 of file polyRemoveCell.H.
Referenced by clone().

|
inline |
Construct from components.
Definition at line 82 of file polyRemoveCell.H.
References cellID(), and mergeCellID().

| TypeName | ( | "removeCell" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 91 of file polyRemoveCell.H.
References polyRemoveCell().

|
inline |
Return cell ID.
Definition at line 105 of file polyRemoveCell.H.
Referenced by polyRemoveCell(), and polyTopoChange::setAction().

|
inline |
Return cell ID.
Definition at line 113 of file polyRemoveCell.H.
Referenced by polyRemoveCell(), and polyTopoChange::setAction().
