#include <HxImgFtorTranspose2d.h>
Inheritance diagram for HxImgFtorTranspose2d::

Public Types | |
| typedef HxImgFtorTranspose2dKey | KeyType |
| The key type of this class. More... | |
Public Methods | |
| HxImgFtorTranspose2d () | |
| Constructor. More... | |
| virtual | ~HxImgFtorTranspose2d () |
| Destructor. More... | |
Protected Methods | |
| virtual void | doIt (DstDataPtrType dstPtr, SrcDataPtrType srcPtr, HxSizes dstSize, HxSizes srcSize, HxTagList &tags, HxImgFtorDescription *=0) |
| The actual operation. More... | |
|
|||||
|
The key type of this class.
Reimplemented from HxImgFtorI2Cast. |
|
|||||||||
|
Constructor.
00018 : HxImgFtorI2Cast<DstImgSigT, SrcImgSigT>( 00019 HxImgFtorTranspose2dKey( 00020 HxClassName<DstImgSigT>(), HxClassName<SrcImgSigT>())) 00021 { 00022 #ifdef CD_TRACE 00023 HxEnvironment::instance()->outputStream() 00024 << "HxImgFtorTranspose2d::HxImgFtorTranspose2d()" << STD_ENDL; 00025 #endif 00026 } |
|
|||||||||
|
Destructor.
00030 {
00031 #ifdef CD_TRACE
00032 HxEnvironment::instance()->outputStream()
00033 << "HxImgFtorTranspose2d::~HxImgFtorTranspose2d()" << STD_ENDL;
00034 #endif
00035 }
|
|
||||||||||||||||||||||||||||||||
|
The actual operation.
Reimplemented from HxImgFtorI2Cast.
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001