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