17 #ifndef __itkPointSetToImageRegistrationMethod_h
18 #define __itkPointSetToImageRegistrationMethod_h
62 template <
typename TFixedPo
intSet,
typename TMovingImage>
116 void StartRegistration(
void);
143 virtual void SetInitialTransformParameters(
const ParametersType & param );
144 itkGetConstReferenceMacro( InitialTransformParameters,
ParametersType );
148 itkGetConstReferenceMacro( LastTransformParameters,
ParametersType );
163 unsigned long GetMTime() const;
167 virtual ~PointSetToImageRegistrationMethod() {};
168 void PrintSelf(std::ostream& os,
Indent indent)
const;
172 void GenerateData ();
176 void operator=(
const Self&);
196 #ifndef ITK_MANUAL_INSTANTIATION