VAPOR3 3.9.4
|
This is the complete list of members for VAPoR::DC::Attribute, including all inherited members.
Attribute() | VAPoR::DC::Attribute | inline |
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::Attribute | inline |
GetName() const | VAPoR::DC::Attribute | inline |
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::Attribute | inline |
operator<< | VAPoR::DC::Attribute | friend |
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::Attribute | inlinevirtual |