18 #ifndef __itkPointSetToImageRegistrationMethod_h
19 #define __itkPointSetToImageRegistrationMethod_h
63 template<
typename TFixedPo
intSet,
typename TMovingImage >
146 virtual void SetInitialTransformParameters(
const ParametersType & param);
148 itkGetConstReferenceMacro(InitialTransformParameters,
ParametersType);
152 itkGetConstReferenceMacro(LastTransformParameters,
ParametersType);
171 #ifdef ITKV3_COMPATIBILITY
184 void StartRegistration(
void) { this->Update(); }
190 void PrintSelf(std::ostream & os,
Indent indent)
const;
198 void operator=(
const Self &);
214 #ifndef ITK_MANUAL_INSTANTIATION
215 #include "itkPointSetToImageRegistrationMethod.hxx"