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