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... | |
![]() | |
TypeName ("topoAction") | |
Runtime type information. More... | |
topoAction () | |
Construct null. More... | |
virtual | ~topoAction () |
Destructor. More... | |
Private Attributes | |
point | p_ |
Point to add. More... | |
label | masterPointID_ |
Master point. More... | |
label | zoneID_ |
Point zone ID. More... | |
bool | inCell_ |
Does the point support a cell. 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, FatalErrorInFunction, polyAddPoint::inCell(), polyAddPoint::masterPointID_, p, and polyAddPoint::zoneID_.
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.
References polyAddPoint::p_.
Referenced by polyTopoChange::setAction().
|
inline |
Master point label.
Definition at line 130 of file polyAddPoint.H.
References polyAddPoint::masterPointID_.
Referenced by polyTopoChange::setAction().
|
inline |
Is the point appended with no master.
Definition at line 136 of file polyAddPoint.H.
References polyAddPoint::masterPointID_.
|
inline |
Does the point belong to a zone?
Definition at line 142 of file polyAddPoint.H.
References polyAddPoint::zoneID_.
|
inline |
Point zone ID.
Definition at line 148 of file polyAddPoint.H.
References polyAddPoint::zoneID_.
Referenced by polyTopoChange::setAction().
|
inline |
Does the point support a cell.
Definition at line 154 of file polyAddPoint.H.
References polyAddPoint::inCell_.
Referenced by polyAddPoint::polyAddPoint(), and polyTopoChange::setAction().
|
private |
|
private |
Master point.
Definition at line 57 of file polyAddPoint.H.
Referenced by polyAddPoint::appended(), polyAddPoint::masterPointID(), and polyAddPoint::polyAddPoint().
|
private |
Point zone ID.
Definition at line 60 of file polyAddPoint.H.
Referenced by polyAddPoint::isInZone(), polyAddPoint::polyAddPoint(), and polyAddPoint::zoneID().
|
private |
Does the point support a cell.
Definition at line 63 of file polyAddPoint.H.
Referenced by polyAddPoint::inCell().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.