99 masterPointID_(masterPointID),
100 masterEdgeID_(masterEdgeID),
101 masterFaceID_(masterFaceID),
102 masterCellID_(masterCellID),
121 return masterPointID_ >= 0;
127 return masterEdgeID_ >= 0;
133 return masterFaceID_ >= 0;
139 return masterCellID_ >= 0;
153 return masterPointID_;
159 return masterEdgeID_;
165 return masterFaceID_;
171 return masterCellID_;
virtual autoPtr< topoAction > clone() const
Construct and return a clone.
label masterCellID() const
Return master cell ID.
label masterEdgeID() const
Return master edge ID.
bool isPointMaster() const
Is the cell mastered by a point.
bool isFaceMaster() const
Is the cell mastered by another face.
bool isCellMaster() const
Is the cell mastered by another cell.
Class containing data for cell addition.
label masterPointID() const
Return master point ID.
A virtual base class for topological actions.
TypeName("addCell")
Runtime type information.
label zoneID() const
Cell zone ID.
label masterFaceID() const
Return master face ID.
polyAddCell()
Construct null. Used for constructing lists.
bool appended() const
Is the cell appended with no master.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
bool isEdgeMaster() const
Is the cell mastered by an edge.
bool isInZone() const
Does the cell belong to a zone?