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  * Copyright UMC Utrecht and contributors
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0.txt
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *=========================================================================*/
18 #ifndef __elxRandomSamplerSparseMask_h
19 #define __elxRandomSamplerSparseMask_h
20 
21 #include "elxIncludes.h" // include first to avoid MSVS warning
23 
24 namespace elastix
25 {
26 
53 template< class TElastix >
55  public
57  typename elx::ImageSamplerBase< TElastix >::InputImageType >,
58  public
59  elx::ImageSamplerBase< TElastix >
60 {
61 public:
62 
69  typedef itk::SmartPointer< Self > Pointer;
70  typedef itk::SmartPointer< const Self > ConstPointer;
71 
73  itkNewMacro( Self );
74 
77 
82  elxClassNameMacro( "RandomSparseMask" );
83 
95  typedef typename Superclass1::MaskType MaskType;
98 
100  itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
101 
103  typedef typename Superclass2::ElastixType ElastixType;
104  typedef typename Superclass2::ElastixPointer ElastixPointer;
105  typedef typename Superclass2::ConfigurationType ConfigurationType;
106  typedef typename Superclass2::ConfigurationPointer ConfigurationPointer;
107  typedef typename Superclass2::RegistrationType RegistrationType;
108  typedef typename Superclass2::RegistrationPointer RegistrationPointer;
109  typedef typename Superclass2::ITKBaseType ITKBaseType;
110 
114  virtual void BeforeEachResolution( void );
115 
116 protected:
117 
122 
123 private:
124 
126  RandomSamplerSparseMask( const Self & ); // purposely not implemented
128  void operator=( const Self & ); // purposely not implemented
129 
130 };
131 
132 } // end namespace elastix
133 
134 #ifndef ITK_MANUAL_INSTANTIATION
135 #include "elxRandomSamplerSparseMask.hxx"
136 #endif
137 
138 #endif // end #ifndef __elxRandomSamplerSparseMask_h
elastix::RandomSamplerSparseMask::InputImagePixelType
Superclass1::InputImagePixelType InputImagePixelType
Definition: elxRandomSamplerSparseMask.h:92
elastix::RandomSamplerSparseMask::Pointer
itk::SmartPointer< Self > Pointer
Definition: elxRandomSamplerSparseMask.h:69
elastix::RandomSamplerSparseMask::RandomSamplerSparseMask
RandomSamplerSparseMask(const Self &)
elastix::RandomSamplerSparseMask::operator=
void operator=(const Self &)
elastix::RandomSamplerSparseMask::DataObjectPointer
Superclass1::DataObjectPointer DataObjectPointer
Definition: elxRandomSamplerSparseMask.h:85
SmartPointer< Self >
elastix::RandomSamplerSparseMask::Self
RandomSamplerSparseMask Self
Definition: elxRandomSamplerSparseMask.h:64
itk::ImageRandomSamplerSparseMask::InputImageConstPointer
Superclass::InputImageConstPointer InputImageConstPointer
Definition: itkImageRandomSamplerSparseMask.h:61
elastix::RandomSamplerSparseMask::InputImageRegionType
Superclass1::InputImageRegionType InputImageRegionType
Definition: elxRandomSamplerSparseMask.h:91
elastix::RandomSamplerSparseMask::InputImageType
Superclass1::InputImageType InputImageType
Definition: elxRandomSamplerSparseMask.h:88
elastix::RandomSamplerSparseMask::InputImageConstPointer
Superclass1::InputImageConstPointer InputImageConstPointer
Definition: elxRandomSamplerSparseMask.h:90
itkImageRandomSamplerSparseMask.h
elastix::RandomSamplerSparseMask::RandomSamplerSparseMask
RandomSamplerSparseMask()
Definition: elxRandomSamplerSparseMask.h:119
elastix::RandomSamplerSparseMask::Superclass1
itk::ImageRandomSamplerSparseMask< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
Definition: elxRandomSamplerSparseMask.h:67
itk::ImageRandomSamplerSparseMask::InputImagePointer
Superclass::InputImagePointer InputImagePointer
Definition: itkImageRandomSamplerSparseMask.h:60
elastix::RandomSamplerSparseMask::InputImageIndexType
Superclass1::InputImageIndexType InputImageIndexType
Definition: elxRandomSamplerSparseMask.h:96
elastix::RandomSamplerSparseMask::RegistrationPointer
Superclass2::RegistrationPointer RegistrationPointer
Definition: elxRandomSamplerSparseMask.h:108
itk::ImageRandomSamplerSparseMask::InputImagePointType
InputImageType::PointType InputImagePointType
Definition: itkImageRandomSamplerSparseMask.h:75
itk::ImageSample
A class that defines an image sample, which is the coordinates of a point and its value.
Definition: itkImageSample.h:35
elastix::RandomSamplerSparseMask::ConfigurationType
Superclass2::ConfigurationType ConfigurationType
Definition: elxRandomSamplerSparseMask.h:105
elastix::RandomSamplerSparseMask::ImageSampleType
Superclass1::ImageSampleType ImageSampleType
Definition: elxRandomSamplerSparseMask.h:93
elastix::RandomSamplerSparseMask::ConfigurationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Definition: elxRandomSamplerSparseMask.h:106
elastix::RandomSamplerSparseMask::BeforeEachResolution
virtual void BeforeEachResolution(void)
elastix::RandomSamplerSparseMask::~RandomSamplerSparseMask
virtual ~RandomSamplerSparseMask()
Definition: elxRandomSamplerSparseMask.h:121
elastix::RandomSamplerSparseMask::ElastixPointer
Superclass2::ElastixPointer ElastixPointer
Definition: elxRandomSamplerSparseMask.h:104
elastix::RandomSamplerSparseMask::ImageSampleContainerType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Definition: elxRandomSamplerSparseMask.h:94
itk::ImageRandomSamplerSparseMask::MaskType
Superclass::MaskType MaskType
Definition: itkImageRandomSamplerSparseMask.h:67
elastix::RandomSamplerSparseMask::ElastixType
Superclass2::ElastixType ElastixType
Definition: elxRandomSamplerSparseMask.h:103
itk::ImageRandomSamplerSparseMask::InputImageType
Superclass::InputImageType InputImageType
Definition: itkImageRandomSamplerSparseMask.h:59
elastix::RandomSamplerSparseMask::MaskType
Superclass1::MaskType MaskType
Definition: elxRandomSamplerSparseMask.h:95
elastix::RandomSamplerSparseMask::itkStaticConstMacro
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
elastix::RandomSamplerSparseMask::InputImagePointer
Superclass1::InputImagePointer InputImagePointer
Definition: elxRandomSamplerSparseMask.h:89
elastix::RandomSamplerSparseMask::Superclass2
elx::ImageSamplerBase< TElastix > Superclass2
Definition: elxRandomSamplerSparseMask.h:68
elastix::RandomSamplerSparseMask::RegistrationType
Superclass2::RegistrationType RegistrationType
Definition: elxRandomSamplerSparseMask.h:107
elxIncludes.h
itk::ImageRandomSamplerSparseMask
Samples randomly some voxels of an image.
Definition: itkImageRandomSamplerSparseMask.h:40
elastix::RandomSamplerSparseMask::elxClassNameMacro
elxClassNameMacro("RandomSparseMask")
itk::ImageRandomSamplerSparseMask::InputImagePixelType
Superclass::InputImagePixelType InputImagePixelType
Definition: itkImageRandomSamplerSparseMask.h:63
elastix::RandomSamplerSparseMask::InputImagePointType
Superclass1::InputImagePointType InputImagePointType
Definition: elxRandomSamplerSparseMask.h:97
itk::ImageRandomSamplerSparseMask::InputImageIndexType
InputImageType::IndexType InputImageIndexType
Definition: itkImageRandomSamplerSparseMask.h:74
elastix::RandomSamplerSparseMask
An interpolator based on the itk::ImageRandomSamplerSparseMask.
Definition: elxRandomSamplerSparseMask.h:60
elastix::RandomSamplerSparseMask::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: elxRandomSamplerSparseMask.h:70
elastix::RandomSamplerSparseMask::ITKBaseType
Superclass2::ITKBaseType ITKBaseType
Definition: elxRandomSamplerSparseMask.h:109
itk::ImageSamplerBase
This class is a base class for any image sampler.
Definition: itkImageSamplerBase.h:45
itk::VectorDataContainer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Definition: itkVectorDataContainer.h:79
elastix::RandomSamplerSparseMask::OutputVectorContainerType
Superclass1::OutputVectorContainerType OutputVectorContainerType
Definition: elxRandomSamplerSparseMask.h:86
elastix
Definition: elxFixedGenericPyramid.h:25
itk::ImageRandomSamplerSparseMask::DataObjectPointer
Superclass::DataObjectPointer DataObjectPointer
Definition: itkImageRandomSamplerSparseMask.h:53
elastix::RandomSamplerSparseMask::OutputVectorContainerPointer
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Definition: elxRandomSamplerSparseMask.h:87
itk::ImageRandomSamplerSparseMask::InputImageRegionType
Superclass::InputImageRegionType InputImageRegionType
Definition: itkImageRandomSamplerSparseMask.h:62


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo