![]() |
OpenMS
2.5.0
|
#include <OpenMS/FORMAT/MzTab.h>
Public Member Functions | |
| MzTabDouble () | |
| MzTabDouble (const double v) | |
| ~MzTabDouble () override | |
| void | set (const double &value) |
| double | get () const |
| String | toCellString () const override |
| void | fromCellString (const String &s) override |
Public Member Functions inherited from MzTabNullNaNAndInfAbleBase | |
| MzTabNullNaNAndInfAbleBase () | |
| ~MzTabNullNaNAndInfAbleBase () override | |
| bool | isNull () const override |
| void | setNull (bool b) override |
| bool | isNaN () const override |
| void | setNaN () override |
| bool | isInf () const override |
| void | setInf () override |
Public Member Functions inherited from MzTabNullNaNAndInfAbleInterface | |
| ~MzTabNullNaNAndInfAbleInterface () override | |
Public Member Functions inherited from MzTabNullAbleInterface | |
| virtual | ~MzTabNullAbleInterface () |
Protected Attributes | |
| double | value_ |
Protected Attributes inherited from MzTabNullNaNAndInfAbleBase | |
| MzTabCellStateType | state_ |
| MzTabDouble | ( | ) |
|
explicit |
|
override |
|
overridevirtual |
Implements MzTabNullAbleInterface.
| double get | ( | ) | const |
| void set | ( | const double & | value | ) |
|
overridevirtual |
Implements MzTabNullAbleInterface.
|
protected |
1.8.16