Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxStatFunctorTem Class Template Reference

Class definition for statistics functor. More...

#include <HxStatFunctorTem.h>

List of all members.

Public Methods

 HxStatFunctorTem (HxString name)
 Constructor. More...

virtual ~HxStatFunctorTem ()
virtual void init ()=0
 Initialize the functor. More...

virtual void next (ArgType pixV)=0
 Process the next element. More...

virtual ResType result ()=0
 Produce result. More...


Detailed Description

template<class ArgType, class ResType>
class HxStatFunctorTem< ArgType, ResType >

Class definition for statistics functor.


Constructor & Destructor Documentation

template<class ArgType, class ResType>
HxStatFunctorTem< ArgType, ResType >::HxStatFunctorTem HxString    name
 

Constructor.

00020 {
00021     HxStatFunctorTable<ArgType, ResType>::instance()->insert(name, this);
00022     _name = name;
00023 }


Member Function Documentation

template<class ArgType, class ResType>
virtual void HxStatFunctorTem< ArgType, ResType >::init   [pure virtual]
 

Initialize the functor.

template<class ArgType, class ResType>
virtual void HxStatFunctorTem< ArgType, ResType >::next ArgType    pixV [pure virtual]
 

Process the next element.

template<class ArgType, class ResType>
virtual ResType HxStatFunctorTem< ArgType, ResType >::result   [pure virtual]
 

Produce result.


The documentation for this class was generated from the following files:
Generated on Tue Jan 8 13:59:35 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001