The information needed for undoing the changes a specific operation made to the graph while maintaining its embedding. More...
#include <ogdf/cluster/sync_plan/SyncPlan.h>
Public Member Functions | |
virtual | ~UndoOperation ()=default |
virtual std::string | name () const |
virtual std::ostream & | print (std::ostream &os) const =0 |
virtual void | undo (SyncPlan &pq)=0 |
Public Attributes | |
int | consistency_nr = -1 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SyncPlan::UndoOperation &undo_op) |
The information needed for undoing the changes a specific operation made to the graph while maintaining its embedding.
Definition at line 154 of file SyncPlan.h.
|
virtualdefault |
|
virtual |
|
pure virtual |
|
pure virtual |
|
friend |
int ogdf::sync_plan::SyncPlan::UndoOperation::consistency_nr = -1 |
Definition at line 157 of file SyncPlan.h.