go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxFullSampler.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 __elxFullSampler_h
16 #define __elxFullSampler_h
17 
18 #include "itkImageFullSampler.h"
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 
24 using namespace itk;
25 
42  template < class TElastix >
43  class FullSampler :
44  public
46  ITK_TYPENAME elx::ImageSamplerBase<TElastix>::InputImageType >,
47  public
48  elx::ImageSamplerBase<TElastix>
49  {
50  public:
51 
53  typedef FullSampler Self;
54  typedef ImageFullSampler<
57  typedef SmartPointer<Self> Pointer;
58  typedef SmartPointer<const Self> ConstPointer;
59 
61  itkNewMacro(Self);
62 
64  itkTypeMacro( FullSampler, ImageFullSampler );
65 
70  elxClassNameMacro( "Full" );
71 
83  typedef typename Superclass1::MaskType MaskType;
86 
88  itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
89 
91  typedef typename Superclass2::ElastixType ElastixType;
92  typedef typename Superclass2::ElastixPointer ElastixPointer;
93  typedef typename Superclass2::ConfigurationType ConfigurationType;
94  typedef typename Superclass2::ConfigurationPointer ConfigurationPointer;
95  typedef typename Superclass2::RegistrationType RegistrationType;
96  typedef typename Superclass2::RegistrationPointer RegistrationPointer;
97  typedef typename Superclass2::ITKBaseType ITKBaseType;
98 
99  protected:
100 
104  virtual ~FullSampler() {}
105 
106  private:
107 
109  FullSampler( const Self& ); // purposely not implemented
111  void operator=( const Self& ); // purposely not implemented
112 
113  }; // end class FullSampler
114 
115 
116 } // end namespace elastix
117 
118 #ifndef ITK_MANUAL_INSTANTIATION
119 #include "elxFullSampler.hxx"
120 #endif
121 
122 #endif // end #ifndef __elxFullSampler_h
123 
SmartPointer< Self > Pointer
#define elxClassNameMacro(_name)
Definition: elxMacro.h:254
Superclass2::ConfigurationType ConfigurationType
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass1::InputImageIndexType InputImageIndexType
Superclass2::ElastixPointer ElastixPointer
Superclass1::DataObjectPointer DataObjectPointer
Superclass1::InputImageRegionType InputImageRegionType
Superclass1::ImageSampleType ImageSampleType
SmartPointer< const Self > ConstPointer
A class that defines an image sample, which is the coordinates of a point and its value...
Superclass1::MaskType MaskType
Samples all voxels in the InputImageRegion.
Superclass::InputImagePointer InputImagePointer
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass1::InputImagePointType InputImagePointType
InputImageType::IndexType InputImageIndexType
Superclass::DataObjectPointer DataObjectPointer
This class is a base class for any image sampler.
An interpolator based on the itk::ImageFullSampler.
Define a front-end to the STL &quot;vector&quot; container that conforms to the IndexedContainerInterface.
InputImageType::PointType InputImagePointType
Superclass1::InputImagePointer InputImagePointer
Superclass1::InputImageType InputImageType
Superclass1::InputImagePixelType InputImagePixelType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass2::ITKBaseType ITKBaseType
Superclass::InputImageRegionType InputImageRegionType
Superclass2::ConfigurationPointer ConfigurationPointer
elx::ImageSamplerBase< TElastix > Superclass2
Superclass2::RegistrationPointer RegistrationPointer
Superclass::InputImageType InputImageType
Superclass1::InputImageConstPointer InputImageConstPointer
ImageFullSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
Superclass::MaskType MaskType
Superclass2::ElastixType ElastixType
Superclass2::RegistrationType RegistrationType
Superclass::InputImagePixelType InputImagePixelType
Superclass::InputImageConstPointer InputImageConstPointer


Generated on 05-12-2013 for elastix by doxygen 1.8.5 elastix logo