go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxFixedGenericPyramid.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 __elxFixedGenericPyramid_h
19 #define __elxFixedGenericPyramid_h
20 
21 #include "elxIncludes.h" // include first to avoid MSVS warning
23 
24 namespace elastix
25 {
26 
72 template< class TElastix >
75  typename FixedImagePyramidBase< TElastix >::InputImageType,
76  typename FixedImagePyramidBase< TElastix >::OutputImageType >,
77  public FixedImagePyramidBase< 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( "FixedGenericImagePyramid" );
101 
103  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
104 
114 
123 
127  virtual void SetFixedSchedule( void );
128 
130  virtual void BeforeEachResolution( void );
131 
132 protected:
133 
137  virtual ~FixedGenericPyramid() {}
138 
139 private:
140 
142  FixedGenericPyramid( 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 "elxFixedGenericPyramid.hxx"
152 #endif
153 
154 #endif // end #ifndef __elxFixedGenericPyramid_h
itk::GenericMultiResolutionPyramidImageFilter
Framework for creating images in a multi-resolution pyramid.
Definition: itkGenericMultiResolutionPyramidImageFilter.h:119
elastix::FixedGenericPyramid::operator=
void operator=(const Self &)
elastix::FixedGenericPyramid::Superclass2
FixedImagePyramidBase< TElastix > Superclass2
Definition: elxFixedGenericPyramid.h:86
elastix::FixedImagePyramidBase::RegistrationPointer
Superclass::RegistrationPointer RegistrationPointer
Definition: elxFixedImagePyramidBase.h:75
elastix::FixedGenericPyramid::OutputImageType
Superclass1::OutputImageType OutputImageType
Definition: elxFixedGenericPyramid.h:107
elastix::FixedGenericPyramid::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: elxFixedGenericPyramid.h:88
itk::GenericMultiResolutionPyramidImageFilter::InputImagePointer
Superclass::InputImagePointer InputImagePointer
Definition: itkGenericMultiResolutionPyramidImageFilter.h:147
elastix::FixedGenericPyramid::OutputImagePointer
Superclass1::OutputImagePointer OutputImagePointer
Definition: elxFixedGenericPyramid.h:109
elastix::FixedImagePyramidBase::RegistrationType
Superclass::RegistrationType RegistrationType
Definition: elxFixedImagePyramidBase.h:74
elastix::FixedGenericPyramid::RegistrationPointer
Superclass2::RegistrationPointer RegistrationPointer
Definition: elxFixedGenericPyramid.h:121
elastix::FixedGenericPyramid::ConfigurationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Definition: elxFixedGenericPyramid.h:119
itkGenericMultiResolutionPyramidImageFilter.h
elastix::FixedGenericPyramid::Self
FixedGenericPyramid Self
Definition: elxFixedGenericPyramid.h:82
elastix::FixedGenericPyramid::~FixedGenericPyramid
virtual ~FixedGenericPyramid()
Definition: elxFixedGenericPyramid.h:137
elastix::FixedGenericPyramid::InputImageConstPointer
Superclass1::InputImageConstPointer InputImageConstPointer
Definition: elxFixedGenericPyramid.h:110
elastix::FixedGenericPyramid::ElastixPointer
Superclass2::ElastixPointer ElastixPointer
Definition: elxFixedGenericPyramid.h:117
Array2D< ScalarRealType >
elastix::FixedGenericPyramid::elxClassNameMacro
elxClassNameMacro("FixedGenericImagePyramid")
itk::GenericMultiResolutionPyramidImageFilter::InputImageConstPointer
Superclass::InputImageConstPointer InputImageConstPointer
Definition: itkGenericMultiResolutionPyramidImageFilter.h:149
elastix::FixedGenericPyramid::ITKBaseType
Superclass2::ITKBaseType ITKBaseType
Definition: elxFixedGenericPyramid.h:122
elastix::FixedImagePyramidBase::ElastixPointer
Superclass::ElastixPointer ElastixPointer
Definition: elxFixedImagePyramidBase.h:71
elastix::FixedGenericPyramid::itkStaticConstMacro
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
elastix::FixedGenericPyramid::Pointer
itk::SmartPointer< Self > Pointer
Definition: elxFixedGenericPyramid.h:87
elastix::FixedGenericPyramid::SmoothingScheduleType
Superclass1::SmoothingScheduleType SmoothingScheduleType
Definition: elxFixedGenericPyramid.h:113
itk::GenericMultiResolutionPyramidImageFilter::RescaleScheduleType
ScheduleType RescaleScheduleType
Definition: itkGenericMultiResolutionPyramidImageFilter.h:156
elastix::FixedImagePyramidBase::OutputImageType
ElastixType::FixedImageType OutputImageType
Definition: elxFixedImagePyramidBase.h:79
elastix::FixedImagePyramidBase::ConfigurationType
Superclass::ConfigurationType ConfigurationType
Definition: elxFixedImagePyramidBase.h:72
elastix::FixedGenericPyramid::FixedGenericPyramid
FixedGenericPyramid()
Definition: elxFixedGenericPyramid.h:135
elastix::FixedGenericPyramid::RegistrationType
Superclass2::RegistrationType RegistrationType
Definition: elxFixedGenericPyramid.h:120
elastix::FixedGenericPyramid::ElastixType
Superclass2::ElastixType ElastixType
Definition: elxFixedGenericPyramid.h:116
elastix::FixedGenericPyramid::ConfigurationType
Superclass2::ConfigurationType ConfigurationType
Definition: elxFixedGenericPyramid.h:118
elxIncludes.h
elastix::FixedGenericPyramid::FixedGenericPyramid
FixedGenericPyramid(const Self &)
elastix::FixedGenericPyramid::InputImageType
Superclass1::InputImageType InputImageType
Definition: elxFixedGenericPyramid.h:106
itk::GenericMultiResolutionPyramidImageFilter::InputImageType
Superclass::InputImageType InputImageType
Definition: itkGenericMultiResolutionPyramidImageFilter.h:145
itk::GenericMultiResolutionPyramidImageFilter::OutputImageType
Superclass::OutputImageType OutputImageType
Definition: itkGenericMultiResolutionPyramidImageFilter.h:146
elastix::FixedImagePyramidBase::ConfigurationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxFixedImagePyramidBase.h:73
elastix::FixedGenericPyramid::InputImagePointer
Superclass1::InputImagePointer InputImagePointer
Definition: elxFixedGenericPyramid.h:108
elastix::FixedImagePyramidBase::ElastixType
Superclass::ElastixType ElastixType
Definition: elxFixedImagePyramidBase.h:67
elastix::FixedGenericPyramid::BeforeEachResolution
virtual void BeforeEachResolution(void)
itk::GenericMultiResolutionPyramidImageFilter::OutputImagePointer
Superclass::OutputImagePointer OutputImagePointer
Definition: itkGenericMultiResolutionPyramidImageFilter.h:148
itk::GenericMultiResolutionPyramidImageFilter::ScheduleType
Superclass::ScheduleType ScheduleType
Definition: itkGenericMultiResolutionPyramidImageFilter.h:144
elastix::FixedImagePyramidBase::ITKBaseType
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
Definition: elxFixedImagePyramidBase.h:83
elastix::FixedGenericPyramid
A pyramid based on the itk::GenericMultiResolutionPyramidImageFilter.
Definition: elxFixedGenericPyramid.h:78
elastix::FixedGenericPyramid::ScheduleType
Superclass1::ScheduleType ScheduleType
Definition: elxFixedGenericPyramid.h:111
elastix::FixedGenericPyramid::SetFixedSchedule
virtual void SetFixedSchedule(void)
elastix::FixedImagePyramidBase
This class is the elastix base class for all FixedImagePyramids.
Definition: elxFixedImagePyramidBase.h:59
elastix
Definition: elxFixedGenericPyramid.h:25
elastix::FixedGenericPyramid::Superclass1
itk::GenericMultiResolutionPyramidImageFilter< typename FixedImagePyramidBase< TElastix >::InputImageType, typename FixedImagePyramidBase< TElastix >::OutputImageType > Superclass1
Definition: elxFixedGenericPyramid.h:85
elastix::FixedGenericPyramid::RescaleScheduleType
Superclass1::RescaleScheduleType RescaleScheduleType
Definition: elxFixedGenericPyramid.h:112
elastix::FixedImagePyramidBase::InputImageType
ElastixType::FixedImageType InputImageType
Definition: elxFixedImagePyramidBase.h:78


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo