Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
CliqueFinderSPQR.h
Go to the documentation of this file.
1
32#pragma once
33
35
36namespace ogdf {
37
39
50public:
58
59protected:
61 void doCall() override;
62
63private:
65};
66
67}
Declares ogdf::CliqueFinderModule class.
Finds cliques using SPQR trees.
CliqueFinderModule & m_cliqueFinder
The clique finder to use on R-nodes.
CliqueFinderSPQR(CliqueFinderModule &cliqueFinder)
Creates a new CliqueFinderSPQR.
void doCall() override
Find cliques in m_pCopy.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition config.h:101
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.