Class describing modification of a cell. More...
#include <dynamicMesh/polyModifyCell.H>
Inheritance diagram for polyModifyCell:
Collaboration diagram for polyModifyCell: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 () |
|
inline |
Construct null. Used only for list construction.
Definition at line 74 of file polyModifyCell.H.
Referenced by polyModifyCell::clone().
|
inline |
Construct from components.
Definition at line 83 of file polyModifyCell.H.
| TypeName | ( | "modifyCell" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 95 of file polyModifyCell.H.
References polyModifyCell::polyModifyCell().
|
inline |
Cell ID.
Definition at line 106 of file polyModifyCell.H.
Referenced by polyTopoChange::setAction().
|
inline |
Does the cell belong to a zone?
Definition at line 112 of file polyModifyCell.H.
|
inline |
Definition at line 117 of file polyModifyCell.H.
Referenced by polyTopoChange::setAction().
|
inline |
Cell zone ID.
Definition at line 123 of file polyModifyCell.H.
Referenced by polyTopoChange::setAction().