1 #ifndef _WEIGHTCALCFACTORY_H_
2 #define _WEIGHTCALCFACTORY_H_
9 class WeightCalcCreator;
15 static void Register(
const std::string& wghcalcname,
19 static std::map<std::string, WeightCalcCreator*>&
GetTable();
23 #endif // _WEIGHTCALCFACTORY_H_
static WeightCalc * Create(const std::string &classname)
static std::map< std::string, WeightCalcCreator * > & GetTable()
static void Register(const std::string &wghcalcname, WeightCalcCreator *creator)