Interface to a set of histograms. More...
#include "IHistogramSet.hpp"
Inheritance diagram for IHistogramSet: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 |
Public Member Functions inherited from ObjectBase | |
| virtual void | Delete () |
Static Public Member Functions | |
| static HistogramHandle | cloneHistogram (Handle< IHistogramSet > &container, size_t idx) |
Interface to a set of histograms.