Adaptagrams
|
A default functor that is called after each iteration of the layout algorithm. More...
#include <cola.h>
A default functor that is called after each iteration of the layout algorithm.
You can either instantiate ConstrainedFDLayout with an instance of this class setting the tolerance and maxiterations as desired, or create a derived class implementing the operator() to do your own convergence test, or create your own operator() that calls the TestConvergence::operator() in order to do any other post processing you might need, e.g., to animate changes.