00001 #ifndef ORIGINACCUMULATOR_H 00002 #define ORIGINACCUMULATOR_H 00003 00004 #include "accumulator.h" 00005 00014 class OriginAccumulator : public Accumulator 00015 { 00016 public: 00018 OriginAccumulator(FractalInfo * info, QObject * parent = 0); 00020 virtual void accumuler(Complex &pInit, QVector<Complex> &seq); 00021 }; 00022 00023 #endif // ORIGINACCUMULATOR_H