Go to the documentation of this file.
25 #ifndef INCLUDED_BLOCKS_MOVING_AVERAGE_SS_H
26 #define INCLUDED_BLOCKS_MOVING_AVERAGE_SS_H
58 virtual int length()
const = 0;
63 virtual short scale()
const = 0;
68 virtual void set_length_and_scale(
int length,
short scale) = 0;
73 virtual void set_length(
int length) = 0;
78 virtual void set_scale(
short scale) = 0;