VAPoR  3.0.0
VAPoR::DC::Attribute Member List

This is the complete list of members for VAPoR::DC::Attribute, including all inherited members.

Attribute()VAPoR::DC::Attributeinline
Attribute(string name, XType type, const std::vector< float > &values)VAPoR::DC::Attribute
Attribute(string name, XType type, const std::vector< double > &values)VAPoR::DC::Attribute
Attribute(string name, XType type, const std::vector< int > &values)VAPoR::DC::Attribute
Attribute(string name, XType type, const std::vector< long > &values)VAPoR::DC::Attribute
Attribute(string name, XType type, const string &values)VAPoR::DC::Attribute
Attribute(string name, XType type)VAPoR::DC::Attributeinline
GetName() const VAPoR::DC::Attributeinline
GetValues(std::vector< float > &values) const VAPoR::DC::Attribute
GetValues(std::vector< double > &values) const VAPoR::DC::Attribute
GetValues(std::vector< int > &values) const VAPoR::DC::Attribute
GetValues(std::vector< long > &values) const VAPoR::DC::Attribute
GetValues(string &values) const VAPoR::DC::Attribute
GetXType() const VAPoR::DC::Attributeinline
operator<<(std::ostream &o, const Attribute &attr)VAPoR::DC::Attributefriend
SetValues(const std::vector< float > &values)VAPoR::DC::Attribute
SetValues(const std::vector< double > &values)VAPoR::DC::Attribute
SetValues(const std::vector< int > &values)VAPoR::DC::Attribute
SetValues(const std::vector< long > &values)VAPoR::DC::Attribute
SetValues(const string &values)VAPoR::DC::Attribute
~Attribute()VAPoR::DC::Attributeinlinevirtual