datatypes::timeseries::VariableAttributes¶
A class to hold the attributes of a netCDF variable stored in the SWIFT netCDF format.
#include <time_series_io.hpp>
Public Functions¶
Name | |
---|---|
const double | DefaultFillValue() |
VariableAttributes() | |
VariableAttributes(const string & longName, const string & units, int type, const string & typeDescription, const string & datType, const string & datDescription, const string & locationType, double fillValue) | |
VariableAttributes(VariableAttributes && src) | |
VariableAttributes(const VariableAttributes & src) | |
VariableAttributes & | operator=(const VariableAttributes & src) |
Public Attributes¶
Name | |
---|---|
string | LongName |
string | Units |
int | Type |
string | TypeDescription |
string | LocationType |
string | DatType |
string | DatDescription |
double | FillValue |
Public Functions Documentation¶
function DefaultFillValue¶
function VariableAttributes¶
function VariableAttributes¶
VariableAttributes(
const string & longName,
const string & units,
int type,
const string & typeDescription,
const string & datType,
const string & datDescription,
const string & locationType,
double fillValue
)
function VariableAttributes¶
function VariableAttributes¶
function operator=¶
Public Attributes Documentation¶
variable LongName¶
variable Units¶
variable Type¶
variable TypeDescription¶
variable LocationType¶
variable DatType¶
variable DatDescription¶
variable FillValue¶
Updated on 2022-08-21 at 18:10:33 +1000