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

HxBpoRightShift Class Template Reference

Pixel functor for computation of right shift. More...

#include <HxBpoRightShift.h>

List of all members.

Public Types

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


Public Methods

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

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


Static Public Methods

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


Detailed Description

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

Pixel functor for computation of right shift.


Member Typedef Documentation

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

Functor is translation invariant.


Constructor & Destructor Documentation

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

Constructor : empty.

00029                         {}


Member Function Documentation

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

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

00033                         { return x.rightShift(y); }

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

The name : "rightShift".

00040                         { return HxString("rightShift"); }


The documentation for this class was generated from the following file:
Generated on Tue Feb 3 14:18:53 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001