go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxGridSampler.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 __elxGridSampler_h
19#define __elxGridSampler_h
20
21#include "elxIncludes.h" // include first to avoid MSVS warning
22#include "itkImageGridSampler.h"
23
24namespace elastix
25{
26
48template< class TElastix >
50 public
52 typename elx::ImageSamplerBase< TElastix >::InputImageType >,
53 public
54 elx::ImageSamplerBase< TElastix >
55{
56public:
57
64 typedef itk::SmartPointer< Self > Pointer;
65 typedef itk::SmartPointer< const Self > ConstPointer;
66
68 itkNewMacro( Self );
69
72
78
95
97 itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
98
100 typedef typename Superclass2::ElastixType ElastixType;
101 typedef typename Superclass2::ElastixPointer ElastixPointer;
102 typedef typename Superclass2::ConfigurationType ConfigurationType;
103 typedef typename Superclass2::ConfigurationPointer ConfigurationPointer;
104 typedef typename Superclass2::RegistrationType RegistrationType;
105 typedef typename Superclass2::RegistrationPointer RegistrationPointer;
106 typedef typename Superclass2::ITKBaseType ITKBaseType;
107
111 void BeforeEachResolution( void ) override;
112
113protected:
114
118 ~GridSampler() override {}
119
120private:
121
123 GridSampler( const Self & ); // purposely not implemented
125 void operator=( const Self & ); // purposely not implemented
126
127};
128
129} // end namespace elastix
130
131#ifndef ITK_MANUAL_INSTANTIATION
132#include "elxGridSampler.hxx"
133#endif
134
135#endif // end #ifndef __elxGridSampler_h
An interpolator based on the itk::ImageGridSampler.
Superclass1::SampleGridSpacingValueType SampleGridSpacingValueType
Superclass1::InputImageType InputImageType
Superclass1::ImageSampleType ImageSampleType
elx::ImageSamplerBase< TElastix > Superclass2
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
Superclass1::InputImageRegionType InputImageRegionType
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass1::MaskType MaskType
Superclass2::ElastixPointer ElastixPointer
Superclass1::SampleGridSpacingType GridSpacingType
Superclass1::DataObjectPointer DataObjectPointer
Superclass1::InputImagePixelType InputImagePixelType
GridSampler(const Self &)
itk::ImageGridSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
Superclass1::InputImageIndexType InputImageIndexType
Superclass2::ConfigurationType ConfigurationType
Superclass2::ElastixType ElastixType
void operator=(const Self &)
Superclass1::InputImagePointer InputImagePointer
itk::SmartPointer< Self > Pointer
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass2::RegistrationPointer RegistrationPointer
void BeforeEachResolution(void) override
itk::SmartPointer< const Self > ConstPointer
Superclass1::InputImagePointType InputImagePointType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::RegistrationType RegistrationType
Superclass2::ITKBaseType ITKBaseType
Samples image voxels on a regular grid.
Superclass::MaskType MaskType
Superclass::InputImageRegionType InputImageRegionType
SampleGridSpacingType::OffsetValueType SampleGridSpacingValueType
Superclass::InputImagePixelType InputImagePixelType
InputImageType::OffsetType SampleGridSpacingType
Superclass::InputImagePointer InputImagePointer
Superclass::InputImageIndexType InputImageIndexType
Superclass::DataObjectPointer DataObjectPointer
Superclass::InputImageType InputImageType
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::InputImagePointType InputImagePointType
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