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 #ifndef __elxRandomSamplerSparseMask_h
15 #define __elxRandomSamplerSparseMask_h
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
19 
20 namespace elastix
21 {
22 
49 template< class TElastix >
51  public
53  typename elx::ImageSamplerBase< TElastix >::InputImageType >,
54  public
55  elx::ImageSamplerBase< TElastix >
56 {
57 public:
58 
65  typedef itk::SmartPointer< Self > Pointer;
66  typedef itk::SmartPointer< const Self > ConstPointer;
67 
69  itkNewMacro( Self );
70 
73 
78  elxClassNameMacro( "RandomSparseMask" );
79 
91  typedef typename Superclass1::MaskType MaskType;
94 
96  itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
97 
99  typedef typename Superclass2::ElastixType ElastixType;
100  typedef typename Superclass2::ElastixPointer ElastixPointer;
101  typedef typename Superclass2::ConfigurationType ConfigurationType;
102  typedef typename Superclass2::ConfigurationPointer ConfigurationPointer;
103  typedef typename Superclass2::RegistrationType RegistrationType;
104  typedef typename Superclass2::RegistrationPointer RegistrationPointer;
105  typedef typename Superclass2::ITKBaseType ITKBaseType;
106 
110  virtual void BeforeEachResolution( void );
111 
112 protected:
113 
118 
119 private:
120 
122  RandomSamplerSparseMask( const Self & ); // purposely not implemented
124  void operator=( const Self & ); // purposely not implemented
125 
126 };
127 
128 } // end namespace elastix
129 
130 #ifndef ITK_MANUAL_INSTANTIATION
131 #include "elxRandomSamplerSparseMask.hxx"
132 #endif
133 
134 #endif // end #ifndef __elxRandomSamplerSparseMask_h
Superclass1::InputImagePointType InputImagePointType
Superclass1::InputImagePixelType InputImagePixelType
itk::ImageRandomSamplerSparseMask< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass1::InputImageRegionType InputImageRegionType
A class that defines an image sample, which is the coordinates of a point and its value...
Superclass::InputImagePointer InputImagePointer
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 "vector" 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
elx::ImageSamplerBase< TElastix > Superclass2
Superclass2::ElastixPointer ElastixPointer
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
itk::SmartPointer< const Self > ConstPointer
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass2::ConfigurationType ConfigurationType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::InputImagePointer InputImagePointer
Superclass1::DataObjectPointer DataObjectPointer
Superclass::InputImageRegionType InputImageRegionType
Superclass2::RegistrationType RegistrationType
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass::DataObjectPointer DataObjectPointer
elxClassNameMacro("RandomSparseMask")


Generated on 11-03-2014 for elastix by doxygen 1.8.6 elastix logo