Class describing modification of a cell. More...
#include <dynamicMesh/polyModifyCell.H>
Class describing modification of a cell.
Definition at line 47 of file 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.
|
polyModifyCell | ( | ) | [inline]
|
Construct null. Used only for list construction.
Definition at line 74 of file polyModifyCell.H.
Referenced by polyModifyCell::clone().
polyModifyCell | ( | const label | cellID, |
const bool | removeFromZone, | ||
const label | newZoneID | ||
) | [inline]
|
Construct from components.
Definition at line 83 of file polyModifyCell.H.
TypeName | ( | "modifyCell" | ) |
Runtime type information.
virtual autoPtr<topoAction> clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Implements topoAction.
Definition at line 95 of file polyModifyCell.H.
References polyModifyCell::polyModifyCell().
label cellID | ( | ) | const [inline]
|
Cell ID.
Definition at line 106 of file polyModifyCell.H.
Referenced by polyTopoChange::setAction().
bool isInZone | ( | ) | const [inline]
|
Does the cell belong to a zone?
Definition at line 112 of file polyModifyCell.H.
bool removeFromZone | ( | ) | const [inline]
|
Definition at line 117 of file polyModifyCell.H.
Referenced by polyTopoChange::setAction().
label zoneID | ( | ) | const [inline]
|
Cell zone ID.
Definition at line 123 of file polyModifyCell.H.
Referenced by polyTopoChange::setAction().