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.
Public Member Functions | |
TypeName ("topoAction") | |
Runtime type information.
| |
topoAction () | |
Construct null.
| |
virtual autoPtr< topoAction > | clone () const =0 |
Construct and return a clone.
| |
virtual | ~topoAction () |
topoAction | ( | ) | [inline]
|
Construct null.
Definition at line 62 of file topoAction.H.
virtual ~topoAction | ( | ) | [inline, virtual]
|
Definition at line 71 of file topoAction.H.
TypeName | ( | "topoAction" | ) |
Runtime type information.
virtual autoPtr<topoAction> clone | ( | ) | const [pure virtual]
|
Construct and return a clone.
Implemented in polyAddCell, polyAddFace, polyAddPoint, polyModifyCell, polyModifyFace, polyModifyPoint, polyRemoveCell, polyRemoveFace, and polyRemovePoint.