Klang C++
Language Reference (draft)
|
#include <klang.h>
Public Member Functions | |
bool | valid () const |
double | range () const |
bool | contains (double value) const |
void | clear () |
void | from (const Series &series, double Point::*axis) |
Public Attributes | |
double | min = 0 |
double | max = 0 |
|
inline |
Definition at line 1730 of file klang.h.
References klang::Generic::Graph< SIZE >::Axis::max, and klang::Generic::Graph< SIZE >::Axis::min.
|
inline |
|
inline |
Definition at line 1732 of file klang.h.
References klang::Generic::Graph< SIZE >::Axis::max, and klang::Generic::Graph< SIZE >::Axis::min.
|
inline |
|
inline |
Definition at line 1727 of file klang.h.
References klang::Generic::Graph< SIZE >::Axis::max, and klang::Generic::Graph< SIZE >::Axis::min.
double klang::Generic::Graph< SIZE >::Axis::max = 0 |
Definition at line 1726 of file klang.h.
Referenced by klang::Generic::Graph< SIZE >::Axis::clear(), klang::Generic::Graph< SIZE >::Axis::from(), and klang::Generic::Graph< SIZE >::Axis::valid().
double klang::Generic::Graph< SIZE >::Axis::min = 0 |
Definition at line 1726 of file klang.h.
Referenced by klang::Generic::Graph< SIZE >::Axis::clear(), klang::Generic::Graph< SIZE >::Axis::from(), and klang::Generic::Graph< SIZE >::Axis::valid().