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 #ifndef __elxRandomCoordinateSampler_h
15 #define __elxRandomCoordinateSampler_h
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
19 
20 namespace elastix
21 {
22 
73 template< class TElastix >
75  public
77  typename elx::ImageSamplerBase< TElastix >::InputImageType >,
78  public
79  elx::ImageSamplerBase< TElastix >
80 {
81 public:
82 
89  typedef itk::SmartPointer< Self > Pointer;
90  typedef itk::SmartPointer< const Self > ConstPointer;
91 
93  itkNewMacro( Self );
94 
97 
102  elxClassNameMacro( "RandomCoordinate" );
103 
115  typedef typename Superclass1::MaskType MaskType;
122 
128 
130  itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
131 
133  typedef typename Superclass2::ElastixType ElastixType;
134  typedef typename Superclass2::ElastixPointer ElastixPointer;
135  typedef typename Superclass2::ConfigurationType ConfigurationType;
136  typedef typename Superclass2::ConfigurationPointer ConfigurationPointer;
137  typedef typename Superclass2::RegistrationType RegistrationType;
138  typedef typename Superclass2::RegistrationPointer RegistrationPointer;
139  typedef typename Superclass2::ITKBaseType ITKBaseType;
140 
146  virtual void BeforeEachResolution( void );
147 
148 protected:
149 
154 
155 private:
156 
158  RandomCoordinateSampler( const Self & ); // purposely not implemented
160  void operator=( const Self & ); // purposely not implemented
161 
162 };
163 
164 } // end namespace elastix
165 
166 #ifndef ITK_MANUAL_INSTANTIATION
167 #include "elxRandomCoordinateSampler.hxx"
168 #endif
169 
170 #endif // end #ifndef __elxRandomCoordinateSampler_h
Superclass1::InputImagePixelType InputImagePixelType
itk::SmartPointer< const Self > ConstPointer
Superclass1::DataObjectPointer DataObjectPointer
Superclass::DataObjectPointer DataObjectPointer
Superclass1::DefaultInterpolatorType DefaultInterpolatorType
Superclass1::ImageSampleValueType ImageSampleValueType
Superclass1::InputImagePointValueType InputImagePointValueType
Superclass2::RegistrationType RegistrationType
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass1::InputImageSizeType InputImageSizeType
Superclass1::InputImageType InputImageType
Superclass::ImageSampleValueType ImageSampleValueType
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...
Superclass1::InputImageIndexType InputImageIndexType
Superclass::InputImageConstPointer InputImageConstPointer
An interpolator based on the itk::ImageRandomCoordinateSampler.
BSplineInterpolateImageFunction< InputImageType, CoordRepType, double > DefaultInterpolatorType
Superclass1::ImageSampleType ImageSampleType
Superclass::InputImagePointType InputImagePointType
This class is a base class for any image sampler.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
virtual void BeforeEachResolution(void)
Superclass1::InputImageSpacingType InputImageSpacingType
Superclass::InputImagePointValueType InputImagePointValueType
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
elx::ImageSamplerBase< TElastix > Superclass2
Superclass1::InputImageRegionType InputImageRegionType
Superclass1::InputImagePointer InputImagePointer
InterpolateImageFunction< InputImageType, CoordRepType > InterpolatorType
itk::ImageRandomCoordinateSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
elxClassNameMacro("RandomCoordinate")
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass::InputImageIndexType InputImageIndexType
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer


Generated on 27-04-2014 for elastix by doxygen 1.8.6 elastix logo