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  This file is part of the elastix software.
4 
5  Copyright (c) University Medical Center Utrecht. All rights reserved.
6  See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
7  details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 ======================================================================*/
14 
15 #ifndef __elxMyStandardResampler_h
16 #define __elxMyStandardResampler_h
17 
18 #include "itkResampleImageFilter.h"
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 
35  template < class TElastix >
37  public ResamplerBase<TElastix>::ITKBaseType,
38  public ResamplerBase<TElastix>
39  {
40  public:
41 
46  typedef itk::SmartPointer<Self> Pointer;
47  typedef itk::SmartPointer<const Self> ConstPointer;
48 
50  itkNewMacro(Self);
51 
53  itkTypeMacro( MyStandardResampler, ResampleImageFilter );
54 
59  elxClassNameMacro( "DefaultResampler" );
60 
62  typedef typename Superclass1::InputImageType InputImageType;
63  typedef typename Superclass1::OutputImageType OutputImageType;
64  typedef typename Superclass1::InputImagePointer InputImagePointer;
65  typedef typename Superclass1::OutputImagePointer OutputImagePointer;
66  typedef typename Superclass1::InputImageRegionType InputImageRegionType;
67  typedef typename Superclass1::TransformType TransformType;
68  typedef typename Superclass1::TransformPointerType TransformPointerType;
69  typedef typename Superclass1::InterpolatorType InterpolatorType;
70  typedef typename Superclass1::InterpolatorPointerType InterpolatePointerType;
71  typedef typename Superclass1::SizeType SizeType;
72  typedef typename Superclass1::IndexType IndexType;
73  typedef typename Superclass1::PointType PointType;
74  typedef typename Superclass1::PixelType PixelType;
75  typedef typename Superclass1::OutputImageRegionType OutputImageRegionType;
76  typedef typename Superclass1::SpacingType SpacingType;
77  typedef typename Superclass1::OriginPointType OriginPointType;
78 
87 
88  /* Nothing to add. In the baseclass already everything is done what should be done. */
89 
90  protected:
91 
95  virtual ~MyStandardResampler() {}
96 
97  private:
98 
100  MyStandardResampler( const Self& ); // purposely not implemented
102  void operator=( const Self& ); // purposely not implemented
103 
104  }; // end class MyStandardResampler
105 
106 
107 } // end namespace elastix
108 
109 #ifndef ITK_MANUAL_INSTANTIATION
110 #include "elxMyStandardResampler.hxx"
111 #endif
112 
113 #endif // end #ifndef __elxMyStandardResampler_h
Superclass1::PointType PointType
Superclass::ElastixPointer ElastixPointer
Superclass1::OutputImageType OutputImageType
ResamplerBase< TElastix >::ITKBaseType Superclass1
Superclass1::TransformType TransformType
Superclass::RegistrationType RegistrationType
Superclass::ElastixType ElastixType
Superclass::RegistrationPointer RegistrationPointer
itk::ResampleImageFilter< InputImageType, OutputImageType, CoordRepType > ITKBaseType
A resampler based on the itk::ResampleImageFilter.
Superclass::ConfigurationType ConfigurationType
Superclass1::IndexType IndexType
Superclass1::OriginPointType OriginPointType
Superclass1::SpacingType SpacingType
ResamplerBase< TElastix > Superclass2
Superclass1::OutputImagePointer OutputImagePointer
Superclass1::TransformPointerType TransformPointerType
Superclass2::RegistrationType RegistrationType
void operator=(const Self &)
Superclass1::OutputImageRegionType OutputImageRegionType
Superclass2::ElastixPointer ElastixPointer
Superclass1::InterpolatorType InterpolatorType
Superclass1::InputImageRegionType InputImageRegionType
Superclass2::ConfigurationType ConfigurationType
Superclass1::InterpolatorPointerType InterpolatePointerType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::InputImagePointer InputImagePointer
Superclass2::ElastixType ElastixType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass2::ITKBaseType ITKBaseType
elxClassNameMacro("DefaultResampler")
itk::SmartPointer< const Self > ConstPointer
Superclass1::InputImageType InputImageType
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::PixelType PixelType
itk::SmartPointer< Self > Pointer


Generated on 05-01-2014 for elastix by doxygen 1.8.5 elastix logo