18 #ifndef itkPDEDeformableRegistrationFunction_h
19 #define itkPDEDeformableRegistrationFunction_h
40 template<
typename TFixedImage,
typename TMovingImage,
typename TDisplacementField >
67 #ifdef ITKV3_COMPATIBILITY
68 typedef TDisplacementField DeformationFieldType;
69 typedef typename DeformationFieldType::Pointer DeformationFieldTypePointer;
97 #ifdef ITKV3_COMPATIBILITY
98 void SetDeformationField(DeformationFieldTypePointer ptr)
101 DeformationFieldType * GetDeformationField(
void)
128 os << indent <<
"MovingImage: ";
130 os << indent <<
"FixedImage: ";
151 void operator=(const
Self &) ITK_DELETE_FUNCTION;
Light weight base class for most itk classes.
static const double e
The base of the natural logarithm or Euler's number
virtual void PrintSelf(std::ostream &os, Indent indent) const override
Control indentation during Print() invocation.