18 #ifndef __itkHausdorffDistanceImageFilter_h
19 #define __itkHausdorffDistanceImageFilter_h
61 template<
class TInputImage1,
class TInputImage2 >
87 typedef typename TInputImage1::SizeType
SizeType;
94 itkStaticConstMacro(ImageDimension,
unsigned int,
95 TInputImage1::ImageDimension);
113 itkSetMacro(UseImageSpacing,
bool);
116 itkGetConstMacro(HausdorffDistance,
RealType);
117 itkGetConstMacro(AverageHausdorffDistance,
RealType);
120 #ifdef ITK_USE_CONCEPT_CHECKING
130 void PrintSelf(std::ostream & os,
Indent indent)
const;
137 void GenerateInputRequestedRegion();
140 void EnlargeOutputRequestedRegion(
DataObject *data);
144 void operator=(
const Self &);
152 #ifndef ITK_MANUAL_INSTANTIATION
153 #include "itkHausdorffDistanceImageFilter.hxx"