Open
Graph Drawing
Framework
v. 2023.09 (Elderberry)
Overview
Class Hierarchy
Class Index
Class List
Members
Namespaces
Source Files
CliqueFinderSPQR.h
Go to the documentation of this file.
1
32
#pragma once
33
34
#include <
ogdf/basic/basic.h
>
35
#include <
ogdf/clique/CliqueFinderModule.h
>
36
37
namespace
ogdf
{
38
40
50
class
OGDF_EXPORT
CliqueFinderSPQR
:
public
CliqueFinderModule
{
51
public
:
57
explicit
CliqueFinderSPQR
(
CliqueFinderModule
& cliqueFinder)
58
:
CliqueFinderModule
(), m_cliqueFinder(cliqueFinder) { }
59
60
protected
:
62
void
doCall()
override
;
63
64
private
:
65
CliqueFinderModule
&
m_cliqueFinder
;
66
};
67
68
}
ogdf
The namespace for all OGDF objects.
Definition:
multilevelmixer.cpp:39
ogdf::CliqueFinderSPQR::CliqueFinderSPQR
CliqueFinderSPQR(CliqueFinderModule &cliqueFinder)
Creates a new CliqueFinderSPQR.
Definition:
CliqueFinderSPQR.h:57
ogdf::CliqueFinderSPQR
Finds cliques using SPQR trees.
Definition:
CliqueFinderSPQR.h:50
CliqueFinderModule.h
Declares ogdf::CliqueFinderModule class.
ogdf::CliqueFinderModule
Finds cliques.
Definition:
CliqueFinderModule.h:52
basic.h
Basic declarations, included by all source files.
OGDF_EXPORT
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition:
config.h:101
ogdf::CliqueFinderSPQR::m_cliqueFinder
CliqueFinderModule & m_cliqueFinder
The clique finder to use on R-nodes.
Definition:
CliqueFinderSPQR.h:65
include
ogdf
clique
CliqueFinderSPQR.h
This site is powered by Netlify.
© 1999–2024
The OGDF Team