
Class that contains information about relevant cell/channel/wavelength combinations. More...
#include "us_convert.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) More... | |
| QString | tripleDesc |
| The description of this triple ( e.g., "2 / A / 260" ) 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... | |
| int | channelID |
| The channel triple is associated with. More... | |
Class that contains information about relevant cell/channel/wavelength combinations.
Definition at line 52 of file us_convert.h.
| US_Convert::TripleInfo::TripleInfo | ( | ) |
A generic constructor.
Definition at line 964 of file us_convert.cpp.
| void US_Convert::TripleInfo::clear | ( | void | ) |
Clear all triple info.
Definition at line 969 of file us_convert.cpp.
| void US_Convert::TripleInfo::show | ( | void | ) |
Show triple info for debug.
Definition at line 982 of file us_convert.cpp.
| int US_Convert::TripleInfo::centerpiece |
The ID of the centerpiece used.
Definition at line 61 of file us_convert.h.
| int US_Convert::TripleInfo::channelID |
The channel triple is associated with.
Definition at line 63 of file us_convert.h.
| QString US_Convert::TripleInfo::description |
A text description of this triple.
Definition at line 57 of file us_convert.h.
| bool US_Convert::TripleInfo::excluded |
Whether triple was dropped or not.
Definition at line 60 of file us_convert.h.
| US_Solution US_Convert::TripleInfo::solution |
The solution information for triple.
Definition at line 62 of file us_convert.h.
| QString US_Convert::TripleInfo::tripleDesc |
The description of this triple ( e.g., "2 / A / 260" )
Definition at line 56 of file us_convert.h.
| QString US_Convert::TripleInfo::tripleFilename |
The filename of this auc file.
Definition at line 59 of file us_convert.h.
| char US_Convert::TripleInfo::tripleGUID[16] |
The GUID of this triple.
Definition at line 58 of file us_convert.h.
| int US_Convert::TripleInfo::tripleID |
The ID of this c/c/w combination (rawDataID)
Definition at line 55 of file us_convert.h.
1.8.3.1-20130324