Class that contains information about relevant cell/channel/wavelength combinations. More...
#include "us_ramp.h"
Public Member Functions | |
TripleInfo () | |
A generic constructor. More... | |
void | clear (void) |
Clear all triple info. More... | |
void | show (void) |
Show triple info for debug. More... | |
Public Attributes | |
int | tripleID |
The ID of this c/c/w combination (rawDataID) //KL: unsure if its useful. More... | |
QString | tripleDesc |
The description of this triple ( e.g., "2 / A" ) //KL deleted the wl. More... | |
QString | description |
A text description of this triple. More... | |
char | tripleGUID [16] |
The GUID of this triple. More... | |
QString | tripleFilename |
The filename of this auc file. More... | |
bool | excluded |
Whether triple was dropped or not. More... | |
int | centerpiece |
The ID of the centerpiece used. More... | |
US_Solution | solution |
The solution information for triple. More... | |
Class that contains information about relevant cell/channel/wavelength combinations.
US_Ramp::TripleInfo::TripleInfo | ( | ) |
A generic constructor.
Definition at line 728 of file us_ramp.cpp.
void US_Ramp::TripleInfo::clear | ( | void | ) |
Clear all triple info.
Definition at line 733 of file us_ramp.cpp.
void US_Ramp::TripleInfo::show | ( | void | ) |
Show triple info for debug.
Definition at line 745 of file us_ramp.cpp.
int US_Ramp::TripleInfo::centerpiece |
QString US_Ramp::TripleInfo::description |
bool US_Ramp::TripleInfo::excluded |
US_Solution US_Ramp::TripleInfo::solution |
QString US_Ramp::TripleInfo::tripleDesc |
QString US_Ramp::TripleInfo::tripleFilename |
char US_Ramp::TripleInfo::tripleGUID[16] |
int US_Ramp::TripleInfo::tripleID |