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 #ifndef __elxMyStandardResampler_h
15 #define __elxMyStandardResampler_h
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
18 #include "itkResampleImageFilter.h"
19 
20 namespace elastix
21 {
22 
34 template< class TElastix >
36  public ResamplerBase< TElastix >::ITKBaseType,
37  public ResamplerBase< TElastix >
38 {
39 public:
40 
45  typedef itk::SmartPointer< Self > Pointer;
46  typedef itk::SmartPointer< const Self > ConstPointer;
47 
49  itkNewMacro( Self );
50 
52  itkTypeMacro( MyStandardResampler, ResampleImageFilter );
53 
58  elxClassNameMacro( "DefaultResampler" );
59 
61  typedef typename Superclass1::InputImageType InputImageType;
62  typedef typename Superclass1::OutputImageType OutputImageType;
63  typedef typename Superclass1::InputImagePointer InputImagePointer;
64  typedef typename Superclass1::OutputImagePointer OutputImagePointer;
65  typedef typename Superclass1::InputImageRegionType InputImageRegionType;
66  typedef typename Superclass1::TransformType TransformType;
67  typedef typename Superclass1::TransformPointerType TransformPointerType;
68  typedef typename Superclass1::InterpolatorType InterpolatorType;
69  typedef typename Superclass1::InterpolatorPointerType InterpolatePointerType;
70  typedef typename Superclass1::SizeType SizeType;
71  typedef typename Superclass1::IndexType IndexType;
72  typedef typename Superclass1::PointType PointType;
73  typedef typename Superclass1::PixelType PixelType;
74  typedef typename Superclass1::OutputImageRegionType OutputImageRegionType;
75  typedef typename Superclass1::SpacingType SpacingType;
76  typedef typename Superclass1::OriginPointType OriginPointType;
77 
86 
87  /* Nothing to add. In the baseclass already everything is done what should be done. */
88 
89 protected:
90 
94  virtual ~MyStandardResampler() {}
95 
96 private:
97 
99  MyStandardResampler( const Self & ); // purposely not implemented
101  void operator=( const Self & ); // purposely not implemented
102 
103 };
104 
105 } // end namespace elastix
106 
107 #ifndef ITK_MANUAL_INSTANTIATION
108 #include "elxMyStandardResampler.hxx"
109 #endif
110 
111 #endif // end #ifndef __elxMyStandardResampler_h
Superclass1::PointType PointType
Superclass::ElastixPointer ElastixPointer
Superclass1::OutputImageType OutputImageType
ResamplerBase< TElastix >::ITKBaseType Superclass1
Superclass1::TransformType TransformType
Superclass::RegistrationType RegistrationType
ResamplerBase< TElastix > Superclass2
Superclass::ElastixType ElastixType
Superclass::RegistrationPointer RegistrationPointer
A resampler based on the itk::ResampleImageFilter.
Superclass::ConfigurationType ConfigurationType
Superclass1::IndexType IndexType
Superclass1::OriginPointType OriginPointType
Superclass1::SpacingType SpacingType
itk::SmartPointer< const Self > ConstPointer
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
itk::ResampleImageFilter< InputImageType, OutputImageType, CoordRepType > ITKBaseType
itk::SmartPointer< Self > Pointer
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::InputImagePointer InputImagePointer
Superclass2::ElastixType ElastixType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass2::ITKBaseType ITKBaseType
elxClassNameMacro("DefaultResampler")
Superclass1::InputImageType InputImageType
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::PixelType PixelType


Generated on 11-03-2014 for elastix by doxygen 1.8.6 elastix logo