18 #ifndef __itkGPUFiniteDifferenceFunction_h
19 #define __itkGPUFiniteDifferenceFunction_h
46 template<
class TImageType >
62 typedef typename Superclass::ImageType
ImageType;
67 itkStaticConstMacro(ImageDimension,
unsigned int, ImageType::ImageDimension);
88 #if !defined( CABLE_CONFIGURATION )
91 void *itkNotUsed(globalData),
101 virtual void GPUComputeUpdate(
const typename TImageType::Pointer output,
102 typename TImageType::Pointer update,
120 void PrintSelf(std::ostream & os,
Indent indent)
const
122 Superclass::PrintSelf(os, indent);
133 void operator=(
const Self &);