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.
|
inlinevirtual |
Destructor.
Definition at line 69 of file topoAction.H.
TypeName | ( | "topoAction" | ) |
Runtime type information.
|
pure virtual |
Construct and return a clone.
Implemented in polyRemovePoint, polyRemoveFace, polyRemoveCell, polyModifyPoint, polyModifyFace, polyModifyCell, polyAddPoint, polyAddFace, and polyAddCell.