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

HxUpoNorm2 Class Template Reference

Pixel functor for computation of L2 norm. More...

#include <HxUpoNorm2.h>

List of all members.

Public Types

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


Public Methods

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

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


Static Public Methods

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


Detailed Description

template<class DstValT, class SrcValT>
class HxUpoNorm2< DstValT, SrcValT >

Pixel functor for computation of L2 norm.


Member Typedef Documentation

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

Functor is translation invariant.


Constructor & Destructor Documentation

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

Constructor : empty.

00029                         {}


Member Function Documentation

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

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

00033                         { return x.norm2(); }

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

The name : "norm2".

00037                         { return HxString("norm2"); }


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