Class describing modification of a point. More...
Public Member Functions | |
TypeName ("modifyPoint") | |
Runtime type information. More... | |
polyModifyPoint () | |
Construct null. Used only for list construction. More... | |
polyModifyPoint (const label pointID, const point &newP, const bool removeFromZone, const label newZoneID, const bool inCell) | |
Construct from components. More... | |
virtual autoPtr< topoAction > | clone () const |
Construct and return a clone. More... | |
label | pointID () const |
Point ID. More... | |
const point & | newPoint () const |
New point location. More... | |
bool | isInZone () const |
Does the point belong to a zone? More... | |
bool | removeFromZone () const |
Should the point be removed from current 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 | |
label | pointID_ |
Point ID. More... | |
point | location_ |
New point location. More... | |
bool | removeFromZone_ |
Remove from current zone. More... | |
label | zoneID_ |
New zone ID. More... | |
bool | inCell_ |
Does the point support a cell. More... | |
|
inline |
Construct null. Used only for list construction.
Definition at line 80 of file polyModifyPoint.H.
Referenced by polyModifyPoint::clone().
|
inline |
Construct from components.
Definition at line 91 of file polyModifyPoint.H.
TypeName | ( | "modifyPoint" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 107 of file polyModifyPoint.H.
References polyModifyPoint::polyModifyPoint().
|
inline |
Point ID.
Definition at line 118 of file polyModifyPoint.H.
References polyModifyPoint::pointID_.
Referenced by polyTopoChange::setAction().
|
inline |
New point location.
Definition at line 124 of file polyModifyPoint.H.
References polyModifyPoint::location_.
Referenced by polyTopoChange::setAction().
|
inline |
Does the point belong to a zone?
Definition at line 130 of file polyModifyPoint.H.
References polyModifyPoint::zoneID_.
|
inline |
Should the point be removed from current zone.
Definition at line 136 of file polyModifyPoint.H.
References polyModifyPoint::removeFromZone_.
|
inline |
Point zone ID.
Definition at line 142 of file polyModifyPoint.H.
References polyModifyPoint::zoneID_.
Referenced by polyTopoChange::setAction().
|
inline |
Does the point support a cell.
Definition at line 148 of file polyModifyPoint.H.
References polyModifyPoint::inCell_.
Referenced by polyTopoChange::setAction().
|
private |
Point ID.
Definition at line 54 of file polyModifyPoint.H.
Referenced by polyModifyPoint::pointID().
|
private |
New point location.
Definition at line 57 of file polyModifyPoint.H.
Referenced by polyModifyPoint::newPoint().
|
private |
Remove from current zone.
Definition at line 60 of file polyModifyPoint.H.
Referenced by polyModifyPoint::removeFromZone().
|
private |
New zone ID.
Definition at line 63 of file polyModifyPoint.H.
Referenced by polyModifyPoint::isInZone(), and polyModifyPoint::zoneID().
|
private |
Does the point support a cell.
Definition at line 66 of file polyModifyPoint.H.
Referenced by polyModifyPoint::inCell().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.