OpenMS
|
Coordinate pair (with optional annotation) More...
#include <OpenMS/ANALYSIS/MAPMATCHING/TransformationModel.h>
Public Member Functions | |
DataPoint (double first_=0.0, double second_=0.0, const String ¬e_="") | |
DataPoint (const std::pair< double, double > &pair) | |
bool | operator< (const DataPoint &other) const |
bool | operator== (const DataPoint &other) const |
Public Attributes | |
double | first |
double | second |
String | note |
Coordinate pair (with optional annotation)
|
inline |
|
inline |
|
inline |
double first |
String note |
double second |