#include <newton.h>
Inheritance diagram for newton:

Public Member Functions | |
| newton (std::complex< float > &, long) | |
| ~newton () | |
| std::complex< float > | next (std::complex< float > &) |
| bool | stop () |
| std::complex< float > | renderingDestination (std::complex< float > &) |
| bool | isVerticalSymetric () |
| bool | isImpair () |
| newton * | clone () |
| QString | getName () |
Static Public Member Functions | |
| static QRectF | getBestWindow () |
Definition at line 31 of file newton.h.
1.4.6-NO