18 #ifndef __itkImageToSpatialObjectRegistrationMethod_h
19 #define __itkImageToSpatialObjectRegistrationMethod_h
84 template<
typename TFixedImage,
typename TMovingSpatialObject >
106 typedef typename MovingSpatialObjectType::ConstPointer
139 void StartRegistration(
void);
173 itkGetConstReferenceMacro(InitialTransformParameters,
ParametersType);
178 itkGetConstReferenceMacro(LastTransformParameters,
ParametersType);
186 using Superclass::MakeOutput;
191 unsigned long GetMTime()
const;
196 void PrintSelf(std::ostream & os,
Indent indent)
const;
211 void operator=(const Self &);
225 #ifndef ITK_MANUAL_INSTANTIATION
226 #include "itkImageToSpatialObjectRegistrationMethod.hxx"