#include <ogdf/internal/planarity/EmbedKey.h>
Public Member Functions | |
| embedKey (indInfo *i) | |
| virtual | ~embedKey () |
| const char * | print () |
Definition at line 83 of file EmbedKey.h.
| 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.
| 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.