UltraScan III
List of all members | Public Member Functions | Public Attributes
US_Ramp::TripleInfo Class Reference

Class that contains information about relevant cell/channel/wavelength combinations. More...

#include "us_ramp.h"

Collaboration diagram for US_Ramp::TripleInfo:
Collaboration graph
[legend]

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...
 

Detailed Description

Class that contains information about relevant cell/channel/wavelength combinations.

Definition at line 45 of file us_ramp.h.

Constructor & Destructor Documentation

US_Ramp::TripleInfo::TripleInfo ( )

A generic constructor.

Definition at line 728 of file us_ramp.cpp.

Member Function Documentation

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.

Member Data Documentation

int US_Ramp::TripleInfo::centerpiece

The ID of the centerpiece used.

Definition at line 55 of file us_ramp.h.

QString US_Ramp::TripleInfo::description

A text description of this triple.

Definition at line 50 of file us_ramp.h.

bool US_Ramp::TripleInfo::excluded

Whether triple was dropped or not.

Definition at line 54 of file us_ramp.h.

US_Solution US_Ramp::TripleInfo::solution

The solution information for triple.

Definition at line 56 of file us_ramp.h.

QString US_Ramp::TripleInfo::tripleDesc

The description of this triple ( e.g., "2 / A" ) //KL deleted the wl.

Definition at line 49 of file us_ramp.h.

QString US_Ramp::TripleInfo::tripleFilename

The filename of this auc file.

Definition at line 53 of file us_ramp.h.

char US_Ramp::TripleInfo::tripleGUID[16]

The GUID of this triple.

Definition at line 51 of file us_ramp.h.

int US_Ramp::TripleInfo::tripleID

The ID of this c/c/w combination (rawDataID) //KL: unsure if its useful.

Definition at line 48 of file us_ramp.h.


The documentation for this class was generated from the following files: