35 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_BASEMODEL_IMPL_H 
   36 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_BASEMODEL_IMPL_H 
   67     Factory<BaseModel<1> >::registerProduct(ExtendedIsotopeModel::getProductName(), &ExtendedIsotopeModel::create);
 
   68     Factory<BaseModel<1> >::registerProduct(LmaIsotopeModel::getProductName(), &LmaIsotopeModel::create);
 
   70     Factory<BaseModel<1> >::registerProduct(LmaGaussModel::getProductName(), &LmaGaussModel::create);
 
   78 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_BASEMODEL_IMPL_H 
Returns FactoryProduct* based on the name of the desired concrete FactoryProduct. ...
Definition: Factory.h:62
Class for product models i.e. models with D independent dimensions. 
Definition: ProductModel.h:61
Abstract base class for all D-dimensional models. 
Definition: BaseModel.h:51
static void registerChildren()
register all derived classes here (implemented in file BaseModel_impl.h)