go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxRandomSamplerSparseMask.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 __elxRandomSamplerSparseMask_h
16 #define __elxRandomSamplerSparseMask_h
17 
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 
24 
51  template < class TElastix >
53  public
55  typename elx::ImageSamplerBase<TElastix>::InputImageType >,
56  public
57  elx::ImageSamplerBase<TElastix>
58  {
59  public:
60 
67  typedef itk::SmartPointer<Self> Pointer;
68  typedef itk::SmartPointer<const Self> ConstPointer;
69 
71  itkNewMacro(Self);
72 
75 
80  elxClassNameMacro( "RandomSparseMask" );
81 
93  typedef typename Superclass1::MaskType MaskType;
96 
98  itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
99 
108 
112  virtual void BeforeEachResolution(void);
113 
114  protected:
115 
120 
121  private:
122 
124  RandomSamplerSparseMask( const Self& ); // purposely not implemented
126  void operator=( const Self& ); // purposely not implemented
127 
128  }; // end class RandomSamplerSparseMask
129 
130 
131 } // end namespace elastix
132 
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "elxRandomSamplerSparseMask.hxx"
135 #endif
136 
137 #endif // end #ifndef __elxRandomSamplerSparseMask_h
138 
Superclass1::InputImagePointType InputImagePointType
Superclass::ElastixType ElastixType
Superclass1::InputImagePixelType InputImagePixelType
Superclass::ElastixPointer ElastixPointer
itk::ImageRandomSamplerSparseMask< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
Superclass1::InputImageConstPointer InputImageConstPointer
This class is the elastix base class for all ImageSamplers.
Superclass1::InputImageRegionType InputImageRegionType
A class that defines an image sample, which is the coordinates of a point and its value...
Superclass::InputImagePointer InputImagePointer
Superclass::RegistrationType RegistrationType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::InputImagePixelType InputImagePixelType
Samples randomly some voxels of an image.
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.
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
Superclass1::ImageSampleType ImageSampleType
An interpolator based on the itk::ImageRandomSamplerSparseMask.
virtual void BeforeEachResolution(void)
Superclass::InputImageConstPointer InputImageConstPointer
Superclass1::InputImageIndexType InputImageIndexType
Superclass1::InputImageType InputImageType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass2::ElastixPointer ElastixPointer
Superclass::ConfigurationType ConfigurationType
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass2::ConfigurationType ConfigurationType
itk::SmartPointer< const Self > ConstPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::InputImagePointer InputImagePointer
Superclass::RegistrationPointer RegistrationPointer
Superclass1::DataObjectPointer DataObjectPointer
Superclass::InputImageRegionType InputImageRegionType
Superclass2::RegistrationType RegistrationType
elx::ImageSamplerBase< TElastix > Superclass2
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass::DataObjectPointer DataObjectPointer
elxClassNameMacro("RandomSparseMask")


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