#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 |
Number of the option. | |
int | stateNumber |
Number of the state that is active within the option. | |
std::vector< double > | parameters |
Values for parameters of the option, where the position is the same as the names within a NametableEntry. |
|
Definition at line 282 of file GTXabsl2Profiler.h. References optionNumber, and stateNumber. |
|
Definition at line 288 of file GTXabsl2Profiler.h. References optionNumber, and stateNumber. |
|
Definition at line 293 of file GTXabsl2Profiler.h. References optionNumber, and stateNumber. |
|
Number of the option. Index within the NameTable used for lookup Definition at line 270 of file GTXabsl2Profiler.h. Referenced by GTXabsl2ActiveOption(), 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 GTXabsl2ActiveOption(), and operator==(). |
|
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. |