go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxMovingGenericPyramid.h
Go to the documentation of this file.
1 /*=========================================================================
2  *
3  * Copyright UMC Utrecht and contributors
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0.txt
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *=========================================================================*/
18 #ifndef __elxMovingGenericPyramid_h
19 #define __elxMovingGenericPyramid_h
20 
21 #include "elxIncludes.h" // include first to avoid MSVS warning
23 
24 namespace elastix
25 {
26 
72 template< class TElastix >
75  typename MovingImagePyramidBase< TElastix >::InputImageType,
76  typename MovingImagePyramidBase< TElastix >::OutputImageType >,
77  public MovingImagePyramidBase< TElastix >
78 {
79 public:
80 
87  typedef itk::SmartPointer< Self > Pointer;
88  typedef itk::SmartPointer< const Self > ConstPointer;
89 
91  itkNewMacro( Self );
92 
95 
100  elxClassNameMacro( "MovingGenericImagePyramid" );
101 
103  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
104 
114 
123 
127  virtual void SetMovingSchedule( void );
128 
130  virtual void BeforeEachResolution( void );
131 
132 protected:
133 
138 
139 private:
140 
142  MovingGenericPyramid( const Self & ); // purposely not implemented
144  void operator=( const Self & ); // purposely not implemented
145 
146 };
147 
148 } // end namespace elastix
149 
150 #ifndef ITK_MANUAL_INSTANTIATION
151 #include "elxMovingGenericPyramid.hxx"
152 #endif
153 
154 #endif // end #ifndef __elxMovingGenericPyramid_h
itk::GenericMultiResolutionPyramidImageFilter
Framework for creating images in a multi-resolution pyramid.
Definition: itkGenericMultiResolutionPyramidImageFilter.h:119
itk::GenericMultiResolutionPyramidImageFilter::InputImagePointer
Superclass::InputImagePointer InputImagePointer
Definition: itkGenericMultiResolutionPyramidImageFilter.h:147
elastix::MovingGenericPyramid::RescaleScheduleType
Superclass1::RescaleScheduleType RescaleScheduleType
Definition: elxMovingGenericPyramid.h:112
elastix::MovingGenericPyramid::InputImageType
Superclass1::InputImageType InputImageType
Definition: elxMovingGenericPyramid.h:106
elastix::MovingImagePyramidBase::InputImageType
ElastixType::MovingImageType InputImageType
Definition: elxMovingImagePyramidBase.h:80
itkGenericMultiResolutionPyramidImageFilter.h
elastix::MovingGenericPyramid::MovingGenericPyramid
MovingGenericPyramid()
Definition: elxMovingGenericPyramid.h:135
elastix::MovingGenericPyramid::ConfigurationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Definition: elxMovingGenericPyramid.h:119
elastix::MovingGenericPyramid::~MovingGenericPyramid
virtual ~MovingGenericPyramid()
Definition: elxMovingGenericPyramid.h:137
elastix::MovingImagePyramidBase::RegistrationPointer
Superclass::RegistrationPointer RegistrationPointer
Definition: elxMovingImagePyramidBase.h:77
elastix::MovingGenericPyramid::OutputImageType
Superclass1::OutputImageType OutputImageType
Definition: elxMovingGenericPyramid.h:107
Array2D< ScalarRealType >
elastix::MovingGenericPyramid::ElastixPointer
Superclass2::ElastixPointer ElastixPointer
Definition: elxMovingGenericPyramid.h:117
elastix::MovingGenericPyramid::ITKBaseType
Superclass2::ITKBaseType ITKBaseType
Definition: elxMovingGenericPyramid.h:122
elastix::MovingGenericPyramid::ElastixType
Superclass2::ElastixType ElastixType
Definition: elxMovingGenericPyramid.h:116
itk::GenericMultiResolutionPyramidImageFilter::InputImageConstPointer
Superclass::InputImageConstPointer InputImageConstPointer
Definition: itkGenericMultiResolutionPyramidImageFilter.h:149
elastix::MovingGenericPyramid::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: elxMovingGenericPyramid.h:88
elastix::MovingGenericPyramid::Superclass1
itk::GenericMultiResolutionPyramidImageFilter< typename MovingImagePyramidBase< TElastix >::InputImageType, typename MovingImagePyramidBase< TElastix >::OutputImageType > Superclass1
Definition: elxMovingGenericPyramid.h:85
elastix::MovingGenericPyramid::InputImageConstPointer
Superclass1::InputImageConstPointer InputImageConstPointer
Definition: elxMovingGenericPyramid.h:110
elastix::MovingGenericPyramid::RegistrationType
Superclass2::RegistrationType RegistrationType
Definition: elxMovingGenericPyramid.h:120
elastix::MovingGenericPyramid::elxClassNameMacro
elxClassNameMacro("MovingGenericImagePyramid")
elastix::MovingGenericPyramid::InputImagePointer
Superclass1::InputImagePointer InputImagePointer
Definition: elxMovingGenericPyramid.h:108
elastix::MovingGenericPyramid::ConfigurationType
Superclass2::ConfigurationType ConfigurationType
Definition: elxMovingGenericPyramid.h:118
elastix::MovingGenericPyramid::Pointer
itk::SmartPointer< Self > Pointer
Definition: elxMovingGenericPyramid.h:87
itk::GenericMultiResolutionPyramidImageFilter::RescaleScheduleType
ScheduleType RescaleScheduleType
Definition: itkGenericMultiResolutionPyramidImageFilter.h:156
elastix::MovingGenericPyramid
A pyramid based on the itk::GenericMultiResolutionPyramidImageFilter.
Definition: elxMovingGenericPyramid.h:78
elastix::MovingGenericPyramid::Self
MovingGenericPyramid Self
Definition: elxMovingGenericPyramid.h:82
elastix::MovingImagePyramidBase::ElastixPointer
Superclass::ElastixPointer ElastixPointer
Definition: elxMovingImagePyramidBase.h:73
elastix::MovingImagePyramidBase
This class is the elastix base class for all MovingImagePyramids.
Definition: elxMovingImagePyramidBase.h:61
elastix::MovingGenericPyramid::RegistrationPointer
Superclass2::RegistrationPointer RegistrationPointer
Definition: elxMovingGenericPyramid.h:121
elastix::MovingImagePyramidBase::OutputImageType
ElastixType::MovingImageType OutputImageType
Definition: elxMovingImagePyramidBase.h:81
elastix::MovingImagePyramidBase::ConfigurationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxMovingImagePyramidBase.h:75
elxIncludes.h
elastix::MovingGenericPyramid::MovingGenericPyramid
MovingGenericPyramid(const Self &)
elastix::MovingGenericPyramid::SetMovingSchedule
virtual void SetMovingSchedule(void)
itk::GenericMultiResolutionPyramidImageFilter::InputImageType
Superclass::InputImageType InputImageType
Definition: itkGenericMultiResolutionPyramidImageFilter.h:145
itk::GenericMultiResolutionPyramidImageFilter::OutputImageType
Superclass::OutputImageType OutputImageType
Definition: itkGenericMultiResolutionPyramidImageFilter.h:146
elastix::MovingGenericPyramid::Superclass2
MovingImagePyramidBase< TElastix > Superclass2
Definition: elxMovingGenericPyramid.h:86
elastix::MovingImagePyramidBase::ConfigurationType
Superclass::ConfigurationType ConfigurationType
Definition: elxMovingImagePyramidBase.h:74
elastix::MovingImagePyramidBase::RegistrationType
Superclass::RegistrationType RegistrationType
Definition: elxMovingImagePyramidBase.h:76
elastix::MovingImagePyramidBase::ITKBaseType
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
Definition: elxMovingImagePyramidBase.h:85
itk::GenericMultiResolutionPyramidImageFilter::OutputImagePointer
Superclass::OutputImagePointer OutputImagePointer
Definition: itkGenericMultiResolutionPyramidImageFilter.h:148
elastix::MovingGenericPyramid::SmoothingScheduleType
Superclass1::SmoothingScheduleType SmoothingScheduleType
Definition: elxMovingGenericPyramid.h:113
itk::GenericMultiResolutionPyramidImageFilter::ScheduleType
Superclass::ScheduleType ScheduleType
Definition: itkGenericMultiResolutionPyramidImageFilter.h:144
elastix::MovingGenericPyramid::BeforeEachResolution
virtual void BeforeEachResolution(void)
elastix::MovingGenericPyramid::itkStaticConstMacro
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
elastix
Definition: elxFixedGenericPyramid.h:25
elastix::MovingGenericPyramid::OutputImagePointer
Superclass1::OutputImagePointer OutputImagePointer
Definition: elxMovingGenericPyramid.h:109
elastix::MovingImagePyramidBase::ElastixType
Superclass::ElastixType ElastixType
Definition: elxMovingImagePyramidBase.h:69
elastix::MovingGenericPyramid::ScheduleType
Superclass1::ScheduleType ScheduleType
Definition: elxMovingGenericPyramid.h:111
elastix::MovingGenericPyramid::operator=
void operator=(const Self &)


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo