Open
Graph Drawing
Framework
v. 2023.09 (Elderberry)
Overview
Class Hierarchy
Class Index
Class List
Members
Namespaces
Source Files
Loading...
Searching...
No Matches
PQBasicKeyRoot.h
Go to the documentation of this file.
1
32
#pragma once
33
34
#include <
ogdf/basic/basic.h
>
35
#include <
ogdf/basic/memory.h
>
36
37
namespace
ogdf
{
38
44
class
PQBasicKeyRoot
{
45
public
:
46
//Constructor
47
PQBasicKeyRoot
() { }
48
49
//Destructor
50
~PQBasicKeyRoot
() { }
51
52
OGDF_NEW_DELETE
53
};
54
55
}
basic.h
Basic declarations, included by all source files.
ogdf::PQBasicKeyRoot
The class PQBasicKeyRoot is used as a base class of the class template basicKey.
Definition
PQBasicKeyRoot.h:44
ogdf::PQBasicKeyRoot::PQBasicKeyRoot
PQBasicKeyRoot()
Definition
PQBasicKeyRoot.h:47
ogdf::PQBasicKeyRoot::~PQBasicKeyRoot
~PQBasicKeyRoot()
Definition
PQBasicKeyRoot.h:50
OGDF_NEW_DELETE
#define OGDF_NEW_DELETE
Makes the class use OGDF's memory allocator.
Definition
memory.h:84
memory.h
Declaration of memory manager for allocating small pieces of memory.
ogdf
The namespace for all OGDF objects.
Definition
AugmentationModule.h:36
include
ogdf
basic
pqtree
PQBasicKeyRoot.h
© 1999–2023
The OGDF Team