SpherePackingScenarioGenerator
|
#include <DoubleAttribute.h>
Public Member Functions | |
DoubleAttribute (std::string name, double value) | |
const double | getValue () |
void | setValue (double value) |
virtual | ~DoubleAttribute () |
Private Member Functions | |
DoubleAttribute () | |
Private Attributes | |
double | _value |
configuration::attributes::DoubleAttribute::DoubleAttribute | ( | std::string | name, |
double | value | ||
) |
const double configuration::attributes::DoubleAttribute::getValue | ( | ) |
void configuration::attributes::DoubleAttribute::setValue | ( | double | value | ) |
double configuration::attributes::DoubleAttribute::_value [private] |