Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxBpoInf Class Template Reference

Pixel functor for computation of infimum. More...

#include <HxBpoInf.h>

List of all members.

Public Types

typedef HxTagTransInVar TransVarianceCategory
 Functor is translation invariant. More...


Public Methods

 HxBpoInf (HxTagList &)
 Constructor : empty. More...

DstValT doIt (const Src1ValT &x, const Src2ValT &y)
 Actual operation : # return x.inf(y) #. More...


Static Public Methods

DstValT neutralElement ()
HxString className ()
 The name : "inf". More...


Detailed Description

template<class DstValT, class Src1ValT, class Src2ValT>
class HxBpoInf< DstValT, Src1ValT, Src2ValT >

Pixel functor for computation of infimum.


Member Typedef Documentation

template<class DstValT, class Src1ValT, class Src2ValT>
typedef HxTagTransInVar HxBpoInf::TransVarianceCategory
 

Functor is translation invariant.


Constructor & Destructor Documentation

template<class DstValT, class Src1ValT, class Src2ValT>
HxBpoInf< DstValT, Src1ValT, Src2ValT >::HxBpoInf HxTagList   [inline]
 

Constructor : empty.

00029                         {}


Member Function Documentation

template<class DstValT, class Src1ValT, class Src2ValT>
DstValT HxBpoInf< DstValT, Src1ValT, Src2ValT >::doIt const Src1ValT &    x,
const Src2ValT &    y
[inline]
 

Actual operation : # return x.inf(y) #.

00033                         { return x.inf(y); }

template<class DstValT, class Src1ValT, class Src2ValT>
HxString HxBpoInf< DstValT, Src1ValT, Src2ValT >::className   [inline, static]
 

The name : "inf".

00040                         { return HxString("inf"); }


The documentation for this class was generated from the following file:
Generated on Mon Jan 27 15:48:57 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001