![]() |
|
Public Member Functions | |
TypeName ("addCell") | |
Runtime type information. | |
polyAddCell () | |
Construct null. Used for constructing lists. | |
polyAddCell (const label masterPointID, const label masterEdgeID, const label masterFaceID, const label masterCellID, const label zoneID) | |
Construct from components. | |
virtual autoPtr< topoAction > | clone () const |
Construct and return a clone. | |
bool | isPointMaster () const |
Is the cell mastered by a point. | |
bool | isEdgeMaster () const |
Is the cell mastered by an edge. | |
bool | isFaceMaster () const |
Is the cell mastered by another face. | |
bool | isCellMaster () const |
Is the cell mastered by another cell. | |
bool | appended () const |
Is the cell appended with no master. | |
label | masterPointID () const |
Return master point ID. | |
label | masterEdgeID () const |
Return master edge ID. | |
label | masterFaceID () const |
Return master face ID. | |
label | masterCellID () const |
Return master cell ID. | |
bool | isInZone () const |
Does the cell belong to a zone? | |
label | zoneID () const |
Cell zone ID. |
|
Construct null. Used for constructing lists.
Definition at line 86 of file polyAddCell.H. |
|
Construct from components.
Definition at line 97 of file polyAddCell.H. References Foam::label. |
|
Is the cell appended with no master.
Definition at line 149 of file polyAddCell.H. |
|
Construct and return a clone.
Implements topoAction. Definition at line 113 of file polyAddCell.H. |
|
Is the cell mastered by another cell.
Definition at line 143 of file polyAddCell.H. |
|
Is the cell mastered by an edge.
Definition at line 131 of file polyAddCell.H. |
|
Is the cell mastered by another face.
Definition at line 137 of file polyAddCell.H. |
|
Does the cell belong to a zone?
Definition at line 181 of file polyAddCell.H. References Foam::label. |
|
Is the cell mastered by a point.
Definition at line 125 of file polyAddCell.H. |
|
Return master cell ID.
Definition at line 175 of file polyAddCell.H. |
|
Return master edge ID.
Definition at line 163 of file polyAddCell.H. References Foam::label. |
|
Return master face ID.
Definition at line 169 of file polyAddCell.H. References Foam::label. |
|
Return master point ID.
Definition at line 157 of file polyAddCell.H. References Foam::label. |
|
Runtime type information.
|
|
Cell zone ID.
Definition at line 187 of file polyAddCell.H. |