18 #ifndef __itkImageRegistrationMethod_h
19 #define __itkImageRegistrationMethod_h
69 template<
typename TFixedImage,
typename TMovingImage >
139 itkGetModifiableObjectMacro(Metric,
MetricType);
155 itkGetConstReferenceMacro(InitialTransformParameters,
ParametersType);
159 itkGetConstReferenceMacro(LastTransformParameters,
ParametersType);
178 itkGetConstMacro(FixedImageRegionDefined,
bool);
184 itkSetMacro(FixedImageRegionDefined,
bool);
197 virtual
DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) ITK_OVERRIDE;
203 #ifdef ITKV3_COMPATIBILITY
219 void StartRegistration(
void) { this->
Update(); }
225 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
238 void operator=(const Self &);
257 #ifndef ITK_MANUAL_INSTANTIATION
258 #include "itkImageRegistrationMethod.hxx"
void SetMovingImage(const MovingImageType *movingImage)
FixedImageType::ConstPointer FixedImageConstPointer
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
MetricType::FixedImageRegionType FixedImageRegionType
unsigned long ModifiedTimeType
TMovingImage MovingImageType
TransformType::Pointer TransformPointer
This class is a base for the Optimization methods that optimize a single valued function.
MetricType::Pointer MetricPointer
TransformOutputType::ConstPointer TransformOutputConstPointer
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
DataObjectDecorator< TransformType > TransformOutputType
MovingImageConstPointer m_MovingImage
virtual ModifiedTimeType GetMTime() const ITK_OVERRIDE
virtual void Initialize()
const TransformOutputType * GetOutput() const
bool m_FixedImageRegionDefined
virtual ~ImageRegistrationMethod()
ImageToImageMetric< FixedImageType, MovingImageType > MetricType
TransformOutputType::Pointer TransformOutputPointer
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
InterpolatorPointer m_Interpolator
MetricType::TransformType TransformType
TransformPointer m_Transform
void StartOptimization(void)
Base class for Image Registration Methods.
ParametersType m_InitialTransformParameters
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
ImageRegistrationMethod Self
virtual void GenerateData() ITK_OVERRIDE
virtual void SetInitialTransformParameters(const ParametersType ¶m)
ImageRegistrationMethod()
Decorates any subclass of itkObject with a DataObject API.
MovingImageType::ConstPointer MovingImageConstPointer
OptimizerType::Pointer m_Optimizer
void SetFixedImage(const FixedImageType *fixedImage)
Standard exception handling object.
Generic representation for an optimization method.
FixedImageConstPointer m_FixedImage
FixedImageRegionType m_FixedImageRegion
DataObject::Pointer DataObjectPointer
void SetFixedImageRegion(const FixedImageRegionType ®ion)
Base class for all image interpolaters.
ParametersType m_LastTransformParameters
SingleValuedNonLinearOptimizer OptimizerType
MetricType::TransformParametersType ParametersType
MetricType::InterpolatorType InterpolatorType
Control indentation during Print() invocation.
InterpolatorType::Pointer InterpolatorPointer
TFixedImage FixedImageType
Computes similarity between regions of two images.
SmartPointer< const Self > ConstPointer
TransformType::ParametersType TransformParametersType
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) ITK_OVERRIDE
FixedImageType::RegionType FixedImageRegionType