18 #ifndef __itkReconstructionImageFilter_h
19 #define __itkReconstructionImageFilter_h
54 template<
class TInputImage,
class TOutputImage,
class TCompare >
68 typedef typename InputImageType::SizeType
ISizeType;
91 itkStaticConstMacro(MarkerImageDimension,
unsigned int,
92 TInputImage::ImageDimension);
93 itkStaticConstMacro(MaskImageDimension,
unsigned int,
94 TInputImage::ImageDimension);
95 itkStaticConstMacro(OutputImageDimension,
unsigned int,
96 TOutputImage::ImageDimension);
128 itkSetMacro(FullyConnected,
bool);
129 itkGetConstReferenceMacro(FullyConnected,
bool);
130 itkBooleanMacro(FullyConnected);
138 itkSetMacro(UseInternalCopy,
bool);
139 itkGetConstReferenceMacro(UseInternalCopy,
bool);
140 itkBooleanMacro(UseInternalCopy);
144 void PrintSelf(std::ostream & os,
Indent indent)
const;
150 void GenerateInputRequestedRegion();
153 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) );
163 void operator=(
const Self &);
184 #ifndef ITK_MANUAL_INSTANTIATION
185 #include "itkReconstructionImageFilter.hxx"