go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxMultiInputRandomCoordinateSampler.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 __elxMultiInputRandomCoordinateSampler_h
16 #define __elxMultiInputRandomCoordinateSampler_h
17 
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 
24 
81  template < class TElastix >
83  public
85  typename elx::ImageSamplerBase<TElastix>::InputImageType >,
86  public
87  elx::ImageSamplerBase<TElastix>
88  {
89  public:
90 
97  typedef itk::SmartPointer<Self> Pointer;
98  typedef itk::SmartPointer<const Self> ConstPointer;
99 
101  itkNewMacro(Self);
102 
105 
110  elxClassNameMacro( "MultiInputRandomCoordinate" );
111 
123  typedef typename Superclass1::MaskType MaskType;
130 
136 
138  itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
139 
148 
154  virtual void BeforeEachResolution(void);
155 
156  protected:
157 
162 
163  private:
164 
166  MultiInputRandomCoordinateSampler( const Self& ); // purposely not implemented
168  void operator=( const Self& ); // purposely not implemented
169 
170  }; // end class MultiInputRandomCoordinateSampler
171 
172 
173 } // end namespace elastix
174 
175 #ifndef ITK_MANUAL_INSTANTIATION
176 #include "elxMultiInputRandomCoordinateSampler.hxx"
177 #endif
178 
179 #endif // end #ifndef __elxMultiInputRandomCoordinateSampler_h
180 
Superclass::ElastixType ElastixType
Superclass::ElastixPointer ElastixPointer
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass1::InputImagePointValueType InputImagePointValueType
This class is the elastix base class for all ImageSamplers.
A class that defines an image sample, which is the coordinates of a point and its value...
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass::RegistrationType RegistrationType
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
Superclass::ConfigurationPointer ConfigurationPointer
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.
BSplineInterpolateImageFunction< InputImageType, CoordRepType, double > DefaultInterpolatorType
itk::MultiInputImageRandomCoordinateSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass::ConfigurationType ConfigurationType
elxClassNameMacro("MultiInputRandomCoordinate")
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
An interpolator based on the itk::MultiInputImageRandomCoordinateSampler.
Superclass::RegistrationPointer RegistrationPointer
InterpolateImageFunction< InputImageType, CoordRepType > InterpolatorType
Samples an image by randomly composing a set of physical coordinates.


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