18 #ifndef __itkDirectFourierReconstructionImageToImageFilter_h
19 #define __itkDirectFourierReconstructionImageToImageFilter_h
49 template<
class TInputPixelType =
double,
class TOutputPixelType =
double >
90 itkSetMacro( ZeroPadding,
unsigned short int );
91 itkGetConstMacro( ZeroPadding,
unsigned short int );
92 itkSetMacro( OverSampling,
unsigned short int );
93 itkGetConstMacro( OverSampling,
unsigned short int );
94 itkSetMacro( Cutoff,
double );
95 itkGetConstMacro( Cutoff,
double );
96 itkSetMacro( AlphaRange,
double );
97 itkGetConstMacro( AlphaRange,
double );
98 itkSetMacro( AlphaDirection,
unsigned short int );
99 itkGetConstMacro( AlphaDirection,
unsigned short int );
100 itkSetMacro( ZDirection,
unsigned short int );
101 itkGetConstMacro( ZDirection,
unsigned short int );
102 itkSetMacro( RDirection,
unsigned short int );
103 itkGetConstMacro( RDirection,
unsigned short int );
104 itkSetMacro( RadialSplineOrder,
unsigned short int );
105 itkGetConstMacro( RadialSplineOrder,
unsigned short int );
114 void PrintSelf( std::ostream &os,
Indent indent )
const;
117 void GenerateOutputInformation();
119 void GenerateInputRequestedRegion();
165 void operator=(
const Self&);
170 #ifndef ITK_MANUAL_INSTANTIATION