Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxUpoNorm2Sqr Class Template Reference

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

#include <HxUpoNorm2Sqr.h>

List of all members.

Public Methods

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

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


Static Public Methods

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


Detailed Description

template<class DstValT, class SrcValT>
class HxUpoNorm2Sqr< DstValT, SrcValT >

Pixel functor for computation of squared L2 norm.


Constructor & Destructor Documentation

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

Constructor : empty.

00025                         {}


Member Function Documentation

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

Actual operation : # return (x*x).sum() #.

00029                         { return (x*x).sum(); }

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

The name : "norm2sqr".

00033                         { return HxString("norm2sqr"); }


The documentation for this class was generated from the following file:
Generated on Tue Jan 8 13:59:36 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001