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... | |
![]() | |
TypeName ("topoAction") | |
Runtime type information. More... | |
topoAction () | |
Construct null. More... | |
virtual | ~topoAction () |
Destructor. More... | |
Private Attributes | |
label | masterPointID_ |
Master point ID for cells blown up from points. More... | |
label | masterEdgeID_ |
Master edge ID for cells blown up from edges. More... | |
label | masterFaceID_ |
Master face ID for cells blown up from faces. More... | |
label | masterCellID_ |
Master cell ID for cells blown up from cells. More... | |
label | zoneID_ |
Cell zone ID. 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.
References polyAddCell::masterPointID_.
Referenced by polyAddCell::appended().
|
inline |
Is the cell mastered by an edge.
Definition at line 124 of file polyAddCell.H.
References polyAddCell::masterEdgeID_.
Referenced by polyAddCell::appended().
|
inline |
Is the cell mastered by another face.
Definition at line 130 of file polyAddCell.H.
References polyAddCell::masterFaceID_.
Referenced by polyAddCell::appended().
|
inline |
Is the cell mastered by another cell.
Definition at line 136 of file polyAddCell.H.
References polyAddCell::masterCellID_.
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.
References polyAddCell::masterPointID_.
Referenced by polyTopoChange::setAction().
|
inline |
Return master edge ID.
Definition at line 156 of file polyAddCell.H.
References polyAddCell::masterEdgeID_.
Referenced by polyTopoChange::setAction().
|
inline |
Return master face ID.
Definition at line 162 of file polyAddCell.H.
References polyAddCell::masterFaceID_.
Referenced by polyTopoChange::setAction().
|
inline |
Return master cell ID.
Definition at line 168 of file polyAddCell.H.
References polyAddCell::masterCellID_.
Referenced by polyTopoChange::setAction().
|
inline |
Does the cell belong to a zone?
Definition at line 174 of file polyAddCell.H.
References polyAddCell::zoneID_.
|
inline |
Cell zone ID.
Definition at line 180 of file polyAddCell.H.
References polyAddCell::zoneID_.
Referenced by polyTopoChange::setAction().
|
private |
Master point ID for cells blown up from points.
Definition at line 53 of file polyAddCell.H.
Referenced by polyAddCell::isPointMaster(), and polyAddCell::masterPointID().
|
private |
Master edge ID for cells blown up from edges.
Definition at line 56 of file polyAddCell.H.
Referenced by polyAddCell::isEdgeMaster(), and polyAddCell::masterEdgeID().
|
private |
Master face ID for cells blown up from faces.
Definition at line 59 of file polyAddCell.H.
Referenced by polyAddCell::isFaceMaster(), and polyAddCell::masterFaceID().
|
private |
Master cell ID for cells blown up from cells.
Definition at line 62 of file polyAddCell.H.
Referenced by polyAddCell::isCellMaster(), and polyAddCell::masterCellID().
|
private |
Cell zone ID.
Definition at line 65 of file polyAddCell.H.
Referenced by polyAddCell::isInZone(), and polyAddCell::zoneID().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.