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 using namespace itk;
25 
82  template < class TElastix >
84  public
86  ITK_TYPENAME elx::ImageSamplerBase<TElastix>::InputImageType >,
87  public
88  elx::ImageSamplerBase<TElastix>
89  {
90  public:
91 
98  typedef SmartPointer<Self> Pointer;
99  typedef SmartPointer<const Self> ConstPointer;
100 
102  itkNewMacro(Self);
103 
106 
111  elxClassNameMacro( "MultiInputRandomCoordinate" );
112 
124  typedef typename Superclass1::MaskType MaskType;
131 
137 
139  itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
140 
142  typedef typename Superclass2::ElastixType ElastixType;
143  typedef typename Superclass2::ElastixPointer ElastixPointer;
144  typedef typename Superclass2::ConfigurationType ConfigurationType;
145  typedef typename Superclass2::ConfigurationPointer ConfigurationPointer;
146  typedef typename Superclass2::RegistrationType RegistrationType;
147  typedef typename Superclass2::RegistrationPointer RegistrationPointer;
148  typedef typename Superclass2::ITKBaseType ITKBaseType;
149 
155  virtual void BeforeEachResolution(void);
156 
157  protected:
158 
163 
164  private:
165 
167  MultiInputRandomCoordinateSampler( const Self& ); // purposely not implemented
169  void operator=( const Self& ); // purposely not implemented
170 
171  }; // end class MultiInputRandomCoordinateSampler
172 
173 
174 } // end namespace elastix
175 
176 #ifndef ITK_MANUAL_INSTANTIATION
177 #include "elxMultiInputRandomCoordinateSampler.hxx"
178 #endif
179 
180 #endif // end #ifndef __elxMultiInputRandomCoordinateSampler_h
181 


Generated on 27-06-2013 for elastix by doxygen 1.8.3.1 elastix logo