Class containing data for point addition. More...
#include <polyAddPoint.H>


Public Member Functions | |
| TypeName ("addPoint") | |
| Runtime type information. | |
| polyAddPoint () | |
| Construct null. Used only for list construction. | |
| polyAddPoint (const point &p, const label masterPointID, const label zoneID, const bool inCell) | |
| Construct from components. | |
| virtual autoPtr< topoAction > | clone () const |
| Construct and return a clone. | |
| const point & | newPoint () const |
| Point location. | |
| label | masterPointID () const |
| Master point label. | |
| bool | appended () const |
| Is the point appended with no master. | |
| bool | isInZone () const |
| Does the point belong to a zone? | |
| label | zoneID () const |
| Point zone ID. | |
| bool | inCell () const |
| Does the point support a cell. | |
| Public Member Functions inherited from topoAction | |
| TypeName ("topoAction") | |
| Runtime type information. | |
| topoAction () | |
| Construct null. | |
| virtual | ~topoAction ()=default |
| Destructor. | |
|
inline |
Construct null. Used only for list construction.
Definition at line 85 of file polyAddPoint.H.
References Foam::Zero.
Referenced by clone().

|
inline |
Construct from components.
Definition at line 96 of file polyAddPoint.H.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, inCell(), masterPointID(), p, and zoneID().

| TypeName | ( | "addPoint" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 124 of file polyAddPoint.H.
References polyAddPoint().

|
inline |
Point location.
Definition at line 138 of file polyAddPoint.H.
Referenced by polyTopoChange::setAction().

|
inline |
Master point label.
Definition at line 146 of file polyAddPoint.H.
Referenced by polyAddPoint(), and polyTopoChange::setAction().

|
inline |
Is the point appended with no master.
Definition at line 154 of file polyAddPoint.H.
|
inline |
Does the point belong to a zone?
Definition at line 162 of file polyAddPoint.H.
|
inline |
Point zone ID.
Definition at line 170 of file polyAddPoint.H.
Referenced by polyAddPoint(), and polyTopoChange::setAction().

|
inline |
Does the point support a cell.
Definition at line 178 of file polyAddPoint.H.
Referenced by polyAddPoint(), and polyTopoChange::setAction().
