|
| | AuxVar () |
| |
| | AuxVar (string name, string units, XType type, string wname, std::vector< size_t > cratios, std::vector< bool > periodic, std::vector< string > dim_names) |
| |
| virtual | ~AuxVar () |
| |
| std::vector< string > | GetDimNames () const |
| | Access Auxiliary variable dimension names.
|
| |
| void | SetDimNames (std::vector< string > dim_names) |
| |
| long | GetOffset () const |
| |
| void | SetOffset (long offset) |
| |
| | BaseVar () |
| |
| | BaseVar (string name, string units, XType type, string wname, std::vector< size_t > cratios, std::vector< bool > periodic) |
| |
| | BaseVar (string name, string units, XType type, std::vector< bool > periodic) |
| |
| virtual | ~BaseVar () |
| |
| string | GetName () const |
| | Get variable name.
|
| |
| void | SetName (string name) |
| |
| string | GetUnits () const |
| | Access variable units.
|
| |
| void | SetUnits (string units) |
| |
| XType | GetXType () const |
| | Access variable external storage type.
|
| |
| void | SetXType (XType type) |
| |
| string | GetWName () const |
| | Access variable's wavelet family name.
|
| |
| void | SetWName (string wname) |
| |
| std::vector< size_t > | GetCRatios () const |
| | Access variable's compression ratios.
|
| |
| void | SetCRatios (std::vector< size_t > cratios) |
| |
| std::vector< bool > | GetPeriodic () const |
| |
| void | SetPeriodic (std::vector< bool > periodic) |
| |
| const std::map< string, Attribute > & | GetAttributes () const |
| | Access variable attributes.
|
| |
| void | SetAttributes (std::map< string, Attribute > &atts) |
| |
| bool | GetAttribute (string name, Attribute &att) const |
| |
| void | SetAttribute (const Attribute &att) |
| |
| bool | IsCompressed () const |
| | Return true if no wavelet is defined.
|
| |
Auxiliary variable metadata.
- Version
- 3.1
This class defines metadata associatd with an Auxiliary variable. An Auxiliary variable is neither a data variable, nor a coordinate variable.
Definition at line 1230 of file DC.h.