#include <itkGPUFunctorBase.h>
Base functor class for GPU functor image filters.
Definition at line 33 of file itkGPUFunctorBase.h.
Inheritance diagram for itk::Functor::GPUFunctorBase:Public Member Functions | |
| GPUFunctorBase ()=default | |
| virtual int | SetGPUKernelArguments (GPUKernelManager::Pointer KernelManager, int KernelHandle)=0 |
| virtual | ~GPUFunctorBase ()=default |
|
default |
|
virtualdefault |
|
pure virtual |
Setup GPU kernel arguments for this functor.
Implemented in itk::Functor::GPUBinaryThreshold< TInput, TOutput >, itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >, itk::Functor::GPUCast< TInput, TOutput >, and itk::Functor::GPUCast< TInputImage::PixelType, TOutputImage::PixelType >.