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

#include <kl_image_processing_functors.h>

Collaboration diagram for klFilterFunctor< TYPE >:
Collaboration graph

Public Member Functions

 klFilterFunctor (klRasterBufferPointer lsrc, TYPE *lkernel, unsigned lkernelWidth, unsigned lkernelHeight)
 
void operator() (void)
 

Protected Attributes

klRasterBufferPointer src
 
TYPE * kernel
 
const unsigned kernelWidth
 
const unsigned kernelHeight
 

Constructor & Destructor Documentation

template<class TYPE>
klFilterFunctor< TYPE >::klFilterFunctor ( klRasterBufferPointer  lsrc,
TYPE *  lkernel,
unsigned  lkernelWidth,
unsigned  lkernelHeight 
)
inline

Member Function Documentation

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

Here is the call graph for this function:

Field Documentation

template<class TYPE>
TYPE* klFilterFunctor< TYPE >::kernel
protected
template<class TYPE>
const unsigned klFilterFunctor< TYPE >::kernelHeight
protected
template<class TYPE>
const unsigned klFilterFunctor< TYPE >::kernelWidth
protected
template<class TYPE>
klRasterBufferPointer klFilterFunctor< TYPE >::src
protected

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