TChartInfo Struct Reference

Detailed Description

Emcompasses the information associated with each chart in an AtlasRRT that is not already included in the underlying Atlas. Typically this is the assigment of samples to charts and of charts to trees of samples.

Definition at line 188 of file atlasrrt.h.

Data Fields

unsigned int lc
 
unsigned int tree
 
unsigned int it
 

Field Documentation

unsigned int TChartInfo::lc

Begining of the linked list of samples for each chart.

Definition at line 189 of file atlasrrt.h.

Referenced by AddChart2AtlasRRT(), AddSample2AtlasRRT(), GetRRTNNInChart(), InitAtlasRRT(), LoadAtlasRRTChartInfo(), PopulateWithSamples(), and SaveAtlasRRTChartInfo().

unsigned int TChartInfo::tree
unsigned int TChartInfo::it

Iteration at which the chart was created

Definition at line 191 of file atlasrrt.h.

Referenced by AddChart2AtlasRRT(), InitAtlasRRT(), LoadAtlasRRTChartInfo(), and SaveAtlasRRTChartInfo().