Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::sync_plan::SyncPlan::VerifyPipeBijections Class Reference

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

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

Public Member Functions

 VerifyPipeBijections (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

List< std::tuple< int, int, FrozenPipeBij > > pipes
 

Additional Inherited Members

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

Detailed Description

Definition at line 171 of file SyncPlan.h.

Constructor & Destructor Documentation

◆ VerifyPipeBijections()

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

Member Function Documentation

◆ print()

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

◆ undo()

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

Member Data Documentation

◆ pipes

List<std::tuple<int, int, FrozenPipeBij> > ogdf::sync_plan::SyncPlan::VerifyPipeBijections::pipes
private

Definition at line 172 of file SyncPlan.h.


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