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

HxImgFtorIMN Class Reference

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

#include <HxImgFtorIMN.h>

Inheritance diagram for HxImgFtorIMN::

HxImgFunctor HxImgFtorIMNCast HxImgFtorMNpo List of all members.

Public Types

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


Public Methods

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

virtual ~HxImgFtorIMN ()
 Destructor. More...

virtual void callIt (HxImageData **dstImgs, int dstCnt, HxImageData **srcImgs, int srcCnt, HxTagList &tags)=0
 callIt is implemented by HxImgFtorIMNCast::callIt. More...


Detailed Description

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


Member Typedef Documentation

typedef HxImgFtorIMNKey HxImgFtorIMN::KeyType
 

The key type of this class.

Reimplemented in HxImgFtorIMNCast, and HxImgFtorMNpo.


Constructor & Destructor Documentation

HxImgFtorIMN::HxImgFtorIMN const KeyType   key [inline]
 

Constructor.

00050                                              : HxImgFunctor(key)
00051 {
00052 }

HxImgFtorIMN::~HxImgFtorIMN   [inline, virtual]
 

Destructor.

00056 {
00057 }


Member Function Documentation

virtual void HxImgFtorIMN::callIt HxImageData **    dstImgs,
int    dstCnt,
HxImageData **    srcImgs,
int    srcCnt,
HxTagList   tags
[pure virtual]
 

callIt is implemented by HxImgFtorIMNCast::callIt.

Reimplemented in HxImgFtorIMNCast.


The documentation for this class was generated from the following file:
Generated on Tue Feb 3 14:18:59 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001