A virtual base class for topological actions. More...
#include <dynamicMesh/topoAction.H>
A virtual base class for topological actions.
Definition at line 49 of file topoAction.H.
Inheritance diagram for topoAction:Public Member Functions | |
| TypeName ("topoAction") | |
| Runtime type information. | |
| topoAction () | |
| Construct null. | |
| virtual autoPtr< topoAction > | clone () const =0 |
| Construct and return a clone. | |
| virtual | ~topoAction () |
|
inline |
Construct null.
Definition at line 62 of file topoAction.H.
|
inlinevirtual |
Definition at line 71 of file topoAction.H.
| TypeName | ( | "topoAction" | ) |
Runtime type information.
|
pure virtual |
Construct and return a clone.
Implemented in polyAddFace, polyModifyFace, polyAddPoint, polyModifyPoint, polyAddCell, polyModifyCell, polyRemovePoint, polyRemoveCell, and polyRemoveFace.