Adaptagrams
List of all members
cola::TestConvergence Class Reference

A default functor that is called after each iteration of the layout algorithm. More...

#include <cola.h>

Collaboration diagram for cola::TestConvergence:
Collaboration graph

Detailed Description

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.


The documentation for this class was generated from the following file: