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


| Public Member Functions | |
| PointsInImageFeatures (const std::string &prefix, const carto::rc_ptr< Interpolator > &) | |
| const std::vector< Point_t > & | points () const | 
| std::vector< Point_t > & | points () | 
| void | setPoints (const std::vector< Point_t > &) | 
| void | scalarFeatureValues (std::vector< ScalarFeaturesProvider::Scalar_t > &result) 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 | |
|  Public Types inherited from aims::PointSetFeatures | |
| typedef Interpolator::Point_t | Point_t | 
|  Public Types inherited from aims::ScalarFeaturesProvider | |
| typedef double | Scalar_t | 
|  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 62 of file point_set_features.h.
| aims::PointsInImageFeatures::PointsInImageFeatures | ( | const std::string & | prefix, | 
| const carto::rc_ptr< Interpolator > & | |||
| ) | 
| 
 | inline | 
Definition at line 98 of file point_set_features.h.
| 
 | inline | 
Definition at line 90 of file point_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.
| 
 | virtual | 
Implements aims::PointSetFeatures.