Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::embedKey Class Reference

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

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

List of all members.

Public Member Functions

 embedKey (indInfo *i)
virtual ~embedKey ()
const char * print ()

Detailed Description

Definition at line 83 of file EmbedKey.h.


Constructor & Destructor Documentation

ogdf::embedKey::embedKey ( indInfo i) [inline]

Definition at line 87 of file EmbedKey.h.

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

Definition at line 89 of file EmbedKey.h.


Member Function Documentation

const char* ogdf::embedKey::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 91 of file EmbedKey.h.


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