klComputerVision
Public Member Functions | Protected Attributes
klCopyFunctor< TYPE > Class Template Reference

#include <kl_image_processing_functors.h>

Collaboration diagram for klCopyFunctor< TYPE >:
Collaboration graph

Public Member Functions

 klCopyFunctor (klRasterBufferPointer lsrc, klRasterBufferPointer ldst, int lband=-1)
 
void operator() (void)
 

Protected Attributes

klRasterBufferPointer src
 
klRasterBufferPointer dst
 
int band
 

Constructor & Destructor Documentation

template<class TYPE>
klCopyFunctor< TYPE >::klCopyFunctor ( klRasterBufferPointer  lsrc,
klRasterBufferPointer  ldst,
int  lband = -1 
)
inline

Member Function Documentation

template<class TYPE>
void klCopyFunctor< TYPE >::operator() ( void  )
inline

Field Documentation

template<class TYPE>
int klCopyFunctor< TYPE >::band
protected
template<class TYPE>
klRasterBufferPointer klCopyFunctor< TYPE >::dst
protected
template<class TYPE>
klRasterBufferPointer klCopyFunctor< TYPE >::src
protected

The documentation for this class was generated from the following file: