18 #ifndef __itkDirectFourierReconstructionImageToImageFilter_h
19 #define __itkDirectFourierReconstructionImageToImageFilter_h
50 template<
class TInputImage,
class TOutputImage=TInputImage >
77 typedef typename InputImageType::RegionType
RegionType;
80 typedef typename InputImageType::IndexType
IndexType;
83 typedef typename InputImageType::SizeType
SizeType;
86 typedef typename InputImageType::PointType
PointType;
100 itkSetMacro(ZeroPadding,
unsigned short int);
101 itkGetConstMacro(ZeroPadding,
unsigned short int);
103 itkSetMacro(OverSampling,
unsigned short int);
104 itkGetConstMacro(OverSampling,
unsigned short int);
106 itkSetMacro(Cutoff,
double);
107 itkGetConstMacro(Cutoff,
double);
109 itkSetMacro(AlphaRange,
double);
110 itkGetConstMacro(AlphaRange,
double);
112 itkSetMacro(AlphaDirection,
unsigned short int);
113 itkGetConstMacro(AlphaDirection,
unsigned short int);
115 itkSetMacro(ZDirection,
unsigned short int);
116 itkGetConstMacro(ZDirection,
unsigned short int);
118 itkSetMacro(RDirection,
unsigned short int);
119 itkGetConstMacro(RDirection,
unsigned short int);
121 itkSetMacro(RadialSplineOrder,
unsigned short int);
122 itkGetConstMacro(RadialSplineOrder,
unsigned short int);
132 void PrintSelf(std::ostream & os,
Indent indent)
const;
135 void GenerateOutputInformation();
138 void GenerateInputRequestedRegion();
206 void operator=(
const Self &);
211 #ifndef ITK_MANUAL_INSTANTIATION
212 #include "itkDirectFourierReconstructionImageToImageFilter.hxx"