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  void SetFixedSchedule( void ) override;
128 
130  void BeforeEachResolution( void ) override;
131 
132 protected:
133 
137  ~FixedGenericPyramid() override {}
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
A class that deals with user given parameters and command line arguments.
A pyramid based on the itk::GenericMultiResolutionPyramidImageFilter.
Superclass2::RegistrationType RegistrationType
Superclass2::ElastixPointer ElastixPointer
FixedImagePyramidBase< TElastix > Superclass2
Superclass1::OutputImagePointer OutputImagePointer
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
itk::SmartPointer< const Self > ConstPointer
Superclass1::SmoothingScheduleType SmoothingScheduleType
Superclass2::ConfigurationType ConfigurationType
elxClassNameMacro("FixedGenericImagePyramid")
itk::SmartPointer< Self > Pointer
itk::GenericMultiResolutionPyramidImageFilter< typename FixedImagePyramidBase< TElastix >::InputImageType, typename FixedImagePyramidBase< TElastix >::OutputImageType > Superclass1
Superclass1::ScheduleType ScheduleType
Superclass2::ElastixType ElastixType
Superclass2::ITKBaseType ITKBaseType
Superclass1::InputImagePointer InputImagePointer
Superclass2::RegistrationPointer RegistrationPointer
void BeforeEachResolution(void) override
FixedGenericPyramid(const Self &)
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass2::ConfigurationPointer ConfigurationPointer
void operator=(const Self &)
Superclass1::RescaleScheduleType RescaleScheduleType
Superclass1::OutputImageType OutputImageType
Superclass1::InputImageType InputImageType
void SetFixedSchedule(void) override
This class is the elastix base class for all FixedImagePyramids.
ElastixType::FixedImageType OutputImageType
Superclass::RegistrationType RegistrationType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationPointer RegistrationPointer
ElastixType::FixedImageType InputImageType
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
Superclass::ElastixPointer ElastixPointer
Framework for creating images in a multi-resolution pyramid.


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.9.1 elastix logo