#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 () |
Public Member Functions inherited from Stg::Visualizer | |
const std::string & | GetMenuName () |
const std::string & | GetWorldfileName () |
Visualizer (const std::string &menu_name, const std::string &worldfile_name) | |
virtual | ~Visualizer (void) |
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 |
StripPlotVis::StripPlotVis | ( | float | x, |
float | y, | ||
float | w, | ||
float | h, | ||
size_t | len, | ||
Color | fgcolor, | ||
Color | bgcolor, | ||
const char * | name, | ||
const char * | wfname | ||
) |
Definition at line 9 of file vis_strip.cc.
|
virtual |
Definition at line 30 of file vis_strip.cc.
void StripPlotVis::AppendValue | ( | float | value | ) |
Definition at line 56 of file vis_strip.cc.
Implements Stg::Visualizer.
Definition at line 36 of file vis_strip.cc.