34 #ifndef AIMS_FEATURES_H 35 #define AIMS_FEATURES_H 86 inline const std::vector< std::string > &
95 #endif // ifndef AIMS_FEATURES_H This class should be inherited by all subclasses that provides scalar features.
const std::vector< std::string > & scalarFeatureNames() const
Return the name of all scalar features provided by this object.
The class for EcatSino data write operation.
virtual void scalarFeatureValues(std::vector< Scalar_t > &) const =0
Clear an fill its parameter with the values of the scalar features.
std::vector< std::string > _scalarFeatureNames
Constructors of derived classes must fill this vector with scalar feature names.
virtual ~ScalarFeaturesProvider()