Go to the documentation of this file.
23 #ifndef INCLUDED_GR_REGENERATE_BB_H
24 #define INCLUDED_GR_REGENERATE_BB_H
57 static sptr make(
int period,
unsigned int max_regen=500);
62 virtual void set_max_regen(
unsigned int regen) = 0;
67 virtual void set_period(
int period) = 0;
71 virtual unsigned int max_regen()
const = 0;
75 virtual int period()
const = 0;