go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxFixedSmoothingPyramid.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 __elxFixedSmoothingPyramid_h
19 #define __elxFixedSmoothingPyramid_h
20 
21 #include "elxIncludes.h" // include first to avoid MSVS warning
23 
24 namespace elastix
25 {
26 
38 template< class TElastix >
40  public
42  typename FixedImagePyramidBase< TElastix >::InputImageType,
43  typename FixedImagePyramidBase< TElastix >::OutputImageType >,
44  public
45  FixedImagePyramidBase< TElastix >
46 {
47 public:
48 
55  typedef itk::SmartPointer< Self > Pointer;
56  typedef itk::SmartPointer< const Self > ConstPointer;
57 
59  itkNewMacro( Self );
60 
63 
68  elxClassNameMacro( "FixedSmoothingImagePyramid" );
69 
71  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
72 
80 
89 
90 protected:
91 
96 
97 private:
98 
100  FixedSmoothingPyramid( const Self & ); // purposely not implemented
102  void operator=( const Self & ); // purposely not implemented
103 
104 };
105 
106 } // end namespace elastix
107 
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "elxFixedSmoothingPyramid.hxx"
110 #endif
111 
112 #endif // end #ifndef __elxFixedSmoothingPyramid_h
elastix::FixedImagePyramidBase::RegistrationPointer
Superclass::RegistrationPointer RegistrationPointer
Definition: elxFixedImagePyramidBase.h:75
elastix::FixedSmoothingPyramid::InputImageType
Superclass1::InputImageType InputImageType
Definition: elxFixedSmoothingPyramid.h:74
elastix::FixedImagePyramidBase::RegistrationType
Superclass::RegistrationType RegistrationType
Definition: elxFixedImagePyramidBase.h:74
itkMultiResolutionGaussianSmoothingPyramidImageFilter.h
elastix::FixedSmoothingPyramid::ConfigurationType
Superclass2::ConfigurationType ConfigurationType
Definition: elxFixedSmoothingPyramid.h:84
elastix::FixedSmoothingPyramid::ConfigurationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Definition: elxFixedSmoothingPyramid.h:85
elastix::FixedSmoothingPyramid
A pyramid based on the itk::MultiResolutionGaussianSmoothingPyramidImageFilter.
Definition: elxFixedSmoothingPyramid.h:46
elastix::FixedSmoothingPyramid::InputImageConstPointer
Superclass1::InputImageConstPointer InputImageConstPointer
Definition: elxFixedSmoothingPyramid.h:78
elastix::FixedSmoothingPyramid::ElastixType
Superclass2::ElastixType ElastixType
Definition: elxFixedSmoothingPyramid.h:82
elastix::FixedSmoothingPyramid::Self
FixedSmoothingPyramid Self
Definition: elxFixedSmoothingPyramid.h:50
elastix::FixedSmoothingPyramid::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: elxFixedSmoothingPyramid.h:56
itk::MultiResolutionGaussianSmoothingPyramidImageFilter::InputImagePointer
Superclass::InputImagePointer InputImagePointer
Definition: itkMultiResolutionGaussianSmoothingPyramidImageFilter.h:154
itk::MultiResolutionGaussianSmoothingPyramidImageFilter::ScheduleType
Superclass::ScheduleType ScheduleType
Definition: itkMultiResolutionGaussianSmoothingPyramidImageFilter.h:151
elastix::FixedSmoothingPyramid::ElastixPointer
Superclass2::ElastixPointer ElastixPointer
Definition: elxFixedSmoothingPyramid.h:83
itk::MultiResolutionGaussianSmoothingPyramidImageFilter::InputImageType
Superclass::InputImageType InputImageType
Definition: itkMultiResolutionGaussianSmoothingPyramidImageFilter.h:152
elastix::FixedSmoothingPyramid::Superclass2
FixedImagePyramidBase< TElastix > Superclass2
Definition: elxFixedSmoothingPyramid.h:54
elastix::FixedImagePyramidBase::ElastixPointer
Superclass::ElastixPointer ElastixPointer
Definition: elxFixedImagePyramidBase.h:71
elastix::FixedSmoothingPyramid::OutputImageType
Superclass1::OutputImageType OutputImageType
Definition: elxFixedSmoothingPyramid.h:75
elastix::FixedSmoothingPyramid::FixedSmoothingPyramid
FixedSmoothingPyramid()
Definition: elxFixedSmoothingPyramid.h:93
elastix::FixedSmoothingPyramid::RegistrationPointer
Superclass2::RegistrationPointer RegistrationPointer
Definition: elxFixedSmoothingPyramid.h:87
elastix::FixedImagePyramidBase::OutputImageType
ElastixType::FixedImageType OutputImageType
Definition: elxFixedImagePyramidBase.h:79
elastix::FixedImagePyramidBase::ConfigurationType
Superclass::ConfigurationType ConfigurationType
Definition: elxFixedImagePyramidBase.h:72
itk::MultiResolutionGaussianSmoothingPyramidImageFilter::OutputImageType
Superclass::OutputImageType OutputImageType
Definition: itkMultiResolutionGaussianSmoothingPyramidImageFilter.h:153
elastix::FixedSmoothingPyramid::FixedSmoothingPyramid
FixedSmoothingPyramid(const Self &)
itk::MultiResolutionGaussianSmoothingPyramidImageFilter
Framework for creating images in a multi-resolution pyramid.
Definition: itkMultiResolutionGaussianSmoothingPyramidImageFilter.h:129
elastix::FixedSmoothingPyramid::Pointer
itk::SmartPointer< Self > Pointer
Definition: elxFixedSmoothingPyramid.h:55
elxIncludes.h
elastix::FixedSmoothingPyramid::ITKBaseType
Superclass2::ITKBaseType ITKBaseType
Definition: elxFixedSmoothingPyramid.h:88
elastix::FixedImagePyramidBase::ConfigurationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxFixedImagePyramidBase.h:73
elastix::FixedImagePyramidBase::ElastixType
Superclass::ElastixType ElastixType
Definition: elxFixedImagePyramidBase.h:67
elastix::FixedSmoothingPyramid::RegistrationType
Superclass2::RegistrationType RegistrationType
Definition: elxFixedSmoothingPyramid.h:86
elastix::FixedSmoothingPyramid::itkStaticConstMacro
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
elastix::FixedSmoothingPyramid::~FixedSmoothingPyramid
virtual ~FixedSmoothingPyramid()
Definition: elxFixedSmoothingPyramid.h:95
elastix::FixedSmoothingPyramid::ScheduleType
Superclass1::ScheduleType ScheduleType
Definition: elxFixedSmoothingPyramid.h:79
elastix::FixedSmoothingPyramid::Superclass1
itk::MultiResolutionGaussianSmoothingPyramidImageFilter< typename FixedImagePyramidBase< TElastix >::InputImageType, typename FixedImagePyramidBase< TElastix >::OutputImageType > Superclass1
Definition: elxFixedSmoothingPyramid.h:53
elastix::FixedSmoothingPyramid::elxClassNameMacro
elxClassNameMacro("FixedSmoothingImagePyramid")
elastix::FixedImagePyramidBase::ITKBaseType
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
Definition: elxFixedImagePyramidBase.h:83
elastix::FixedSmoothingPyramid::InputImagePointer
Superclass1::InputImagePointer InputImagePointer
Definition: elxFixedSmoothingPyramid.h:76
elastix::FixedImagePyramidBase
This class is the elastix base class for all FixedImagePyramids.
Definition: elxFixedImagePyramidBase.h:59
elastix::FixedSmoothingPyramid::OutputImagePointer
Superclass1::OutputImagePointer OutputImagePointer
Definition: elxFixedSmoothingPyramid.h:77
elastix
Definition: elxFixedGenericPyramid.h:25
itk::MultiResolutionGaussianSmoothingPyramidImageFilter::InputImageConstPointer
Superclass::InputImageConstPointer InputImageConstPointer
Definition: itkMultiResolutionGaussianSmoothingPyramidImageFilter.h:156
elastix::FixedSmoothingPyramid::operator=
void operator=(const Self &)
elastix::FixedImagePyramidBase::InputImageType
ElastixType::FixedImageType InputImageType
Definition: elxFixedImagePyramidBase.h:78
itk::MultiResolutionGaussianSmoothingPyramidImageFilter::OutputImagePointer
Superclass::OutputImagePointer OutputImagePointer
Definition: itkMultiResolutionGaussianSmoothingPyramidImageFilter.h:155


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo