go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
itkImageFullSampler.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 __ImageFullSampler_h
16 #define __ImageFullSampler_h
17 
18 #include "itkImageSamplerBase.h"
19 
20 namespace itk
21 {
22 
34  template < class TInputImage >
36  public ImageSamplerBase< TInputImage >
37  {
38  public:
39 
43  typedef SmartPointer<Self> Pointer;
44  typedef SmartPointer<const Self> ConstPointer;
45 
47  itkNewMacro( Self );
48 
51 
63  typedef typename Superclass::MaskType MaskType;
64 
66  itkStaticConstMacro( InputImageDimension, unsigned int,
67  Superclass::InputImageDimension );
68 
70  typedef typename InputImageType::IndexType InputImageIndexType;
71  typedef typename InputImageType::PointType InputImagePointType;
72 
76  virtual bool SelectNewSamplesOnUpdate(void)
77  {
78  return false;
79  };
80 
82  virtual bool SelectingNewSamplesOnUpdateSupported( void ) const
83  {
84  return false;
85  }
86 
87  protected:
88 
92  virtual ~ImageFullSampler() {};
93 
95  void PrintSelf( std::ostream& os, Indent indent ) const;
96 
98  virtual void GenerateData( void );
99 
100  private:
101 
103  ImageFullSampler( const Self& ); // purposely not implemented
105  void operator=( const Self& ); // purposely not implemented
106 
107  }; // end class ImageFullSampler
108 
109 
110 } // end namespace itk
111 
112 #ifndef ITK_MANUAL_INSTANTIATION
113 #include "itkImageFullSampler.txx"
114 #endif
115 
116 #endif // end #ifndef __ImageFullSampler_h
117 
SmartPointer< Self > Pointer
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
SmartPointer< const Self > ConstPointer
A class that defines an image sample, which is the coordinates of a point and its value...
Samples all voxels in the InputImageRegion.
Superclass::InputImagePointer InputImagePointer
InputImageType::IndexType InputImageIndexType
Superclass::DataObjectPointer DataObjectPointer
This class is a base class for any image sampler.
Define a front-end to the STL &quot;vector&quot; container that conforms to the IndexedContainerInterface.
InputImageType::PointType InputImagePointType
Superclass::ImageSampleContainerType ImageSampleContainerType
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass::InputImageDimension)
virtual bool SelectingNewSamplesOnUpdateSupported(void) const
Superclass::ImageSampleType ImageSampleType
Superclass::OutputVectorContainerType OutputVectorContainerType
void PrintSelf(std::ostream &os, Indent indent) const
Superclass::InputImageRegionType InputImageRegionType
ImageSamplerBase< TInputImage > Superclass
void operator=(const Self &)
Superclass::InputImageType InputImageType
virtual void GenerateData(void)
SpatialObject< itkGetStaticConstMacro(InputImageDimension) > MaskType
Superclass::MaskType MaskType
virtual bool SelectNewSamplesOnUpdate(void)
Superclass::InputImagePixelType InputImagePixelType
Superclass::InputImageConstPointer InputImageConstPointer


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