1 #ifndef DOUBLEPOLEBALANCINGVISUALIZATION_H_ 
    2 #define DOUBLEPOLEBALANCINGVISUALIZATION_H_ 
   10   bool singlePole, fullyObservable, alphaBetaFilter, doubleExponentialSmoothing;
 
   11   double position, angle1, angle2, force;
 
   16                                    bool alphaBetaFilter, 
bool doubleExponentialSmoothing,
 
   17                                    QWidget* parent = 0, 
const QGLWidget* shareWidget = 0,
 
   18                                    Qt::WindowFlags f = 0);
 
   22   virtual void resizeGL(
int width, 
int height);
 
   28 #endif // DOUBLEPOLEBALANCINGVISUALIZATION_H_