Go to the documentation of this file.
35 #ifndef __itkGPUImageToImageFilter_h
36 #define __itkGPUImageToImageFilter_h
38 #include "itkImageToImageFilter.h"
62 template<
typename TInputImage,
typename TOutputImage,
typename TParentImageFilter
63 = ImageToImageFilter< TInputImage, TOutputImage > >
98 itkSetMacro( GPUEnabled,
bool );
99 itkGetConstMacro( GPUEnabled,
bool );
100 itkBooleanMacro( GPUEnabled );
113 virtual void PrintSelf( std::ostream & os, Indent indent )
const;
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkGPUImageToImageFilter.hxx"
virtual void GraftOutput(DataObject *graft)
InputImageType::PixelType InputImagePixelType
InputImageType::ConstPointer InputImageConstPointer
InputImageType::RegionType InputImageRegionType
virtual void PrintSelf(std::ostream &os, Indent indent) const
GPUImageToImageFilter(const Self &)
OpenCLKernelManager::Pointer m_GPUKernelManager
TInputImage InputImageType
TOutputImage OutputImageType
void operator=(const Self &)
itkStaticConstMacro(InputImageDimension, unsigned int, TInputImage::ImageDimension)
Superclass::OutputImageRegionType OutputImageRegionType
InputImageType::Pointer InputImagePointer
GPUImageToImageFilter Self
virtual void GenerateData()
class to abstract the behaviour of the GPU filters.
itkStaticConstMacro(OutputImageDimension, unsigned int, TOutputImage::ImageDimension)
virtual void SetNumberOfThreads(ThreadIdType _arg)
virtual void GraftOutput(const DataObjectIdentifierType &key, DataObject *graft)
SmartPointer< const Self > ConstPointer
virtual void GPUGenerateData()
TParentImageFilter Superclass
Superclass::DataObjectIdentifierType DataObjectIdentifierType
SmartPointer< Self > Pointer
Superclass::OutputImagePixelType OutputImagePixelType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|