Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::PlanarLeafKey< X > Class Template Reference

#include <ogdf/internal/planarity/PlanarLeafKey.h>

Inheritance diagram for ogdf::PlanarLeafKey< X >:
ogdf::PQLeafKey< edge, X, bool > ogdf::PQBasicKey< T, X, Y > ogdf::PQBasicKeyRoot

List of all members.

Public Member Functions

 PlanarLeafKey (edge e)
virtual ~PlanarLeafKey ()
const char * print ()

Detailed Description

template<class X>
class ogdf::PlanarLeafKey< X >

Definition at line 64 of file PlanarLeafKey.h.


Constructor & Destructor Documentation

template<class X>
ogdf::PlanarLeafKey< X >::PlanarLeafKey ( edge  e) [inline]

Definition at line 68 of file PlanarLeafKey.h.

template<class X>
virtual ogdf::PlanarLeafKey< X >::~PlanarLeafKey ( ) [inline, virtual]

Definition at line 70 of file PlanarLeafKey.h.


Member Function Documentation

template<class X>
const char* ogdf::PlanarLeafKey< X >::print ( ) [inline, virtual]

The function print() is a virtual function, that can be overloaded by the user in order to print out the information stored at any of the derived classes. Deriving this function, the user can choose any format for printing out the information. Currently, the return value of the function print() is an empty string.

Reimplemented from ogdf::PQBasicKey< T, X, Y >.

Definition at line 72 of file PlanarLeafKey.h.


The documentation for this class was generated from the following file: