#include <BiconnectedShellingOrder.h>
Public Member Functions | |
| BiconnectedShellingOrder () | |
| Creates a biconnected shelling order module. | |
Protected Member Functions | |
| virtual void | doCall (const Graph &G, adjEntry adj, List< ShellingOrderSet > &partition) |
| The actual implementation of the module call. | |
Definition at line 71 of file BiconnectedShellingOrder.h.
| ogdf::BiconnectedShellingOrder::BiconnectedShellingOrder | ( | ) | [inline] |
Creates a biconnected shelling order module.
Definition at line 75 of file BiconnectedShellingOrder.h.
| virtual void ogdf::BiconnectedShellingOrder::doCall | ( | const Graph & | G, | |
| adjEntry | adj, | |||
| List< ShellingOrderSet > & | partition | |||
| ) | [protected, virtual] |