GlobalReportInstanceData Class Reference

List of all members.

Public Member Functions

const char * getInstanceName ()
void setInstanceName (const char *instanceNameParam)
int getBoundAtIter_entries ()
double getBoundAtIter_bound (int i)
double getBoundAtIter_time (int i)
void setBoundAtIter_bound (int i, double bound)
void setBoundAtIter_time (int i, double time)
void setBoundAtIter_entries (int n)
int getBoundAtTime_entries ()
double getBoundAtTime_time (int i)
double getBoundAtTime_bound (int i)
void setBoundAtTime_time (int i, double time)
void setBoundAtTime_bound (int i, double bound)
void setBoundAtTime_entries (int n)
int getBoundInterpAtTime_entries ()
double getBoundInterpAtTime_bound (int i)
void setBoundInterpAtTime_bound (int i, double bound)
void setBoundInterpAtTime_entries (int n)
 GlobalReportInstanceData ()
 ~GlobalReportInstanceData ()

Public Attributes

char * instanceName
int boundAtIter_entries
double * boundAtIter_bound
double * boundAtIter_time
int boundAtTime_entries
double * boundAtTime_time
double * boundAtTime_bound
int boundInterpAtTime_entries
double * boundInterpAtTime_bound

Detailed Description

Definition at line 140 of file tracerreport.cpp.


Constructor & Destructor Documentation

GlobalReportInstanceData::GlobalReportInstanceData (  )  [inline]

Definition at line 175 of file tracerreport.cpp.

References boundAtIter_bound, boundAtIter_entries, boundAtIter_time, boundAtTime_bound, boundAtTime_entries, boundAtTime_time, boundInterpAtTime_bound, boundInterpAtTime_entries, instanceName, and MAX_ENTRIES.

GlobalReportInstanceData::~GlobalReportInstanceData (  )  [inline]

Definition at line 187 of file tracerreport.cpp.

References boundAtIter_bound, boundAtIter_time, boundAtTime_bound, boundAtTime_time, boundInterpAtTime_bound, and instanceName.


Member Function Documentation

const char* GlobalReportInstanceData::getInstanceName (  )  [inline]

Definition at line 143 of file tracerreport.cpp.

References instanceName.

Referenced by main().

void GlobalReportInstanceData::setInstanceName ( const char *  instanceNameParam  )  [inline]

Definition at line 144 of file tracerreport.cpp.

References instanceName.

Referenced by GlobalReport::GlobalReport().

int GlobalReportInstanceData::getBoundAtIter_entries (  )  [inline]

Definition at line 150 of file tracerreport.cpp.

References boundAtIter_entries.

double GlobalReportInstanceData::getBoundAtIter_bound ( int  i  )  [inline]

Definition at line 151 of file tracerreport.cpp.

References boundAtIter_bound.

Referenced by main().

double GlobalReportInstanceData::getBoundAtIter_time ( int  i  )  [inline]

Definition at line 152 of file tracerreport.cpp.

References boundAtIter_time.

void GlobalReportInstanceData::setBoundAtIter_bound ( int  i,
double  bound 
) [inline]

Definition at line 153 of file tracerreport.cpp.

References boundAtIter_bound.

void GlobalReportInstanceData::setBoundAtIter_time ( int  i,
double  time 
) [inline]

Definition at line 154 of file tracerreport.cpp.

References boundAtIter_time.

Referenced by GlobalReport::GlobalReport().

void GlobalReportInstanceData::setBoundAtIter_entries ( int  n  )  [inline]

Definition at line 155 of file tracerreport.cpp.

References boundAtIter_entries.

Referenced by GlobalReport::GlobalReport().

int GlobalReportInstanceData::getBoundAtTime_entries (  )  [inline]

Definition at line 160 of file tracerreport.cpp.

References boundAtTime_entries.

double GlobalReportInstanceData::getBoundAtTime_time ( int  i  )  [inline]

Definition at line 161 of file tracerreport.cpp.

References boundAtTime_time.

double GlobalReportInstanceData::getBoundAtTime_bound ( int  i  )  [inline]

Definition at line 162 of file tracerreport.cpp.

References boundAtTime_bound.

Referenced by main().

void GlobalReportInstanceData::setBoundAtTime_time ( int  i,
double  time 
) [inline]

Definition at line 163 of file tracerreport.cpp.

References boundAtTime_time.

Referenced by GlobalReport::GlobalReport().

void GlobalReportInstanceData::setBoundAtTime_bound ( int  i,
double  bound 
) [inline]

Definition at line 164 of file tracerreport.cpp.

References boundAtTime_bound.

void GlobalReportInstanceData::setBoundAtTime_entries ( int  n  )  [inline]

Definition at line 165 of file tracerreport.cpp.

References boundAtTime_entries.

Referenced by GlobalReport::GlobalReport().

int GlobalReportInstanceData::getBoundInterpAtTime_entries (  )  [inline]

Definition at line 169 of file tracerreport.cpp.

References boundInterpAtTime_entries.

double GlobalReportInstanceData::getBoundInterpAtTime_bound ( int  i  )  [inline]

Definition at line 170 of file tracerreport.cpp.

References boundInterpAtTime_bound.

Referenced by main().

void GlobalReportInstanceData::setBoundInterpAtTime_bound ( int  i,
double  bound 
) [inline]

Definition at line 171 of file tracerreport.cpp.

References boundInterpAtTime_bound.

void GlobalReportInstanceData::setBoundInterpAtTime_entries ( int  n  )  [inline]

Definition at line 172 of file tracerreport.cpp.

References boundInterpAtTime_entries.

Referenced by GlobalReport::GlobalReport().


Member Data Documentation

char* GlobalReportInstanceData::instanceName

Definition at line 142 of file tracerreport.cpp.

Referenced by getInstanceName(), GlobalReportInstanceData(), setInstanceName(), and ~GlobalReportInstanceData().

int GlobalReportInstanceData::boundAtIter_entries

Definition at line 147 of file tracerreport.cpp.

Referenced by getBoundAtIter_entries(), GlobalReportInstanceData(), and setBoundAtIter_entries().

double* GlobalReportInstanceData::boundAtIter_bound

Definition at line 148 of file tracerreport.cpp.

Referenced by getBoundAtIter_bound(), GlobalReportInstanceData(), setBoundAtIter_bound(), and ~GlobalReportInstanceData().

double* GlobalReportInstanceData::boundAtIter_time

Definition at line 149 of file tracerreport.cpp.

Referenced by getBoundAtIter_time(), GlobalReportInstanceData(), setBoundAtIter_time(), and ~GlobalReportInstanceData().

int GlobalReportInstanceData::boundAtTime_entries

Definition at line 157 of file tracerreport.cpp.

Referenced by getBoundAtTime_entries(), GlobalReportInstanceData(), and setBoundAtTime_entries().

double* GlobalReportInstanceData::boundAtTime_time

Definition at line 158 of file tracerreport.cpp.

Referenced by getBoundAtTime_time(), GlobalReportInstanceData(), setBoundAtTime_time(), and ~GlobalReportInstanceData().

double* GlobalReportInstanceData::boundAtTime_bound

Definition at line 159 of file tracerreport.cpp.

Referenced by getBoundAtTime_bound(), GlobalReportInstanceData(), setBoundAtTime_bound(), and ~GlobalReportInstanceData().

int GlobalReportInstanceData::boundInterpAtTime_entries

Definition at line 167 of file tracerreport.cpp.

Referenced by getBoundInterpAtTime_entries(), GlobalReportInstanceData(), and setBoundInterpAtTime_entries().

double* GlobalReportInstanceData::boundInterpAtTime_bound

Definition at line 168 of file tracerreport.cpp.

Referenced by getBoundInterpAtTime_bound(), GlobalReportInstanceData(), setBoundInterpAtTime_bound(), and ~GlobalReportInstanceData().


The documentation for this class was generated from the following file:
Generated on Thu Sep 22 03:13:02 2011 by  doxygen 1.4.7