Open
Graph Drawing
Framework
v.2012.07
Overview
Class Hierarchy
Class Index
Class List
Members
Namespaces
Source Files
BiconnectedShellingOrder.h
Go to the documentation of this file.
1
/*
2
* $Revision: 2523 $
3
*
4
* last checkin:
5
* $Author: gutwenger $
6
* $Date: 2012-07-02 20:59:27 +0200 (Mon, 02 Jul 2012) $
7
***************************************************************/
8
45
#ifdef _MSC_VER
46
#pragma once
47
#endif
48
49
#ifndef OGDF_BICONNECTED_SHELLING_ORDER_H
50
#define OGDF_BICONNECTED_SHELLING_ORDER_H
51
52
53
#include <
ogdf/module/ShellingOrderModule.h
>
54
55
56
namespace
ogdf {
57
64
class
OGDF_EXPORT
BiconnectedShellingOrder
:
public
ShellingOrderModule
65
{
66
public
:
68
BiconnectedShellingOrder
() {
69
m_baseRatio = 0.33;
70
}
71
72
protected
:
74
virtual
void
doCall(
const
Graph
&G,
75
adjEntry
adj,
76
List<ShellingOrderSet>
&partition);
77
};
78
79
80
}
// end namespace ogdf
81
82
83
#endif
ogdf
planarlayout
BiconnectedShellingOrder.h
© 1999-2012 by
TU Dortmund
,
University of Jena
,
University of Cologne
,
University of Sydney
,
oreas GmbH