Interface to a set of histograms. More...
#include "IHistogramSet.hpp"
Public Types | |
typedef ConstIterator< IHistogram > | const_iterator |
Public Member Functions | |
virtual int64_t | size () const =0 |
number histograms stored in the | |
virtual const IAddInfoLayout & | layout () const =0 |
layout representing the different histograms stored in the object | |
virtual const_iterator | beginHistogram () const =0 |
virtual const_iterator | endHistogram () const =0 |
![]() | |
virtual void | Delete () |
Static Public Member Functions | |
static HistogramHandle | cloneHistogram (Handle< IHistogramSet > &container, size_t idx) |
Interface to a set of histograms.