18 #ifndef __itkGPUPDEDeformableRegistrationFunction_h
19 #define __itkGPUPDEDeformableRegistrationFunction_h
40 template<
class TFixedImage,
class TMovingImage,
class TDeformationField >
94 m_DeformationField = ptr;
101 return m_DeformationField;
114 return m_GradientStep;
117 m_NormalizeGradient =
e;
120 return m_NormalizeGradient;
125 m_MovingImage =
NULL;
127 m_DeformationField =
NULL;
129 m_NormalizeGradient =
true;
130 m_GradientStep = 1.0;
136 void PrintSelf(std::ostream & os,
Indent indent)
const
138 Superclass::PrintSelf(os, indent);
139 os << indent <<
"MovingImage: ";
140 os << m_MovingImage.GetPointer() << std::endl;
141 os << indent <<
"FixedImage: ";
142 os << m_FixedImage.GetPointer() << std::endl;
162 void operator=(
const Self &);