18 #ifndef itkFullToHalfHermitianImageFilter_h
19 #define itkFullToHalfHermitianImageFilter_h
44 template<
typename TInputImage >
78 itkStaticConstMacro(ImageDimension,
unsigned int,
79 TInputImage::ImageDimension);
83 itkGetDecoratedOutputMacro(ActualXDimensionIsOdd,
bool);
89 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
93 virtual void GenerateOutputInformation() ITK_OVERRIDE;
96 virtual
void GenerateInputRequestedRegion() ITK_OVERRIDE;
98 itkSetDecoratedOutputMacro(ActualXDimensionIsOdd,
bool);
105 #ifndef ITK_MANUAL_INSTANTIATION
106 #include "itkFullToHalfHermitianImageFilter.hxx"
109 #endif // itkFullToHalfHermitianImageFilter_h
FullToHalfHermitianImageFilter Self
InputImageType::SizeValueType InputImageSizeValueType
Light weight base class for most itk classes.
TInputImage InputImageType
InputImageType::PixelType InputImagePixelType
signed long IndexValueType
SmartPointer< Self > Pointer
~FullToHalfHermitianImageFilter() override
unsigned long SizeValueType
ImageToImageFilter< TInputImage, TInputImage > Superclass
OutputImageType::PixelType OutputImagePixelType
InputImageType::IndexValueType InputImageIndexValueType
InputImageType::SizeType InputImageSizeType
OutputImageType::SizeValueType OutputImageSizeValueType
unsigned int ThreadIdType
Base class for filters that take an image as input and produce an image as output.
ImageBaseType::SizeType SizeType
InputImageType::RegionType InputImageRegionType
SmartPointer< const Self > ConstPointer
Reduces the size of a full complex image produced from a forward discrete Fourier transform of a real...
OutputImageType::SizeType OutputImageSizeType
OutputImageType::IndexType OutputImageIndexType
TInputImage OutputImageType
OutputImageType::RegionType OutputImageRegionType
InputImageType::IndexType InputImageIndexType
ImageBaseType::IndexType IndexType
OutputImageType::IndexValueType OutputImageIndexValueType