#include <ogdf/energybased/dtree/DTreeWSPD.h>
Public Member Functions | |
virtual void | onWellSeparatedPair (int aIndex, int bIndex)=0 |
called by the WSPD for a pair that is well separated More... | |
Definition at line 41 of file DTreeWSPD.h.
|
pure virtual |
called by the WSPD for a pair that is well separated
Implemented in ogdf::energybased::dtree::DTreeWSPDCallback< Dim, ForceFunc, UseForcePrime >.