Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

GlastTuple Class Reference

#include <GlastTuple.h>

Inheritance diagram for GlastTuple:

Tuple std::vector PartialTuple List of all members.

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

Constructor & Destructor Documentation

GlastTuple::GlastTuple ( const char * title = "GlastData" )
 

Definition at line 11 of file GlastTuple.cxx.

GlastTuple::~GlastTuple ( )
 

Definition at line 18 of file GlastTuple.cxx.


Member Function Documentation

void GlastTuple::addItem ( const char * name,
const float * datum )
 

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

void GlastTuple::dumpData ( )
 

flag that at end of accumulation of items or data.

Definition at line 29 of file GlastTuple.cxx.

void GlastTuple::fill ( )
 

Definition at line 34 of file GlastTuple.cxx.

GlastTuple * GlastTuple::instance ( ) [inline, static]
 

Definition at line 24 of file GlastTuple.h.


Member Data Documentation

std::vector< TupleItem *>::iterator GlastTuple::m_column [private]
 

Definition at line 35 of file GlastTuple.h.

std::vector< const float *> GlastTuple::m_float_array [private]
 

Definition at line 36 of file GlastTuple.h.

GlastTuple * GlastTuple::s_instance [static, private]
 

Definition at line 7 of file GlastTuple.cxx.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 12:20:47 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000