#include <TimeLine.h>
Inheritance diagram for Impala::Visualization::Plot::TimeLine:
Public Member Functions | |
TimeLine (double z, int samples) | |
virtual void | Add (double sample) |
virtual void | Draw (Plot *plot) |
this function calls all opengl statements to draw the plottable all scaling, translation and raotation should be done before this function is called | |
Protected Attributes | |
int | mMaxSamples |
std::deque< double > | mData |
double | mMaxVal |
double | mMinVal |
double | mZ |
Definition at line 14 of file TimeLine.h.