go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxFullSampler.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 __elxFullSampler_h
19#define __elxFullSampler_h
20
21#include "elxIncludes.h" // include first to avoid MSVS warning
22#include "itkImageFullSampler.h"
23
24namespace elastix
25{
26
43template< class TElastix >
45 public
47 typename elx::ImageSamplerBase< TElastix >::InputImageType >,
48 public
49 elx::ImageSamplerBase< TElastix >
50{
51public:
52
59 typedef itk::SmartPointer< Self > Pointer;
60 typedef itk::SmartPointer< const Self > ConstPointer;
61
63 itkNewMacro( Self );
64
67
73
88
90 itkStaticConstMacro( InputImageDimension, unsigned int, Superclass1::InputImageDimension );
91
93 typedef typename Superclass2::ElastixType ElastixType;
94 typedef typename Superclass2::ElastixPointer ElastixPointer;
95 typedef typename Superclass2::ConfigurationType ConfigurationType;
96 typedef typename Superclass2::ConfigurationPointer ConfigurationPointer;
97 typedef typename Superclass2::RegistrationType RegistrationType;
98 typedef typename Superclass2::RegistrationPointer RegistrationPointer;
99 typedef typename Superclass2::ITKBaseType ITKBaseType;
100
101protected:
102
106 ~FullSampler() override {}
107
108private:
109
111 FullSampler( const Self & ); // purposely not implemented
113 void operator=( const Self & ); // purposely not implemented
114
115};
116
117} // end namespace elastix
118
119#ifndef ITK_MANUAL_INSTANTIATION
120#include "elxFullSampler.hxx"
121#endif
122
123#endif // end #ifndef __elxFullSampler_h
An interpolator based on the itk::ImageFullSampler.
Superclass2::ElastixType ElastixType
Superclass2::ConfigurationType ConfigurationType
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass2::RegistrationPointer RegistrationPointer
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
FullSampler(const Self &)
Superclass1::InputImageType InputImageType
Superclass1::DataObjectPointer DataObjectPointer
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass2::ITKBaseType ITKBaseType
Superclass1::InputImageIndexType InputImageIndexType
Superclass1::InputImagePointer InputImagePointer
Superclass1::InputImagePixelType InputImagePixelType
Superclass1::ImageSampleType ImageSampleType
Superclass1::InputImageRegionType InputImageRegionType
itk::ImageFullSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
void operator=(const Self &)
Superclass1::MaskType MaskType
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass2::ElastixPointer ElastixPointer
Superclass1::ImageSampleContainerType ImageSampleContainerType
itk::SmartPointer< Self > Pointer
itk::SmartPointer< const Self > ConstPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::InputImagePointType InputImagePointType
elx::ImageSamplerBase< TElastix > Superclass2
Superclass2::RegistrationType RegistrationType
Samples all voxels in the InputImageRegion.
Superclass::InputImageType InputImageType
InputImageType::IndexType InputImageIndexType
Superclass::InputImageConstPointer InputImageConstPointer
InputImageType::PointType InputImagePointType
Superclass::DataObjectPointer DataObjectPointer
Superclass::MaskType MaskType
Superclass::InputImagePointer InputImagePointer
Superclass::InputImagePixelType InputImagePixelType
Superclass::InputImageRegionType InputImageRegionType
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