Class containing data for point addition. More...
Public Member Functions | |
TypeName ("addPoint") | |
Runtime type information. More... | |
polyAddPoint () | |
Construct null. Used only for list construction. More... | |
polyAddPoint (const point &p, const label masterPointID, const label zoneID, const bool inCell) | |
Construct from components. More... | |
virtual autoPtr< topoAction > | clone () const |
Construct and return a clone. More... | |
const point & | newPoint () const |
Point location. More... | |
label | masterPointID () const |
Master point label. More... | |
bool | appended () const |
Is the point appended with no master. More... | |
bool | isInZone () const |
Does the point belong to a zone? More... | |
label | zoneID () const |
Point zone ID. More... | |
bool | inCell () const |
Does the point support a cell. 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 only for list construction.
Definition at line 77 of file polyAddPoint.H.
Referenced by polyAddPoint::clone().
|
inline |
Construct from components.
Definition at line 87 of file polyAddPoint.H.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
TypeName | ( | "addPoint" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 112 of file polyAddPoint.H.
References polyAddPoint::polyAddPoint().
|
inline |
Point location.
Definition at line 124 of file polyAddPoint.H.
Referenced by polyTopoChange::setAction().
|
inline |
Master point label.
Definition at line 130 of file polyAddPoint.H.
Referenced by polyTopoChange::setAction().
|
inline |
Is the point appended with no master.
Definition at line 136 of file polyAddPoint.H.
|
inline |
Does the point belong to a zone?
Definition at line 142 of file polyAddPoint.H.
|
inline |
Point zone ID.
Definition at line 148 of file polyAddPoint.H.
Referenced by polyTopoChange::setAction().
|
inline |
Does the point support a cell.
Definition at line 154 of file polyAddPoint.H.
Referenced by polyTopoChange::setAction().