![]() |
MeLOn
|
This class is a factory class for creating child instances of Scaler. More...
#include <scaler.h>
Static Public Member Functions | |
static std::unique_ptr< Scaler< T > > | create_scaler (const std::shared_ptr< const ScalerData > scalerData) |
Factory function for creating a instance of a scaler object. | |
This class is a factory class for creating child instances of Scaler.
|
static |
Factory function for creating a instance of a scaler object.
[in] | scalerData | struct containing the information and parameters of the scaler to be created. |