Open
Graph Drawing
Framework
v.2012.07
Overview
Class Hierarchy
Class Index
Class List
Members
Namespaces
Source Files
UMLLayoutModule.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_UML_LAYOUT_MODULE_H
50
#define OGDF_UML_LAYOUT_MODULE_H
51
52
53
#include <
ogdf/module/LayoutModule.h
>
54
#include <
ogdf/basic/UMLGraph.h
>
55
56
57
namespace
ogdf {
58
59
63
class
OGDF_EXPORT
UMLLayoutModule
:
public
LayoutModule
64
{
65
public
:
67
UMLLayoutModule
() { }
68
69
virtual
~UMLLayoutModule
() { }
70
77
virtual
void
call(
UMLGraph
¨Graph) = 0;
78
84
void
operator()
(
UMLGraph
¨Graph) { call(umlGraph); }
85
86
OGDF_MALLOC_NEW_DELETE
87
};
88
89
90
}
// end namespace ogdf
91
92
93
#endif
ogdf
module
UMLLayoutModule.h
© 1999-2012 by
TU Dortmund
,
University of Jena
,
University of Cologne
,
University of Sydney
,
oreas GmbH