|
| Series (const std::string &label, enum Type type, Color color) |
|
Series & | type (enum Type type) |
|
Series & | color (Color color) |
|
Series & | dynamicColor (bool dynamic_color) |
|
Series & | legend (bool legend) |
|
Series & | add (const cv::Mat &data) |
|
Series & | add (const std::vector< std::pair< float, float > > &data) |
|
Series & | add (const std::vector< std::pair< float, Point2 > > &data) |
|
Series & | add (const std::vector< std::pair< float, Point3 > > &data) |
|
Series & | addValue (const std::vector< float > &values) |
|
Series & | addValue (const std::vector< Point2 > &values) |
|
Series & | addValue (const std::vector< Point3 > &values) |
|
Series & | add (float key, float value) |
|
Series & | add (float key, Point2 value) |
|
Series & | add (float key, Point3 value) |
|
Series & | addValue (float value) |
|
Series & | addValue (float value_a, float value_b) |
|
Series & | addValue (float value_a, float value_b, float value_c) |
|
Series & | set (const cv::Mat &data) |
|
Series & | set (const std::vector< std::pair< float, float > > &data) |
|
Series & | set (const std::vector< std::pair< float, Point2 > > &data) |
|
Series & | set (const std::vector< std::pair< float, Point3 > > &data) |
|
Series & | setValue (const std::vector< float > &values) |
|
Series & | setValue (const std::vector< Point2 > &values) |
|
Series & | setValue (const std::vector< Point3 > &values) |
|
Series & | set (float key, float value) |
|
Series & | set (float key, float value_a, float value_b) |
|
Series & | set (float key, float value_a, float value_b, float value_c) |
|
Series & | setValue (float value) |
|
Series & | setValue (float value_a, float value_b) |
|
Series & | setValue (float value_a, float value_b, float value_c) |
|
Series & | clear () |
|
const std::string & | label () const |
|
bool | legend () const |
|
Color | color () const |
|
void | draw (void *buffer, float x_min, float x_max, float y_min, float y_max, float x_axis, float xs, float xd, float ys, float yd, float y_axis, int unit, float offset) const |
|
bool | collides () const |
|
void | dot (void *b, int x, int y, int r) const |
|
void | bounds (float &x_min, float &x_max, float &y_min, float &y_max, int &n_max, int &p_max) const |
|
void | verifyParams () const |
|
Definition at line 53 of file FgFigure.h.