Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxBpoInfAssign Struct Template Reference

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

#include <HxBpoInfAssign.h>

List of all members.

Public Types

typedef DstValT ArithType

Public Methods

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

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


Static Public Methods

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


Detailed Description

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

Pixel functor for computation of infimum assignment.


Constructor & Destructor Documentation

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

Constructor : empty.

00026                         {}


Member Function Documentation

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

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

00030                         { x.infAssign(y); }

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

The name : "infAssign".

00037                         { return HxString("infAssign"); }


The documentation for this struct 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