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... | |
![]() | |
TypeName ("topoAction") | |
Runtime type information. More... | |
topoAction () | |
Construct null. More... | |
virtual | ~topoAction () |
Destructor. More... | |
Private Attributes | |
label | cellID_ |
Cell ID. More... | |
bool | removeFromZone_ |
Remove from current zone. More... | |
label | zoneID_ |
New zone ID. 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.
References polyModifyCell::cellID_.
Referenced by polyTopoChange::setAction().
|
inline |
Does the cell belong to a zone?
Definition at line 111 of file polyModifyCell.H.
References polyModifyCell::zoneID_.
|
inline |
Definition at line 116 of file polyModifyCell.H.
References polyModifyCell::removeFromZone_.
Referenced by polyTopoChange::setAction().
|
inline |
Cell zone ID.
Definition at line 122 of file polyModifyCell.H.
References polyModifyCell::zoneID_.
Referenced by polyTopoChange::setAction().
|
private |
|
private |
Remove from current zone.
Definition at line 56 of file polyModifyCell.H.
Referenced by polyModifyCell::removeFromZone().
|
private |
New zone ID.
Definition at line 59 of file polyModifyCell.H.
Referenced by polyModifyCell::isInZone(), and polyModifyCell::zoneID().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.