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

HxUpoConjugate Class Template Reference

Pixel functor for computation of conjugate. More...

#include <HxUpoConjugate.h>

List of all members.

Public Types

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


Public Methods

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

DstValT doIt (const SrcValT &x)
 Actual operation : # return x.conjugate() #. More...


Static Public Methods

HxString className ()
 The name : "conjugate". More...


Detailed Description

template<class DstValT, class SrcValT>
class HxUpoConjugate< DstValT, SrcValT >

Pixel functor for computation of conjugate.


Member Typedef Documentation

template<class DstValT, class SrcValT>
typedef HxTagTransInVar HxUpoConjugate::TransVarianceCategory
 

Functor is translation invariant.


Constructor & Destructor Documentation

template<class DstValT, class SrcValT>
HxUpoConjugate< DstValT, SrcValT >::HxUpoConjugate HxTagList   [inline]
 

Constructor : empty.

00028                         {}


Member Function Documentation

template<class DstValT, class SrcValT>
DstValT HxUpoConjugate< DstValT, SrcValT >::doIt const SrcValT &    x [inline]
 

Actual operation : # return x.conjugate() #.

00032                         { return x.conjugate(); }

template<class DstValT, class SrcValT>
HxString HxUpoConjugate< DstValT, SrcValT >::className   [inline, static]
 

The name : "conjugate".

00036                         { return HxString("conjugate"); }


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