Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::whaKey Class Reference

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

Inheritance diagram for ogdf::whaKey:
ogdf::PQNodeKey< edge, whaInfo *, bool > ogdf::PQBasicKey< T, X, Y > ogdf::PQBasicKeyRoot

List of all members.

Public Member Functions

 whaKey (whaInfo *i)
virtual ~whaKey ()
const char * print ()

Detailed Description

Definition at line 174 of file whaInfo.h.


Constructor & Destructor Documentation

ogdf::whaKey::whaKey ( whaInfo i) [inline]

Definition at line 178 of file whaInfo.h.

virtual ogdf::whaKey::~whaKey ( ) [inline, virtual]

Definition at line 180 of file whaInfo.h.


Member Function Documentation

const char* ogdf::whaKey::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 182 of file whaInfo.h.


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