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 
41  template < class TElastix >
42  class FullSampler :
43  public
45  typename elx::ImageSamplerBase<TElastix>::InputImageType >,
46  public
47  elx::ImageSamplerBase<TElastix>
48  {
49  public:
50 
52  typedef FullSampler Self;
53  typedef itk::ImageFullSampler<
57  typedef itk::SmartPointer<Self> Pointer;
58  typedef itk::SmartPointer<const Self> ConstPointer;
59 
61  itkNewMacro(Self);
62 
64  itkTypeMacro( FullSampler, itk::ImageFullSampler );
65 
70  elxClassNameMacro( "Full" );
71 
83  typedef typename Superclass1::MaskType MaskType;
86 
88  itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
89 
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 
Superclass::ElastixType ElastixType
Superclass::ElastixPointer ElastixPointer
Superclass2::ConfigurationType ConfigurationType
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass1::InputImageIndexType InputImageIndexType
Superclass2::ElastixPointer ElastixPointer
Superclass1::DataObjectPointer DataObjectPointer
This class is the elastix base class for all ImageSamplers.
Superclass1::InputImageRegionType InputImageRegionType
Superclass1::ImageSampleType ImageSampleType
itk::SmartPointer< Self > Pointer
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::RegistrationType RegistrationType
Superclass::InputImagePointer InputImagePointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
itk::ImageFullSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
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
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass2::ITKBaseType ITKBaseType
Superclass::ConfigurationType ConfigurationType
Superclass::InputImageRegionType InputImageRegionType
Superclass2::ConfigurationPointer ConfigurationPointer
elx::ImageSamplerBase< TElastix > Superclass2
Superclass2::RegistrationPointer RegistrationPointer
Superclass::InputImageType InputImageType
Superclass::RegistrationPointer RegistrationPointer
void operator=(const Self &)
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass::MaskType MaskType
Superclass2::ElastixType ElastixType
itk::SmartPointer< const Self > ConstPointer
Superclass2::RegistrationType RegistrationType
Superclass::InputImagePixelType InputImagePixelType
Superclass::InputImageConstPointer InputImageConstPointer


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