Class containing data for cell addition. More...
#include <polyAddCell.H>


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. | |
| Public Member Functions inherited from topoAction | |
| TypeName ("topoAction") | |
| Runtime type information. | |
| topoAction () | |
| Construct null. | |
| virtual | ~topoAction ()=default |
| Destructor. | |
|
inline |
Construct null. Used for constructing lists.
Definition at line 89 of file polyAddCell.H.
Referenced by clone().

|
inline |
Construct from components.
Definition at line 101 of file polyAddCell.H.
References masterCellID(), masterEdgeID(), masterFaceID(), masterPointID(), and zoneID().

| TypeName | ( | "addCell" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 120 of file polyAddCell.H.
References polyAddCell().

|
inline |
Is the cell mastered by a point.
Definition at line 134 of file polyAddCell.H.
Referenced by appended().

|
inline |
Is the cell mastered by an edge.
Definition at line 142 of file polyAddCell.H.
Referenced by appended().

|
inline |
Is the cell mastered by another face.
Definition at line 150 of file polyAddCell.H.
Referenced by appended().

|
inline |
Is the cell mastered by another cell.
Definition at line 158 of file polyAddCell.H.
Referenced by appended().

|
inline |
Is the cell appended with no master.
Definition at line 166 of file polyAddCell.H.
References isCellMaster(), isEdgeMaster(), isFaceMaster(), and isPointMaster().

|
inline |
Return master point ID.
Definition at line 176 of file polyAddCell.H.
Referenced by polyAddCell(), and polyTopoChange::setAction().

|
inline |
Return master edge ID.
Definition at line 184 of file polyAddCell.H.
Referenced by polyAddCell(), and polyTopoChange::setAction().

|
inline |
Return master face ID.
Definition at line 192 of file polyAddCell.H.
Referenced by polyAddCell(), and polyTopoChange::setAction().

|
inline |
Return master cell ID.
Definition at line 200 of file polyAddCell.H.
Referenced by polyAddCell(), and polyTopoChange::setAction().

|
inline |
Does the cell belong to a zone?
Definition at line 208 of file polyAddCell.H.
|
inline |
Cell zone ID.
Definition at line 216 of file polyAddCell.H.
Referenced by polyAddCell(), and polyTopoChange::setAction().
