Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxImgFtorIM Class Reference

Base class for image functors with 1 + M image parameters. More...

#include <HxImgFtorIM.h>

Inheritance diagram for HxImgFtorIM::

HxImgFunctor HxImgFtorIMCast HxImgFtorMpo List of all members.

Public Types

typedef HxImgFtorIMKey KeyType
 The key type of this class. More...


Public Methods

 HxImgFtorIM (const KeyType &)
 Constructor. More...

virtual ~HxImgFtorIM ()
 Destructor. More...

virtual void callIt (HxImageData *dstImg, HxImageData **srcImgs, int nImgs, HxTagList &tags)=0
 callIt is implemented by HxImgFtorIMCast::callIt. More...


Detailed Description

Base class for image functors with 1 + M image parameters.


Member Typedef Documentation

typedef HxImgFtorIMKey HxImgFtorIM::KeyType
 

The key type of this class.

Reimplemented in HxImgFtorIMCast, HxImgFtorMpo, HxImgFtorIMCast< DstSigT, SrcsSigT >, and HxImgFtorMpo< DstSigT, SrcsSigT, HxMpoVec3< typename DstSigT::ArithType, typename SrcsSigT::ArithType > >.


Constructor & Destructor Documentation

HxImgFtorIM::HxImgFtorIM const KeyType   key [inline]
 

Constructor.

00049                                            : HxImgFunctor(key)
00050 {
00051 }

HxImgFtorIM::~HxImgFtorIM   [inline, virtual]
 

Destructor.

00055 {
00056 }


Member Function Documentation

virtual void HxImgFtorIM::callIt HxImageData   dstImg,
HxImageData **    srcImgs,
int    nImgs,
HxTagList   tags
[pure virtual]
 

callIt is implemented by HxImgFtorIMCast::callIt.

Reimplemented in HxImgFtorIMCast, and HxImgFtorIMCast< DstSigT, SrcsSigT >.


The documentation for this class was generated from the following file:
Generated on Mon Jan 27 15:49:02 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001