Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::sync_plan::SyncPlan::ResetIndices Class Reference

#include <ogdf/cluster/sync_plan/SyncPlan.h>

+ Inheritance diagram for ogdf::sync_plan::SyncPlan::ResetIndices:

Public Member Functions

 ResetIndices (SyncPlan &pq)
 
std::ostream & print (std::ostream &os) const override
 
void undo (SyncPlan &pq) override
 
- Public Member Functions inherited from ogdf::sync_plan::SyncPlan::UndoOperation
virtual ~UndoOperation ()=default
 
virtual std::string name () const
 

Private Attributes

int count_edge
 
int count_node
 
int max_edge
 
int max_node
 

Additional Inherited Members

- Public Attributes inherited from ogdf::sync_plan::SyncPlan::UndoOperation
int consistency_nr = -1
 

Detailed Description

Definition at line 182 of file SyncPlan.h.

Constructor & Destructor Documentation

◆ ResetIndices()

ogdf::sync_plan::SyncPlan::ResetIndices::ResetIndices ( SyncPlan pq)
explicit

Member Function Documentation

◆ print()

std::ostream& ogdf::sync_plan::SyncPlan::ResetIndices::print ( std::ostream &  os) const
overridevirtual

◆ undo()

void ogdf::sync_plan::SyncPlan::ResetIndices::undo ( SyncPlan pq)
overridevirtual

Member Data Documentation

◆ count_edge

int ogdf::sync_plan::SyncPlan::ResetIndices::count_edge
private

Definition at line 183 of file SyncPlan.h.

◆ count_node

int ogdf::sync_plan::SyncPlan::ResetIndices::count_node
private

Definition at line 183 of file SyncPlan.h.

◆ max_edge

int ogdf::sync_plan::SyncPlan::ResetIndices::max_edge
private

Definition at line 183 of file SyncPlan.h.

◆ max_node

int ogdf::sync_plan::SyncPlan::ResetIndices::max_node
private

Definition at line 183 of file SyncPlan.h.


The documentation for this class was generated from the following file: