#include <GlastTuple.h>
Inheritance diagram for GlastTuple:

Public Methods | |
| GlastTuple (const char* title = "GlastData") | |
| ~GlastTuple () | |
| void | addItem (const char* name, const float* datum) |
| insert the current values of the labeled data, (both define, and update). More... | |
| void | dumpData () |
| flag that at end of accumulation of items or data. More... | |
| void | fill () |
Static Public Methods | |
| GlastTuple* | instance () |
Private Attributes | |
| std::vector<TupleItem*>::iterator | m_column |
| std::vector<const float*> | m_float_array |
Static Private Attributes | |
| GlastTuple* | s_instance |
|
|
Definition at line 11 of file GlastTuple.cxx. |
|
|
Definition at line 18 of file GlastTuple.cxx. |
|
|
insert the current values of the labeled data, (both define, and update).
Reimplemented in PartialTuple. Definition at line 21 of file GlastTuple.cxx. Referenced by PartialTuple::addItem(). |
|
|
flag that at end of accumulation of items or data.
Definition at line 29 of file GlastTuple.cxx. |
|
|
Definition at line 34 of file GlastTuple.cxx. |
|
|
Definition at line 24 of file GlastTuple.h. |
|
|
Definition at line 35 of file GlastTuple.h. |
|
|
Definition at line 36 of file GlastTuple.h. |
|
|
Definition at line 7 of file GlastTuple.cxx. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000