18 #ifndef __itkPointSetToPointSetRegistrationMethod_h
19 #define __itkPointSetToPointSetRegistrationMethod_h
62 template<
typename TFixedPo
intSet,
typename TMovingPo
intSet >
136 virtual void SetInitialTransformParameters(
const ParametersType & param);
138 itkGetConstReferenceMacro(InitialTransformParameters,
ParametersType);
142 itkGetConstReferenceMacro(LastTransformParameters,
ParametersType);
161 #ifdef ITKV3_COMPATIBILITY
177 void StartRegistration(
void) { this->Update(); }
183 void PrintSelf(std::ostream & os,
Indent indent)
const;
192 void operator=(
const Self &);
209 #ifndef ITK_MANUAL_INSTANTIATION
210 #include "itkPointSetToPointSetRegistrationMethod.hxx"