Open
Graph Drawing
Framework
v. 2023.09 (Elderberry)
Overview
Class Hierarchy
Class Index
Class List
Members
Namespaces
Source Files
PQBasicKeyRoot.h
Go to the documentation of this file.
1
32
#pragma once
33
34
#include <
ogdf/basic/memory.h
>
35
36
namespace
ogdf
{
37
43
class
PQBasicKeyRoot
{
44
public
:
45
//Constructor
46
PQBasicKeyRoot
() { }
47
48
//Destructor
49
~PQBasicKeyRoot
() { }
50
51
OGDF_NEW_DELETE
52
};
53
54
}
ogdf
The namespace for all OGDF objects.
Definition:
multilevelmixer.cpp:39
ogdf::PQBasicKeyRoot::~PQBasicKeyRoot
~PQBasicKeyRoot()
Definition:
PQBasicKeyRoot.h:49
OGDF_NEW_DELETE
#define OGDF_NEW_DELETE
Makes the class use OGDF's memory allocator.
Definition:
memory.h:85
memory.h
Declaration of memory manager for allocating small pieces of memory.
ogdf::PQBasicKeyRoot::PQBasicKeyRoot
PQBasicKeyRoot()
Definition:
PQBasicKeyRoot.h:46
ogdf::PQBasicKeyRoot
The class PQBasicKeyRoot is used as a base class of the class template basicKey.
Definition:
PQBasicKeyRoot.h:43
include
ogdf
basic
pqtree
PQBasicKeyRoot.h
This site is powered by Netlify.
© 1999–2024
The OGDF Team