#include <ogdf/internal/planarity/PlanarLeafKey.h>
Public Member Functions | |
| PlanarLeafKey (edge e) | |
| virtual | ~PlanarLeafKey () |
| const char * | print () |
Definition at line 64 of file PlanarLeafKey.h.
| ogdf::PlanarLeafKey< X >::PlanarLeafKey | ( | edge | e | ) | [inline] |
Definition at line 68 of file PlanarLeafKey.h.
| virtual ogdf::PlanarLeafKey< X >::~PlanarLeafKey | ( | ) | [inline, virtual] |
Definition at line 70 of file PlanarLeafKey.h.
| 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.