18 #ifndef __otbDisparityMapEstimationMethod_h
19 #define __otbDisparityMapEstimationMethod_h
51 template <
class TFixedImage,
class TMovingImage,
class TPo
intSet>
72 typedef typename FixedImageType::SizeType
SizeType;
138 itkGetConstReferenceMacro(InitialTransformParameters,
ParametersType);
144 void SetPointSet(
const TPointSet * pointset);
149 const TPointSet * GetPointSet(
void);
155 void SetFixedImage(
const TFixedImage * image);
161 const TFixedImage * GetFixedImage(
void);
167 void SetMovingImage(
const TMovingImage * image);
173 const TMovingImage * GetMovingImage(
void);
187 void PrintSelf(std::ostream& os,
itk::Indent indent)
const;
195 void operator =(
const Self&);
226 #ifndef OTB_MANUAL_INSTANTIATION