go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxRandomCoordinateSampler.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 __elxRandomCoordinateSampler_h
16 #define __elxRandomCoordinateSampler_h
17 
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 
74 template < class TElastix >
76  public
78  typename elx::ImageSamplerBase<TElastix>::InputImageType >,
79  public
80  elx::ImageSamplerBase<TElastix>
81 {
82 public:
83 
90  typedef itk::SmartPointer<Self> Pointer;
91  typedef itk::SmartPointer<const Self> ConstPointer;
92 
94  itkNewMacro(Self);
95 
98 
103  elxClassNameMacro( "RandomCoordinate" );
104 
116  typedef typename Superclass1::MaskType MaskType;
123 
129 
131  itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
132 
141 
147  virtual void BeforeEachResolution( void );
148 
149 protected:
150 
155 
156 private:
157 
159  RandomCoordinateSampler( const Self& ); // purposely not implemented
161  void operator=( const Self& ); // purposely not implemented
162 
163 }; // end class RandomCoordinateSampler
164 
165 
166 } // end namespace elastix
167 
168 #ifndef ITK_MANUAL_INSTANTIATION
169 #include "elxRandomCoordinateSampler.hxx"
170 #endif
171 
172 #endif // end #ifndef __elxRandomCoordinateSampler_h
Superclass::ElastixType ElastixType
Superclass1::InputImagePixelType InputImagePixelType
Superclass1::DataObjectPointer DataObjectPointer
Superclass::ElastixPointer ElastixPointer
BSplineInterpolateImageFunction< InputImageType, CoordRepType, double > DefaultInterpolatorType
Superclass::DataObjectPointer DataObjectPointer
Superclass1::DefaultInterpolatorType DefaultInterpolatorType
Superclass1::ImageSampleValueType ImageSampleValueType
itk::ImageRandomCoordinateSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
Superclass1::InputImagePointValueType InputImagePointValueType
Superclass2::RegistrationType RegistrationType
itk::SmartPointer< const Self > ConstPointer
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass1::InputImageSizeType InputImageSizeType
Superclass1::InputImageType InputImageType
Superclass::ImageSampleValueType ImageSampleValueType
This class is the elastix base class for all ImageSamplers.
Superclass2::ConfigurationType ConfigurationType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass::InputImageSizeType InputImageSizeType
Superclass1::InputImagePointType InputImagePointType
A class that defines an image sample, which is the coordinates of a point and its value...
Superclass::RegistrationType RegistrationType
Superclass1::InputImageIndexType InputImageIndexType
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::ConfigurationPointer ConfigurationPointer
An interpolator based on the itk::ImageRandomCoordinateSampler.
Superclass1::ImageSampleType ImageSampleType
Superclass::InputImagePointType InputImagePointType
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.
virtual void BeforeEachResolution(void)
elx::ImageSamplerBase< TElastix > Superclass2
Superclass1::InputImageSpacingType InputImageSpacingType
Superclass::InputImagePointValueType InputImagePointValueType
Superclass::ConfigurationType ConfigurationType
Superclass::InputImageRegionType InputImageRegionType
Superclass2::ConfigurationPointer ConfigurationPointer
Samples an image by randomly composing a set of physical coordinates.
Superclass2::ElastixPointer ElastixPointer
Superclass1::InterpolatorType InterpolatorType
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass2::RegistrationPointer RegistrationPointer
Superclass::InputImagePixelType InputImagePixelType
Superclass::InputImagePointer InputImagePointer
Superclass1::InputImageRegionType InputImageRegionType
Superclass1::InputImagePointer InputImagePointer
Superclass::RegistrationPointer RegistrationPointer
InterpolateImageFunction< InputImageType, CoordRepType > InterpolatorType
elxClassNameMacro("RandomCoordinate")
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass::InputImageIndexType InputImageIndexType
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer


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