casa
5.7.0-16
|
#include <Quantity.h>
Public Member Functions | |
Quantity () | |
Quantity (std::vector< double > arg0, std::string arg1) | |
Public Attributes | |
std::vector< double > | value |
std::string | units |
Definition at line 6 of file Quantity.h.
|
inline |
Definition at line 8 of file Quantity.h.
|
inline |
Definition at line 9 of file Quantity.h.
std::string casac::Quantity::units |
Definition at line 11 of file Quantity.h.
std::vector<double> casac::Quantity::value |
Definition at line 10 of file Quantity.h.