1 #ifndef CONSTANT_WEIGHT_GENERATOR_H
2 #define CONSTANT_WEIGHT_GENERATOR_H
4 #include "WeightGenerator.h"
29 #endif // CONSTANT_WEIGHT_GENERATOR_H
Definition: WeightGenerator.h:7
ConstantWeightGenerator(double weight)
Definition: ConstantWeightGenerator.cpp:3
double getWeight()
Definition: ConstantWeightGenerator.cpp:5
Definition: ConstantWeightGenerator.h:9