go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxMyStandardResampler.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 __elxMyStandardResampler_h
19#define __elxMyStandardResampler_h
20
21#include "elxIncludes.h" // include first to avoid MSVS warning
22#include "itkResampleImageFilter.h"
23
24namespace elastix
25{
26
38template< class TElastix >
40 public ResamplerBase< TElastix >::ITKBaseType,
41 public ResamplerBase< TElastix >
42{
43public:
44
49 typedef itk::SmartPointer< Self > Pointer;
50 typedef itk::SmartPointer< const Self > ConstPointer;
51
53 itkNewMacro( Self );
54
56 itkTypeMacro( MyStandardResampler, ResampleImageFilter );
57
62 elxClassNameMacro( "DefaultResampler" );
63
65 typedef typename Superclass1::InputImageType InputImageType;
66 typedef typename Superclass1::OutputImageType OutputImageType;
67 typedef typename Superclass1::InputImagePointer InputImagePointer;
68 typedef typename Superclass1::OutputImagePointer OutputImagePointer;
69 typedef typename Superclass1::InputImageRegionType InputImageRegionType;
70 typedef typename Superclass1::TransformType TransformType;
71 typedef typename Superclass1::TransformPointerType TransformPointerType;
72 typedef typename Superclass1::InterpolatorType InterpolatorType;
73 typedef typename Superclass1::InterpolatorPointerType InterpolatePointerType;
74 typedef typename Superclass1::SizeType SizeType;
75 typedef typename Superclass1::IndexType IndexType;
76 typedef typename Superclass1::PixelType PixelType;
77 typedef typename Superclass1::OutputImageRegionType OutputImageRegionType;
78 typedef typename Superclass1::SpacingType SpacingType;
79 typedef typename Superclass1::OriginPointType OriginPointType;
80
89
90 /* Nothing to add. In the baseclass already everything is done what should be done. */
91
92protected:
93
98
99private:
100
102 MyStandardResampler( const Self & ); // purposely not implemented
104 void operator=( const Self & ); // purposely not implemented
105
106};
107
108} // end namespace elastix
109
110#ifndef ITK_MANUAL_INSTANTIATION
111#include "elxMyStandardResampler.hxx"
112#endif
113
114#endif // end #ifndef __elxMyStandardResampler_h
A class that deals with user given parameters and command line arguments.
A resampler based on the itk::ResampleImageFilter.
Superclass1::InputImageType InputImageType
Superclass2::RegistrationType RegistrationType
itk::SmartPointer< const Self > ConstPointer
Superclass1::OutputImageType OutputImageType
ResamplerBase< TElastix >::ITKBaseType Superclass1
MyStandardResampler(const Self &)
Superclass1::OriginPointType OriginPointType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::InterpolatorType InterpolatorType
Superclass1::InputImageRegionType InputImageRegionType
Superclass1::TransformType TransformType
Superclass2::ElastixType ElastixType
Superclass1::InputImagePointer InputImagePointer
void operator=(const Self &)
ResamplerBase< TElastix > Superclass2
Superclass1::OutputImagePointer OutputImagePointer
Superclass1::TransformPointerType TransformPointerType
itk::SmartPointer< Self > Pointer
Superclass2::ElastixPointer ElastixPointer
Superclass2::ITKBaseType ITKBaseType
Superclass1::OutputImageRegionType OutputImageRegionType
Superclass1::IndexType IndexType
Superclass2::ConfigurationType ConfigurationType
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::SpacingType SpacingType
Superclass1::InterpolatorPointerType InterpolatePointerType
elxClassNameMacro("DefaultResampler")
itk::ResampleImageFilter< InputImageType, OutputImageType, CoordRepType > ITKBaseType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ElastixType ElastixType


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo