Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxBpoMin Class Template Reference

Pixel functor for computation of minimum. More...

#include <HxBpoMin.h>

List of all members.

Public Methods

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

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


Static Public Methods

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


Detailed Description

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

Pixel functor for computation of minimum.


Constructor & Destructor Documentation

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

Constructor : empty.

00026                         {}


Member Function Documentation

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

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

00030                         { return x.min(y); }

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

The name : "min".

00037                         { return HxString("min"); }


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