#include <OSOption.h>
Public Member Functions | |
InitConValue () | |
Default constructor. | |
~InitConValue () | |
Class destructor. | |
bool | IsEqual (InitConValue *that) |
A function to check for the equality of two objects. | |
Public Attributes | |
int | idx |
constraint index | |
double | value |
initial value |
Definition at line 1880 of file OSOption.h.
InitConValue::InitConValue | ( | ) |
InitConValue::~InitConValue | ( | ) |
bool InitConValue::IsEqual | ( | InitConValue * | that | ) |
constraint index
Definition at line 1884 of file OSOption.h.
Referenced by InitConstraintValues::addCon(), and IsEqual().
double InitConValue::value |
initial value
Definition at line 1887 of file OSOption.h.
Referenced by InitConstraintValues::addCon(), and IsEqual().