#include <GTXabsl2Profiler.h>
Public Member Functions | |
GTXabsl2ActiveOption () | |
GTXabsl2ActiveOption (int o, int st, std::vector< double > p) | |
bool | operator== (const GTXabsl2ActiveOption other) const |
Public Attributes | |
int | optionNumber |
int | stateNumber |
std::vector< double > | parameters |
Definition at line 267 of file GTXabsl2Profiler.h.
GTXabsl2ActiveOption::GTXabsl2ActiveOption | ( | ) | [inline] |
Definition at line 282 of file GTXabsl2Profiler.h.
GTXabsl2ActiveOption::GTXabsl2ActiveOption | ( | int | o, | |
int | st, | |||
std::vector< double > | p | |||
) | [inline] |
Definition at line 288 of file GTXabsl2Profiler.h.
bool GTXabsl2ActiveOption::operator== | ( | const GTXabsl2ActiveOption | other | ) | const [inline] |
Definition at line 293 of file GTXabsl2Profiler.h.
References optionNumber, parameters, and stateNumber.
Number of the option. Index within the NameTable used for lookup
Definition at line 270 of file GTXabsl2Profiler.h.
Referenced by CXABSL2ProfilerDlgBar::OnPaint(), and operator==().
std::vector<double> GTXabsl2ActiveOption::parameters |
Values for parameters of the option, where the position is the same as the names within a NametableEntry
Definition at line 276 of file GTXabsl2Profiler.h.
Referenced by CXABSL2ProfilerDlgBar::OnPaint(), and operator==().
Number of the state that is active within the option. Index within a NameTableEntry used for lookup
Definition at line 273 of file GTXabsl2Profiler.h.
Referenced by CXABSL2ProfilerDlgBar::OnPaint(), and operator==().