Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
RealSparseHist1dIterC::RealSparseHist1dIterC(RealSparseHist1dC &)
RealSparseHist1dIterC::Dummy(void)
RealBinTable1dIterC::BinSize(void) const
RealBinTable1dIterC::BinCentre(void) const
HashIterC::First(void)
HashIterC::Next(void)
HashIterC::operator++(int)
HashIterC::IsElm(void) const
HashIterC::operator BooleanT(void) const
HashIterC::Key(void) const
HashIterC::Data(void) const
HashIterC::Data(void)
HashIterC::operator*(void)
HashIterC::operator*(void) const
HashIterC::Del(void)
HashIterC::operator=(const HashC &)
HashIterC::operator=(const HashIterC &)
HashIterC::GetTable(void) const
HashIterC::CheckValid(void)
RealSparseHist1dIterC
 
Sparse 1d histogram iterator.
 
include "amma/RealSparHist1d.hh"
User Level:Default
Library:SparHist
Example:exBnd.cc
Section:Statistics.Histograms
In Scope:std

Parent Classes:

Methods:
RealSparseHist1dIterC(RealSparseHist1dC & hist)
Constructor.

void Dummy()
Dummy function to put in library

#include "amma/RealBinTable1d.hh"
const RealT & BinSize() const
Get size of bins.

RealT BinCentre() const
Get centre of current bin;

#include "amma/HashIter.hh"
BooleanT First(void)
Goto first item in table.

BooleanT Next(void)
Goto next iterm in table. Once this returns false (or IsElm() is false) this should not be called again.

void operator++(int)
Goto next element.

BooleanT IsElm() const
Pointing to valid element ?

operator BooleanT() const
At a valid element ?

const DiscRealC & Key(void) const
Key for current item. IsElm() Must be TRUE.

const IntC & Data(void) const
Data for current item.IsElm() Must be TRUE.

IntC & Data(void)
Data for current item.IsElm() Must be TRUE.

IntC & operator*()
Access data.

const IntC & operator*() const
Access data.

void Del(void)
Delete current item from table, move to next. -> this breaks HashAR, if required I'll make a new non-constant iterator which can do this.

HashIterC<DiscRealC,IntC> & operator=(const HashC<DiscRealC,IntC> & Oth)
Assign to another table.

HashIterC<DiscRealC,IntC> & operator=(const HashIterC<DiscRealC,IntC> & Oth)
Assign to another iterator.

const HashC<DiscRealC,IntC> & GetTable() const
Which table ?

BooleanT CheckValid(void)


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001