casa
5.7.0-16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
casa
code
stdcasa
Quantity.h
Go to the documentation of this file.
1
2
#ifndef CASAC_QUANTITY_H
3
#define CASAC_QUANTITY_H 1
4
5
namespace
casac {
6
struct
Quantity
7
{
8
Quantity
( ) { }
9
Quantity
(std::vector<double> arg0, std::string arg1) :
value
(arg0),
units
(arg1) { }
10
std::vector<double>
value
;
11
std::string
units
;
12
13
};
14
}
15
#endif
casac::Quantity::units
std::string units
Definition:
Quantity.h:11
casac::Quantity::Quantity
Quantity()
Definition:
Quantity.h:8
casac::Quantity
Definition:
Quantity.h:6
casac::Quantity::Quantity
Quantity(std::vector< double > arg0, std::string arg1)
Definition:
Quantity.h:9
casac::Quantity::value
std::vector< double > value
Definition:
Quantity.h:10
Generated on Sun Sep 1 2019 23:32:41 for casa by
1.8.5