bar_point.h
Go to the documentation of this file.
float y_type
Definition: data_point.h:27
Definition: enum_description.h:15
friend std::ostream & operator<<(std::ostream &out, const bar_point &data)
Definition: bar_point.h:75
bar_point(const float x=0, const float height=0, const float width=0)
Definition: bar_point.h:27
float x_type
Definition: data_point.h:25
void set(const x_type x, const y_type y)
Definition: data_point.h:96
void set(const x_type x, const y_type height, const float width=1)
Definition: bar_point.h:40
const T & handle_nan(const T &val)
Definition: csv_format.h:84
float x() const
Definition: data_point.h:50
float min_value() const
Definition: bar_point.h:68
friend std::istream & operator>>(std::istream &in, bar_point &data)
Definition: bar_point.h:84
Definition: data_point.h:21
Destination lexical_cast(const Source &src)
Definition: lexical_cast.h:264
Definition: bar_point.h:18