casacore
Public Attributes | List of all members
casacore::StatisticsUtilities< AccumType >::BinDesc Struct Reference

description of a regularly spaced bins with the first bin having lower limit of minLimit and having nBins equally spaced bins of width binWidth, so that the upper limit of the last bin is given by minLimit + nBins*binWidth More...

#include <StatisticsUtilities.h>

Public Attributes

AccumType binWidth
 
AccumType minLimit
 
uInt nBins
 

Detailed Description

template<class AccumType>
struct casacore::StatisticsUtilities< AccumType >::BinDesc

description of a regularly spaced bins with the first bin having lower limit of minLimit and having nBins equally spaced bins of width binWidth, so that the upper limit of the last bin is given by minLimit + nBins*binWidth

Definition at line 48 of file StatisticsUtilities.h.

Member Data Documentation

template<class AccumType >
AccumType casacore::StatisticsUtilities< AccumType >::BinDesc::binWidth

Definition at line 49 of file StatisticsUtilities.h.

template<class AccumType >
AccumType casacore::StatisticsUtilities< AccumType >::BinDesc::minLimit

Definition at line 50 of file StatisticsUtilities.h.

template<class AccumType >
uInt casacore::StatisticsUtilities< AccumType >::BinDesc::nBins

Definition at line 51 of file StatisticsUtilities.h.


The documentation for this struct was generated from the following file: