A virtual base class for topological actions. More...
Public Member Functions | |
TypeName ("topoAction") | |
Runtime type information. More... | |
topoAction () | |
Construct null. More... | |
virtual autoPtr< topoAction > | clone () const =0 |
Construct and return a clone. More... | |
virtual | ~topoAction () |
Destructor. More... | |
A virtual base class for topological actions.
Definition at line 48 of file topoAction.H.
|
inline |
Construct null.
Definition at line 61 of file topoAction.H.
References topoAction::clone().
|
inlinevirtual |
Destructor.
Definition at line 69 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.
Referenced by topoAction::topoAction().