![]() |
|
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. |
|
Construct null. Used only for list construction.
Definition at line 80 of file polyModifyCell.H. |
|
Construct from components.
Definition at line 89 of file polyModifyCell.H. |
|
Cell ID.
Definition at line 112 of file polyModifyCell.H. |
|
Construct and return a clone.
Implements topoAction. Definition at line 101 of file polyModifyCell.H. References Foam::label. |
|
Does the cell belong to a zone?
Definition at line 118 of file polyModifyCell.H. |
|
Definition at line 123 of file polyModifyCell.H. References Foam::label. |
|
Runtime type information.
|
|
Cell zone ID.
Definition at line 129 of file polyModifyCell.H. |