18 #ifndef __itkPointSetToPointSetRegistrationMethod_h
19 #define __itkPointSetToPointSetRegistrationMethod_h
62 template<
typename TFixedPo
intSet,
typename TMovingPo
intSet >
111 void StartRegistration(
void);
139 virtual void SetInitialTransformParameters(
const ParametersType & param);
141 itkGetConstReferenceMacro(InitialTransformParameters,
ParametersType);
145 itkGetConstReferenceMacro(LastTransformParameters,
ParametersType);
162 unsigned long GetMTime() const;
166 virtual ~PointSetToPointSetRegistrationMethod() {}
167 void PrintSelf(std::ostream & os,
Indent indent)
const;
176 void operator=(
const Self &);
193 #ifndef ITK_MANUAL_INSTANTIATION
194 #include "itkPointSetToPointSetRegistrationMethod.hxx"