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