![]() |
aimsdata
5.1.2
Neuroimaging data handling
|
#include <aims/features/point_set_features.h>
Public Types | |
typedef Interpolator::Point_t | Point_t |
![]() | |
typedef double | Scalar_t |
Public Member Functions | |
virtual void | setPoints (const std::vector< Point_t > &)=0 |
![]() | |
virtual | ~ScalarFeaturesProvider () |
const std::vector< std::string > & | scalarFeatureNames () const |
Return the name of all scalar features provided by this object. More... | |
virtual void | scalarFeatureValues (std::vector< Scalar_t > &) const =0 |
Clear an fill its parameter with the values of the scalar features. More... | |
Additional Inherited Members | |
![]() | |
std::vector< std::string > | _scalarFeatureNames |
Constructors of derived classes must fill this vector with scalar feature names. More... | |
Definition at line 49 of file point_set_features.h.
Definition at line 52 of file point_set_features.h.
|
pure virtual |
Implemented in aims::PointsInImageFeatures.