data_point.h
Go to the documentation of this file.
Y min_value() const
Definition: data_point.h:74
friend std::ostream & operator<<(std::ostream &out, const data_point &data)
Definition: data_point.h:101
Definition: enum_description.h:15
X max_value() const
Definition: data_point.h:66
void set(const x_type x, const y_type y)
Definition: data_point.h:96
const T & handle_nan(const T &val)
Definition: csv_format.h:84
data_point(const x_type x=0, const y_type y=0)
Definition: data_point.h:35
Definition: data_point.h:21
void add(const x_type x, const y_type y)
Definition: data_point.h:86
Destination lexical_cast(const Source &src)
Definition: lexical_cast.h:264
friend std::istream & operator>>(std::istream &in, data_point &data)
Definition: data_point.h:108