Class describing modification of a cell. More...
#include <polyModifyCell.H>


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

|
inline |
Construct from components.
Definition at line 89 of file polyModifyCell.H.
References cellID(), and removeFromZone().

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

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

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

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