18 #ifndef __itkImageToSpatialObjectRegistrationMethod_h
19 #define __itkImageToSpatialObjectRegistrationMethod_h
84 template<
typename TFixedImage,
typename TMovingSpatialObject >
106 typedef typename MovingSpatialObjectType::ConstPointer
170 itkGetConstReferenceMacro(InitialTransformParameters,
ParametersType);
175 itkGetConstReferenceMacro(LastTransformParameters,
ParametersType);
183 using Superclass::MakeOutput;
190 #ifdef ITKV3_COMPATIBILITY
202 void StartRegistration(
void) { this->Update(); }
208 void PrintSelf(std::ostream & os,
Indent indent)
const;
224 void operator=(const Self &);
238 #ifndef ITK_MANUAL_INSTANTIATION
239 #include "itkImageToSpatialObjectRegistrationMethod.hxx"