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

HxUpoRound Class Template Reference

Pixel functor for computation of round. More...

#include <HxUpoRound.h>

List of all members.

Public Types

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


Public Methods

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

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


Static Public Methods

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


Detailed Description

template<class DstValT, class SrcValT>
class HxUpoRound< DstValT, SrcValT >

Pixel functor for computation of round.


Member Typedef Documentation

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

Functor is translation invariant.


Constructor & Destructor Documentation

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

Constructor : empty.

00029                         {}


Member Function Documentation

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

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

00033                         { return x.round(); }

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

The name : "round".

00037                         { return HxString("round"); }


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