Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxBpoSubAssign Struct Template Reference

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

#include <HxBpoSubAssign.h>

List of all members.

Public Types

typedef DstValT ArithType

Public Methods

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

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


Static Public Methods

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


Detailed Description

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

Pixel functor for computation of subtraction assignment.


Constructor & Destructor Documentation

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

Constructor : empty.

00028                         {}


Member Function Documentation

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

Actual operation : # x -= y #.

00032                         { x -= y; }

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

The name : "subAssign".

00039                         { return HxString("subAssign"); }


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