Class containing data for cell addition. More...
Public Member Functions | |
TypeName ("addCell") | |
Runtime type information. More... | |
polyAddCell () | |
Construct null. Used for constructing lists. More... | |
polyAddCell (const label masterPointID, const label masterEdgeID, const label masterFaceID, const label masterCellID, const label zoneID) | |
Construct from components. More... | |
virtual autoPtr< topoAction > | clone () const |
Construct and return a clone. More... | |
bool | isPointMaster () const |
Is the cell mastered by a point. More... | |
bool | isEdgeMaster () const |
Is the cell mastered by an edge. More... | |
bool | isFaceMaster () const |
Is the cell mastered by another face. More... | |
bool | isCellMaster () const |
Is the cell mastered by another cell. More... | |
bool | appended () const |
Is the cell appended with no master. More... | |
label | masterPointID () const |
Return master point ID. More... | |
label | masterEdgeID () const |
Return master edge ID. More... | |
label | masterFaceID () const |
Return master face ID. More... | |
label | masterCellID () const |
Return master cell ID. More... | |
bool | isInZone () const |
Does the cell belong to a zone? More... | |
label | zoneID () const |
Cell zone ID. More... | |
Public Member Functions inherited from topoAction | |
TypeName ("topoAction") | |
Runtime type information. More... | |
topoAction () | |
Construct null. More... | |
virtual | ~topoAction () |
Destructor. More... | |
|
inline |
Construct null. Used for constructing lists.
Definition at line 79 of file polyAddCell.H.
Referenced by polyAddCell::clone().
|
inline |
Construct from components.
Definition at line 90 of file polyAddCell.H.
TypeName | ( | "addCell" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 106 of file polyAddCell.H.
References polyAddCell::polyAddCell().
|
inline |
Is the cell mastered by a point.
Definition at line 118 of file polyAddCell.H.
Referenced by polyAddCell::appended().
|
inline |
Is the cell mastered by an edge.
Definition at line 124 of file polyAddCell.H.
Referenced by polyAddCell::appended().
|
inline |
Is the cell mastered by another face.
Definition at line 130 of file polyAddCell.H.
Referenced by polyAddCell::appended().
|
inline |
Is the cell mastered by another cell.
Definition at line 136 of file polyAddCell.H.
Referenced by polyAddCell::appended().
|
inline |
Is the cell appended with no master.
Definition at line 142 of file polyAddCell.H.
References polyAddCell::isCellMaster(), polyAddCell::isEdgeMaster(), polyAddCell::isFaceMaster(), and polyAddCell::isPointMaster().
|
inline |
Return master point ID.
Definition at line 150 of file polyAddCell.H.
Referenced by polyTopoChange::setAction().
|
inline |
Return master edge ID.
Definition at line 156 of file polyAddCell.H.
Referenced by polyTopoChange::setAction().
|
inline |
Return master face ID.
Definition at line 162 of file polyAddCell.H.
Referenced by polyTopoChange::setAction().
|
inline |
Return master cell ID.
Definition at line 168 of file polyAddCell.H.
Referenced by polyTopoChange::setAction().
|
inline |
Does the cell belong to a zone?
Definition at line 174 of file polyAddCell.H.
|
inline |
Cell zone ID.
Definition at line 180 of file polyAddCell.H.
Referenced by polyTopoChange::setAction().