Class describing modification of a cell. More...


Public Member Functions | |
| TypeName ("modifyCell") | |
| Runtime type information. More... | |
| polyModifyCell () | |
| Construct null. Used only for list construction. More... | |
| polyModifyCell (const label cellID, const bool removeFromZone, const label newZoneID) | |
| Construct from components. More... | |
| virtual autoPtr< topoAction > | clone () const |
| Construct and return a clone. More... | |
| label | cellID () const |
| Cell ID. More... | |
| bool | isInZone () const |
| Does the cell belong to a zone? More... | |
| bool | removeFromZone () const |
| label | zoneID () const |
| Cell zone ID. More... | |
Public Member Functions inherited from topoAction | |
| TypeName ("topoAction") | |
| Runtime type information. More... | |
| topoAction () | |
| Construct null. More... | |
| virtual | ~topoAction () |
| Destructor. More... | |
|
inline |
Construct null. Used only for list construction.
Definition at line 73 of file polyModifyCell.H.
Referenced by polyModifyCell::clone().

|
inline |
Construct from components.
Definition at line 82 of file polyModifyCell.H.
| TypeName | ( | "modifyCell" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 94 of file polyModifyCell.H.
References polyModifyCell::polyModifyCell().

|
inline |
Cell ID.
Definition at line 105 of file polyModifyCell.H.
Referenced by polyTopoChange::setAction().

|
inline |
Does the cell belong to a zone?
Definition at line 111 of file polyModifyCell.H.
|
inline |
Definition at line 116 of file polyModifyCell.H.
Referenced by polyTopoChange::setAction().

|
inline |
Cell zone ID.
Definition at line 122 of file polyModifyCell.H.
Referenced by polyTopoChange::setAction().

1.8.13