data_point< X, Y > Class Template Reference
#include <data_point.h>
Public Types | |
typedef X | x_type |
typedef Y | y_type |
Public Member Functions | |
data_point (const x_type x=0, const y_type y=0) | |
X | x () const |
Y | y () const |
X | max_value () const |
Y | min_value () const |
void | add (const x_type x, const y_type y) |
void | set (const x_type x, const y_type y) |
Friends | |
std::ostream & | operator<< (std::ostream &out, const data_point &data) |
std::istream & | operator>> (std::istream &in, data_point &data) |
Detailed Description
template<typename X, typename Y>
class illumina::interop::model::plot::data_point< X, Y >
Data point in plot
Defines the x and y coordinates
Member Typedef Documentation
typedef X x_type |
Type of x-coordinate
typedef Y y_type |
Type of y-coordinate
Constructor & Destructor Documentation
|
inline |
Constructor
- Parameters
-
x x-coordinate y y-coordinate
Member Function Documentation
Add a coordinate to the point
- Parameters
-
x x-coordinate y y-coordinate
Add a coordinate to the point
- Parameters
-
x x-coordinate y y-coordinate
Friends And Related Function Documentation
|
friend |
|
friend |
The documentation for this class was generated from the following file:
- /io/interop/model/plot/data_point.h