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
24namespace elastix
25{
26
77template< class TElastix >
79 public
81 typename elx::ImageSamplerBase< TElastix >::InputImageType >,
82 public
83 elx::ImageSamplerBase< TElastix >
84{
85public:
86
93 typedef itk::SmartPointer< Self > Pointer;
94 typedef itk::SmartPointer< const Self > ConstPointer;
95
97 itkNewMacro( Self );
98
101
106 elxClassNameMacro( "RandomCoordinate" );
107
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 void BeforeEachResolution( void ) override;
151
152protected:
153
158
159private:
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
An interpolator based on the itk::ImageRandomCoordinateSampler.
Superclass1::InputImageSizeType InputImageSizeType
Superclass1::ImageSampleType ImageSampleType
itk::SmartPointer< const Self > ConstPointer
Superclass1::InputImagePointValueType InputImagePointValueType
Superclass2::ConfigurationType ConfigurationType
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass2::RegistrationType RegistrationType
Superclass1::InputImageIndexType InputImageIndexType
itk::ImageRandomCoordinateSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::InputImagePointer InputImagePointer
Superclass1::InputImageType InputImageType
Superclass1::DataObjectPointer DataObjectPointer
void BeforeEachResolution(void) override
Superclass1::ImageSampleValueType ImageSampleValueType
Superclass2::ConfigurationPointer ConfigurationPointer
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
Superclass1::InterpolatorType InterpolatorType
elxClassNameMacro("RandomCoordinate")
Superclass1::InputImageRegionType InputImageRegionType
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass1::InputImageSpacingType InputImageSpacingType
Superclass1::InputImagePointType InputImagePointType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass2::ElastixPointer ElastixPointer
Superclass1::DefaultInterpolatorType DefaultInterpolatorType
elx::ImageSamplerBase< TElastix > Superclass2
Superclass1::InputImagePixelType InputImagePixelType
Samples an image by randomly composing a set of physical coordinates.
Superclass::InputImagePointType InputImagePointType
Superclass::InputImageRegionType InputImageRegionType
Superclass::InputImagePointer InputImagePointer
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::InputImageSizeType InputImageSizeType
InterpolateImageFunction< InputImageType, CoordRepType > InterpolatorType
BSplineInterpolateImageFunction< InputImageType, CoordRepType, double > DefaultInterpolatorType
Superclass::InputImagePointValueType InputImagePointValueType
Superclass::ImageSampleValueType ImageSampleValueType
Superclass::DataObjectPointer DataObjectPointer
Superclass::InputImageIndexType InputImageIndexType
Superclass::InputImagePixelType InputImagePixelType
A class that defines an image sample, which is the coordinates of a point and its value.
This class is a base class for any image sampler.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo