|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
#include <aims/features/scalar_set_features.h>


| Public Types | |
| typedef ScalarFeaturesProvider::Scalar_t | Scalar_t | 
|  Public Types inherited from aims::ScalarFeaturesProvider | |
| typedef double | Scalar_t | 
| Public Member Functions | |
| ScalarSetFeatures () | |
| ScalarSetFeatures (const std::vector< Scalar_t > &) | |
| void | setValues (const std::vector< Scalar_t > &) | 
| void | setValues (const std::vector< Scalar_t > &, const std::vector< Scalar_t > &) | 
| virtual | ~ScalarSetFeatures () | 
| const std::vector< Scalar_t > & | values () const | 
| std::vector< Scalar_t > & | values () | 
| virtual void | scalarFeatureValues (std::vector< Scalar_t > &) const | 
| Clear an fill its parameter with the values of the scalar features.  More... | |
|  Public Member Functions inherited from aims::ScalarFeaturesProvider | |
| virtual | ~ScalarFeaturesProvider () | 
| const std::vector< std::string > & | scalarFeatureNames () const | 
| Return the name of all scalar features provided by this object.  More... | |
| Additional Inherited Members | |
|  Protected Attributes inherited from aims::ScalarFeaturesProvider | |
| std::vector< std::string > | _scalarFeatureNames | 
| Constructors of derived classes must fill this vector with scalar feature names.  More... | |
Definition at line 47 of file scalar_set_features.h.
Definition at line 53 of file scalar_set_features.h.
| aims::ScalarSetFeatures::ScalarSetFeatures | ( | ) | 
| aims::ScalarSetFeatures::ScalarSetFeatures | ( | const std::vector< Scalar_t > & | ) | 
| 
 | inlinevirtual | 
Definition at line 81 of file scalar_set_features.h.
| 
 | virtual | 
Clear an fill its parameter with the values of the scalar features.
The returned vector has the same size as the one returned by scalarFeatureNames().
Implements aims::ScalarFeaturesProvider.
| void aims::ScalarSetFeatures::setValues | ( | const std::vector< Scalar_t > & | ) | 
| void aims::ScalarSetFeatures::setValues | ( | const std::vector< Scalar_t > & | , | 
| const std::vector< Scalar_t > & | |||
| ) | 
| 
 | inline | 
Definition at line 94 of file scalar_set_features.h.
| 
 | inline | 
Definition at line 86 of file scalar_set_features.h.