Go to the documentation of this file.
35 #ifndef __itkGPUInPlaceImageFilter_h
36 #define __itkGPUInPlaceImageFilter_h
38 #include "itkInPlaceImageFilter.h"
59 template<
typename TInputImage,
typename TOutputImage = TInputImage,
typename TParentImageFilter
60 = InPlaceImageFilter< TInputImage, TOutputImage > >
98 virtual void PrintSelf( std::ostream & os, Indent indent )
const;
134 #ifndef ITK_MANUAL_INSTANTIATION
135 #include "itkGPUInPlaceImageFilter.hxx"
virtual void ReleaseInputs()
InputImageType::PixelType InputImagePixelType
GPUSuperclass::OutputImagePixelType OutputImagePixelType
Base class for GPU filters that take an image as input and overwrite that image as the output.
GPUInPlaceImageFilter(const Self &)
InputImageType::Pointer InputImagePointer
GPUSuperclass::OutputImageType OutputImageType
itkStaticConstMacro(OutputImageDimension, unsigned int, TOutputImage::ImageDimension)
TOutputImage OutputImageType
virtual void PrintSelf(std::ostream &os, Indent indent) const
GPUSuperclass::OutputImagePointer OutputImagePointer
void operator=(const Self &)
Superclass::OutputImageRegionType OutputImageRegionType
TParentImageFilter CPUSuperclass
itkStaticConstMacro(InputImageDimension, unsigned int, TInputImage::ImageDimension)
class to abstract the behaviour of the GPU filters.
InputImageType::ConstPointer InputImageConstPointer
SmartPointer< Self > Pointer
GPUInPlaceImageFilter Self
GPUImageToImageFilter< TInputImage, TOutputImage, TParentImageFilter > GPUSuperclass
InputImageType::RegionType InputImageRegionType
GPUSuperclass::OutputImageRegionType OutputImageRegionType
virtual void AllocateOutputs()
TInputImage InputImageType
Superclass::OutputImagePixelType OutputImagePixelType
SmartPointer< const Self > ConstPointer
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|