Class containing data for face removal. More...
#include <dynamicMesh/polyRemoveFace.H>
Inheritance diagram for polyRemoveFace:
Collaboration diagram for polyRemoveFace:Public Member Functions | |
| TypeName ("removeFace") | |
| Runtime type information. | |
| polyRemoveFace () | |
| Construct null. Used for constructing lists. | |
| polyRemoveFace (const label faceID, const label mergeFaceID=-1) | |
| Construct from components. | |
| virtual autoPtr< topoAction > | clone () const |
| Construct and return a clone. | |
| label | faceID () const |
| Return face ID. | |
| label | mergeFaceID () const |
| Return merge face ID. | |
Public Member Functions inherited from topoAction | |
| TypeName ("topoAction") | |
| Runtime type information. | |
| topoAction () | |
| Construct null. | |
| virtual | ~topoAction () |
|
inline |
Construct null. Used for constructing lists.
Definition at line 70 of file polyRemoveFace.H.
Referenced by polyRemoveFace::clone().
|
inline |
Construct from components.
Definition at line 77 of file polyRemoveFace.H.
| TypeName | ( | "removeFace" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 84 of file polyRemoveFace.H.
References polyRemoveFace::polyRemoveFace().
|
inline |
Return face ID.
Definition at line 96 of file polyRemoveFace.H.
Referenced by polyTopoChange::setAction().
|
inline |
Return merge face ID.
Definition at line 102 of file polyRemoveFace.H.
Referenced by polyTopoChange::setAction().