00001 
00013 #ifndef GENERATOR_H
00014 #define GENERATOR_H
00015 
00016 #include "itpp_ext.h"
00017 #include "bdmroot.h"
00018 
00021 class generator : public bdm::root {
00022 public:
00023         generator();
00024 
00027         virtual itpp::mat next() = 0;
00028 };
00029 
00030 #endif