#include <stage.hh>

Public Member Functions | |
| void | AppendValue (float value) |
| StripPlotVis (float x, float y, float w, float h, size_t len, Color fgcolor, Color bgcolor, const char *name, const char *wfname) | |
| virtual void | Visualize (Model *mod, Camera *cam) |
| virtual | ~StripPlotVis () |
Private Attributes | |
| Color | bgcolor |
| size_t | count |
| float * | data |
| Color | fgcolor |
| float | h |
| unsigned int | index |
| size_t | len |
| float | max |
| float | min |
| Model * | mod |
| float | w |
| float | x |
| float | y |
Definition at line 1446 of file stage.hh.
| Stg::StripPlotVis::StripPlotVis | ( | float | x, | |
| float | y, | |||
| float | w, | |||
| float | h, | |||
| size_t | len, | |||
| Color | fgcolor, | |||
| Color | bgcolor, | |||
| const char * | name, | |||
| const char * | wfname | |||
| ) |
| virtual Stg::StripPlotVis::~StripPlotVis | ( | ) | [virtual] |
| void Stg::StripPlotVis::AppendValue | ( | float | value | ) |
Implements Stg::Visualizer.
Color Stg::StripPlotVis::bgcolor [private] |
size_t Stg::StripPlotVis::count [private] |
float* Stg::StripPlotVis::data [private] |
Color Stg::StripPlotVis::fgcolor [private] |
float Stg::StripPlotVis::h [private] |
unsigned int Stg::StripPlotVis::index [private] |
size_t Stg::StripPlotVis::len [private] |
float Stg::StripPlotVis::max [private] |
float Stg::StripPlotVis::min [private] |
Model* Stg::StripPlotVis::mod [private] |
float Stg::StripPlotVis::w [private] |
float Stg::StripPlotVis::x [private] |
float Stg::StripPlotVis::y [private] |