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 #ifndef __elxFullSampler_h
15 #define __elxFullSampler_h
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
18 #include "itkImageFullSampler.h"
19 
20 namespace elastix
21 {
22 
39 template< class TElastix >
40 class FullSampler :
41  public
43  typename elx::ImageSamplerBase< TElastix >::InputImageType >,
44  public
45  elx::ImageSamplerBase< TElastix >
46 {
47 public:
48 
50  typedef FullSampler Self;
51  typedef itk::ImageFullSampler<
55  typedef itk::SmartPointer< Self > Pointer;
56  typedef itk::SmartPointer< const Self > ConstPointer;
57 
59  itkNewMacro( Self );
60 
62  itkTypeMacro( FullSampler, itk::ImageFullSampler );
63 
68  elxClassNameMacro( "Full" );
69 
81  typedef typename Superclass1::MaskType MaskType;
84 
86  itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
87 
89  typedef typename Superclass2::ElastixType ElastixType;
90  typedef typename Superclass2::ElastixPointer ElastixPointer;
91  typedef typename Superclass2::ConfigurationType ConfigurationType;
92  typedef typename Superclass2::ConfigurationPointer ConfigurationPointer;
93  typedef typename Superclass2::RegistrationType RegistrationType;
94  typedef typename Superclass2::RegistrationPointer RegistrationPointer;
95  typedef typename Superclass2::ITKBaseType ITKBaseType;
96 
97 protected:
98 
102  virtual ~FullSampler() {}
103 
104 private:
105 
107  FullSampler( const Self & ); // purposely not implemented
109  void operator=( const Self & ); // purposely not implemented
110 
111 };
112 
113 } // end namespace elastix
114 
115 #ifndef ITK_MANUAL_INSTANTIATION
116 #include "elxFullSampler.hxx"
117 #endif
118 
119 #endif // end #ifndef __elxFullSampler_h
itk::ImageFullSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
itk::SmartPointer< const Self > ConstPointer
Superclass2::ConfigurationType ConfigurationType
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass1::InputImageIndexType InputImageIndexType
Superclass2::ElastixPointer ElastixPointer
itk::SmartPointer< Self > Pointer
Superclass1::DataObjectPointer DataObjectPointer
Superclass1::InputImageRegionType InputImageRegionType
Superclass1::ImageSampleType ImageSampleType
A class that defines an image sample, which is the coordinates of a point and its value...
elx::ImageSamplerBase< TElastix > Superclass2
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 "vector" 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::InputImageRegionType InputImageRegionType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::RegistrationPointer RegistrationPointer
Superclass::InputImageType InputImageType
void operator=(const Self &)
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass::MaskType MaskType
Superclass2::ElastixType ElastixType
Superclass2::RegistrationType RegistrationType
Superclass::InputImagePixelType InputImagePixelType
Superclass::InputImageConstPointer InputImageConstPointer


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