go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxRandomCoordinateSampler.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 __elxRandomCoordinateSampler_h
19 #define __elxRandomCoordinateSampler_h
20 
21 #include "elxIncludes.h" // include first to avoid MSVS warning
23 
24 namespace elastix
25 {
26 
77 template< class TElastix >
79  public
81  typename elx::ImageSamplerBase< TElastix >::InputImageType >,
82  public
83  elx::ImageSamplerBase< TElastix >
84 {
85 public:
86 
93  typedef itk::SmartPointer< Self > Pointer;
94  typedef itk::SmartPointer< const Self > ConstPointer;
95 
97  itkNewMacro( Self );
98 
101 
106  elxClassNameMacro( "RandomCoordinate" );
107 
119  typedef typename Superclass1::MaskType MaskType;
126 
132 
134  itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
135 
137  typedef typename Superclass2::ElastixType ElastixType;
138  typedef typename Superclass2::ElastixPointer ElastixPointer;
139  typedef typename Superclass2::ConfigurationType ConfigurationType;
140  typedef typename Superclass2::ConfigurationPointer ConfigurationPointer;
141  typedef typename Superclass2::RegistrationType RegistrationType;
142  typedef typename Superclass2::RegistrationPointer RegistrationPointer;
143  typedef typename Superclass2::ITKBaseType ITKBaseType;
144 
150  virtual void BeforeEachResolution( void );
151 
152 protected:
153 
158 
159 private:
160 
162  RandomCoordinateSampler( const Self & ); // purposely not implemented
164  void operator=( const Self & ); // purposely not implemented
165 
166 };
167 
168 } // end namespace elastix
169 
170 #ifndef ITK_MANUAL_INSTANTIATION
171 #include "elxRandomCoordinateSampler.hxx"
172 #endif
173 
174 #endif // end #ifndef __elxRandomCoordinateSampler_h
elastix::RandomCoordinateSampler::OutputVectorContainerType
Superclass1::OutputVectorContainerType OutputVectorContainerType
Definition: elxRandomCoordinateSampler.h:110
itk::ImageRandomCoordinateSampler::InputImagePixelType
Superclass::InputImagePixelType InputImagePixelType
Definition: itkImageRandomCoordinateSampler.h:65
itk::ImageRandomCoordinateSampler::InputImageType
Superclass::InputImageType InputImageType
Definition: itkImageRandomCoordinateSampler.h:61
elastix::RandomCoordinateSampler::ImageSampleContainerType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Definition: elxRandomCoordinateSampler.h:118
SmartPointer< Self >
elastix::RandomCoordinateSampler::InputImagePointValueType
Superclass1::InputImagePointValueType InputImagePointValueType
Definition: elxRandomCoordinateSampler.h:124
elastix::RandomCoordinateSampler::Self
RandomCoordinateSampler Self
Definition: elxRandomCoordinateSampler.h:88
itkImageRandomCoordinateSampler.h
elastix::RandomCoordinateSampler::Superclass1
itk::ImageRandomCoordinateSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
Definition: elxRandomCoordinateSampler.h:91
itk::ImageRandomCoordinateSampler::InputImagePointType
Superclass::InputImagePointType InputImagePointType
Definition: itkImageRandomCoordinateSampler.h:73
elastix::RandomCoordinateSampler::ConfigurationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Definition: elxRandomCoordinateSampler.h:140
elastix::RandomCoordinateSampler::InputImageType
Superclass1::InputImageType InputImageType
Definition: elxRandomCoordinateSampler.h:112
itk::ImageRandomCoordinateSampler::InputImageRegionType
Superclass::InputImageRegionType InputImageRegionType
Definition: itkImageRandomCoordinateSampler.h:64
itk::ImageRandomCoordinateSampler::MaskType
Superclass::MaskType MaskType
Definition: itkImageRandomCoordinateSampler.h:69
elastix::RandomCoordinateSampler::InputImageIndexType
Superclass1::InputImageIndexType InputImageIndexType
Definition: elxRandomCoordinateSampler.h:120
elastix::RandomCoordinateSampler::ElastixPointer
Superclass2::ElastixPointer ElastixPointer
Definition: elxRandomCoordinateSampler.h:138
itk::ImageRandomCoordinateSampler::InputImagePointValueType
Superclass::InputImagePointValueType InputImagePointValueType
Definition: itkImageRandomCoordinateSampler.h:74
elastix::RandomCoordinateSampler::InputImagePointType
Superclass1::InputImagePointType InputImagePointType
Definition: elxRandomCoordinateSampler.h:121
elastix::RandomCoordinateSampler::ElastixType
Superclass2::ElastixType ElastixType
Definition: elxRandomCoordinateSampler.h:137
itk::ImageRandomCoordinateSampler::InterpolatorType
InterpolateImageFunction< InputImageType, CoordRepType > InterpolatorType
Definition: itkImageRandomCoordinateSampler.h:85
itk::ImageRandomCoordinateSampler::ImageSampleValueType
Superclass::ImageSampleValueType ImageSampleValueType
Definition: itkImageRandomCoordinateSampler.h:75
elastix::RandomCoordinateSampler::InputImageSizeType
Superclass1::InputImageSizeType InputImageSizeType
Definition: elxRandomCoordinateSampler.h:122
elastix::RandomCoordinateSampler::RegistrationType
Superclass2::RegistrationType RegistrationType
Definition: elxRandomCoordinateSampler.h:141
itk::ImageRandomCoordinateSampler::DataObjectPointer
Superclass::DataObjectPointer DataObjectPointer
Definition: itkImageRandomCoordinateSampler.h:55
itk::ImageSample
A class that defines an image sample, which is the coordinates of a point and its value.
Definition: itkImageSample.h:35
double
elastix::RandomCoordinateSampler::Pointer
itk::SmartPointer< Self > Pointer
Definition: elxRandomCoordinateSampler.h:93
elastix::RandomCoordinateSampler::ConfigurationType
Superclass2::ConfigurationType ConfigurationType
Definition: elxRandomCoordinateSampler.h:139
elastix::RandomCoordinateSampler::ImageSampleType
Superclass1::ImageSampleType ImageSampleType
Definition: elxRandomCoordinateSampler.h:117
itk::ImageRandomCoordinateSampler
Samples an image by randomly composing a set of physical coordinates.
Definition: itkImageRandomCoordinateSampler.h:42
elastix::RandomCoordinateSampler::InterpolatorType
Superclass1::InterpolatorType InterpolatorType
Definition: elxRandomCoordinateSampler.h:130
itk::ImageRandomCoordinateSampler::InputImageSpacingType
InputImageType::SpacingType InputImageSpacingType
Definition: itkImageRandomCoordinateSampler.h:71
elastix::RandomCoordinateSampler::InputImagePointer
Superclass1::InputImagePointer InputImagePointer
Definition: elxRandomCoordinateSampler.h:113
elastix::RandomCoordinateSampler::~RandomCoordinateSampler
virtual ~RandomCoordinateSampler()
Definition: elxRandomCoordinateSampler.h:157
elastix::RandomCoordinateSampler::InputImageSpacingType
Superclass1::InputImageSpacingType InputImageSpacingType
Definition: elxRandomCoordinateSampler.h:123
elastix::RandomCoordinateSampler::CoordRepType
Superclass1::CoordRepType CoordRepType
Definition: elxRandomCoordinateSampler.h:129
itk::ImageRandomCoordinateSampler::InputImagePointer
Superclass::InputImagePointer InputImagePointer
Definition: itkImageRandomCoordinateSampler.h:62
itk::ImageRandomCoordinateSampler::InputImageIndexType
Superclass::InputImageIndexType InputImageIndexType
Definition: itkImageRandomCoordinateSampler.h:72
elxIncludes.h
elastix::RandomCoordinateSampler::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: elxRandomCoordinateSampler.h:94
elastix::RandomCoordinateSampler::ITKBaseType
Superclass2::ITKBaseType ITKBaseType
Definition: elxRandomCoordinateSampler.h:143
itk::ImageRandomCoordinateSampler::InputImageSizeType
Superclass::InputImageSizeType InputImageSizeType
Definition: itkImageRandomCoordinateSampler.h:70
elastix::RandomCoordinateSampler::DefaultInterpolatorType
Superclass1::DefaultInterpolatorType DefaultInterpolatorType
Definition: elxRandomCoordinateSampler.h:131
elastix::RandomCoordinateSampler::elxClassNameMacro
elxClassNameMacro("RandomCoordinate")
elastix::RandomCoordinateSampler::RandomCoordinateSampler
RandomCoordinateSampler()
Definition: elxRandomCoordinateSampler.h:155
elastix::RandomCoordinateSampler::BeforeEachResolution
virtual void BeforeEachResolution(void)
itk::ImageRandomCoordinateSampler::InputImageConstPointer
Superclass::InputImageConstPointer InputImageConstPointer
Definition: itkImageRandomCoordinateSampler.h:63
elastix::RandomCoordinateSampler::DataObjectPointer
Superclass1::DataObjectPointer DataObjectPointer
Definition: elxRandomCoordinateSampler.h:109
elastix::RandomCoordinateSampler::OutputVectorContainerPointer
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Definition: elxRandomCoordinateSampler.h:111
elastix::RandomCoordinateSampler
An interpolator based on the itk::ImageRandomCoordinateSampler.
Definition: elxRandomCoordinateSampler.h:84
itk::ImageRandomCoordinateSampler::DefaultInterpolatorType
BSplineInterpolateImageFunction< InputImageType, CoordRepType, double > DefaultInterpolatorType
Definition: itkImageRandomCoordinateSampler.h:88
itk::ImageSamplerBase
This class is a base class for any image sampler.
Definition: itkImageSamplerBase.h:45
elastix::RandomCoordinateSampler::MaskType
Superclass1::MaskType MaskType
Definition: elxRandomCoordinateSampler.h:119
itk::VectorDataContainer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Definition: itkVectorDataContainer.h:79
elastix::RandomCoordinateSampler::ImageSampleValueType
Superclass1::ImageSampleValueType ImageSampleValueType
Definition: elxRandomCoordinateSampler.h:125
elastix::RandomCoordinateSampler::itkStaticConstMacro
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
elastix::RandomCoordinateSampler::InputImagePixelType
Superclass1::InputImagePixelType InputImagePixelType
Definition: elxRandomCoordinateSampler.h:116
elastix::RandomCoordinateSampler::Superclass2
elx::ImageSamplerBase< TElastix > Superclass2
Definition: elxRandomCoordinateSampler.h:92
elastix::RandomCoordinateSampler::RandomCoordinateSampler
RandomCoordinateSampler(const Self &)
elastix::RandomCoordinateSampler::operator=
void operator=(const Self &)
elastix
Definition: elxFixedGenericPyramid.h:25
elastix::RandomCoordinateSampler::InputImageConstPointer
Superclass1::InputImageConstPointer InputImageConstPointer
Definition: elxRandomCoordinateSampler.h:114
elastix::RandomCoordinateSampler::InputImageRegionType
Superclass1::InputImageRegionType InputImageRegionType
Definition: elxRandomCoordinateSampler.h:115
elastix::RandomCoordinateSampler::RegistrationPointer
Superclass2::RegistrationPointer RegistrationPointer
Definition: elxRandomCoordinateSampler.h:142


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo