18#ifndef __elxMovingRecursivePyramid_h
19#define __elxMovingRecursivePyramid_h
22#include "itkRecursiveMultiResolutionPyramidImageFilter.h"
38template<
class TElastix >
41 itk::RecursiveMultiResolutionPyramidImageFilter<
42 typename MovingImagePyramidBase< TElastix >::InputImageType,
43 typename MovingImagePyramidBase< TElastix >::OutputImageType >,
51 typedef itk::RecursiveMultiResolutionPyramidImageFilter<
55 typedef itk::SmartPointer< Self >
Pointer;
107#ifndef ITK_MANUAL_INSTANTIATION
108#include "elxMovingRecursivePyramid.hxx"
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all MovingImagePyramids.
Superclass::ElastixPointer ElastixPointer
ElastixType::MovingImageType InputImageType
Superclass::ElastixType ElastixType
ElastixType::MovingImageType OutputImageType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationType RegistrationType
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
A pyramid based on the itkRecursiveMultiResolutionPyramidImageFilter.
MovingImagePyramidBase< TElastix > Superclass2
Superclass2::ITKBaseType ITKBaseType
Superclass1::OutputImagePointer OutputImagePointer
elxClassNameMacro("MovingRecursiveImagePyramid")
Superclass1::InputImagePointer InputImagePointer
Superclass2::ElastixPointer ElastixPointer
MovingRecursivePyramid(const Self &)
void operator=(const Self &)
Superclass1::InputImageType InputImageType
Superclass2::ConfigurationType ConfigurationType
Superclass2::ConfigurationPointer ConfigurationPointer
itk::SmartPointer< Self > Pointer
Superclass1::InputImageConstPointer InputImageConstPointer
~MovingRecursivePyramid() override
Superclass1::OutputImageType OutputImageType
Superclass2::ElastixType ElastixType
itk::SmartPointer< const Self > ConstPointer
itk::RecursiveMultiResolutionPyramidImageFilter< typename MovingImagePyramidBase< TElastix >::InputImageType, typename MovingImagePyramidBase< TElastix >::OutputImageType > Superclass1
Superclass2::RegistrationPointer RegistrationPointer
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass2::RegistrationType RegistrationType
MovingRecursivePyramid Self