Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxBpoSupAssign Struct Template Reference

Pixel functor for computation of supremum assignment. More...

#include <HxBpoSupAssign.h>

List of all members.

Public Types

typedef DstValT ArithType

Public Methods

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

void doIt (DstValT &x, const SrcValT &y)
 Actual operation : # x.supAssign(y) #. More...


Static Public Methods

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


Detailed Description

template<class DstValT, class SrcValT>
struct HxBpoSupAssign< DstValT, SrcValT >

Pixel functor for computation of supremum assignment.


Constructor & Destructor Documentation

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

Constructor : empty.

00027                         {}


Member Function Documentation

template<class DstValT, class SrcValT>
void HxBpoSupAssign< DstValT, SrcValT >::doIt DstValT &    x,
const SrcValT &    y
[inline]
 

Actual operation : # x.supAssign(y) #.

00031                         { x.supAssign(y); }

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

The name : "supAssign".

00038                         { return HxString("supAssign"); }


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