18 #ifndef __itkPointSetToImageRegistrationMethod_h
19 #define __itkPointSetToImageRegistrationMethod_h
63 template<
typename TFixedPo
intSet,
typename TMovingImage >
116 void StartRegistration(
void);
149 virtual void SetInitialTransformParameters(
const ParametersType & param);
151 itkGetConstReferenceMacro(InitialTransformParameters,
ParametersType);
155 itkGetConstReferenceMacro(LastTransformParameters,
ParametersType);
172 unsigned long GetMTime() const;
176 virtual ~PointSetToImageRegistrationMethod() {}
177 void PrintSelf(std::ostream & os,
Indent indent)
const;
185 void operator=(
const Self &);
201 #ifndef ITK_MANUAL_INSTANTIATION
202 #include "itkPointSetToImageRegistrationMethod.hxx"