A virtual base class for topological actions. More...
#include <topoAction.H>

Public Member Functions | |
| TypeName ("topoAction") | |
| Runtime type information. | |
| topoAction () | |
| Construct null. | |
| virtual autoPtr< topoAction > | clone () const =0 |
| Construct and return a clone. | |
| virtual | ~topoAction ()=default |
| Destructor. | |
A virtual base class for topological actions.
Definition at line 47 of file topoAction.H.
|
inline |
Construct null.
Definition at line 64 of file topoAction.H.
|
virtualdefault |
Destructor.
| TypeName | ( | "topoAction" | ) |
Runtime type information.
|
pure virtual |
Construct and return a clone.
Implemented in polyAddCell, polyAddFace, polyAddPoint, polyModifyCell, polyModifyFace, polyModifyPoint, polyRemoveCell, polyRemoveFace, and polyRemovePoint.