go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxRayCastInterpolator.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 __elxRayCastInterpolator_h
19 #define __elxRayCastInterpolator_h
20 
21 #include "elxIncludes.h" // include first to avoid MSVS warning
24 #include "itkAdvancedTransform.h"
25 #include "itkEulerTransform.h"
26 
27 namespace elastix
28 {
29 
43 template< class TElastix >
45  public
47  typename InterpolatorBase< TElastix >::InputImageType,
48  typename InterpolatorBase< TElastix >::CoordRepType >,
49  public
50  InterpolatorBase< TElastix >
51 {
52 public:
53 
60  typedef itk::SmartPointer< Self > Pointer;
61  typedef itk::SmartPointer< const Self > ConstPointer;
62 
64  itkNewMacro( Self );
65 
68 
73  elxClassNameMacro( "RayCastInterpolator" );
74 
76  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
77 
84  typedef typename Superclass1::SizeType SizeType;
85  typedef typename InputImageType::SpacingType SpacingType;
86 
95 
97  typedef typename itk::EulerTransform<
99  ImageDimension > EulerTransformType;
102  typedef typename itk::AdvancedTransform<
104  itkGetStaticConstMacro( ImageDimension ),
105  itkGetStaticConstMacro( ImageDimension ) > AdvancedTransformType;
107  typedef typename itk::AdvancedCombinationTransform<
109  itkGetStaticConstMacro( ImageDimension ) > CombinationTransformType;
111 
112 protected:
113 
116 
118  virtual ~RayCastInterpolator() {}
119 
120  virtual int BeforeAll( void );
121 
122  virtual void BeforeRegistration( void );
123 
124  virtual void BeforeEachResolution( void );
125 
126 private:
127 
129  RayCastInterpolator( const Self & ); // purposely not implemented
130 
132  void operator=( const Self & ); // purposely not implemented
133 
137 
138 };
139 
140 } // end namespace elastix
141 
142 #ifndef ITK_MANUAL_INSTANTIATION
143 #include "elxRayCastInterpolator.hxx"
144 #endif
145 
146 #endif // end #ifndef __elxRayCastInterpolator_h
elastix::RayCastInterpolator::BeforeRegistration
virtual void BeforeRegistration(void)
elastix::RayCastInterpolator::RegistrationPointer
Superclass2::RegistrationPointer RegistrationPointer
Definition: elxRayCastInterpolator.h:93
elastix::RayCastInterpolator::IndexType
Superclass1::IndexType IndexType
Definition: elxRayCastInterpolator.h:81
elastix::InterpolatorBase::ITKBaseType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Definition: elxInterpolatorBase.h:68
elastix::RayCastInterpolator::SpacingType
InputImageType::SpacingType SpacingType
Definition: elxRayCastInterpolator.h:85
itkAdvancedTransform.h
itk::EulerTransform::ParametersType
Superclass::ParametersType ParametersType
Definition: itkEulerTransform.h:168
elastix::InterpolatorBase::InputImageType
ElastixType::MovingImageType InputImageType
Definition: elxInterpolatorBase.h:63
SmartPointer< Self >
elastix::RayCastInterpolator::EulerTransformType
itk::EulerTransform< typename InterpolatorBase< TElastix >::CoordRepType, ImageDimension > EulerTransformType
Definition: elxRayCastInterpolator.h:99
elastix::RayCastInterpolator::InputImageType
Superclass1::InputImageType InputImageType
Definition: elxRayCastInterpolator.h:80
elastix::RayCastInterpolator::ElastixPointer
Superclass2::ElastixPointer ElastixPointer
Definition: elxRayCastInterpolator.h:89
itkAdvancedCombinationTransform.h
elastix::InterpolatorBase::ElastixPointer
Superclass::ElastixPointer ElastixPointer
Definition: elxInterpolatorBase.h:56
elastix::RayCastInterpolator::RegistrationType
Superclass2::RegistrationType RegistrationType
Definition: elxRayCastInterpolator.h:92
elastix::InterpolatorBase::CoordRepType
ElastixType::CoordRepType CoordRepType
Definition: elxInterpolatorBase.h:64
elastix::RayCastInterpolator::EulerTransformPointer
EulerTransformType::Pointer EulerTransformPointer
Definition: elxRayCastInterpolator.h:101
elastix::RayCastInterpolator::elxClassNameMacro
elxClassNameMacro("RayCastInterpolator")
itk::AdvancedCombinationTransform
This class combines two transforms: an 'initial transform' with a 'current transform'.
Definition: itkAdvancedCombinationTransform.h:58
elastix::RayCastInterpolator::m_CombinationTransform
CombinationTransformPointer m_CombinationTransform
Definition: elxRayCastInterpolator.h:136
itkEulerTransform.h
elastix::RayCastInterpolator::m_PreParameters
TransformParametersType m_PreParameters
Definition: elxRayCastInterpolator.h:135
elastix::RayCastInterpolator::Superclass2
InterpolatorBase< TElastix > Superclass2
Definition: elxRayCastInterpolator.h:59
itk::AdvancedRayCastInterpolateImageFunction::InputImageType
Superclass::InputImageType InputImageType
Definition: itkAdvancedRayCastInterpolateImageFunction.h:104
elastix::RayCastInterpolator::CombinationTransformType
itk::AdvancedCombinationTransform< typename InterpolatorBase< TElastix >::CoordRepType, itkGetStaticConstMacro(ImageDimension) > CombinationTransformType
Definition: elxRayCastInterpolator.h:109
elastix::RayCastInterpolator::operator=
void operator=(const Self &)
elastix::RayCastInterpolator::~RayCastInterpolator
virtual ~RayCastInterpolator()
Definition: elxRayCastInterpolator.h:118
elastix::RayCastInterpolator::ConfigurationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Definition: elxRayCastInterpolator.h:91
itk::AdvancedRayCastInterpolateImageFunction
Projective interpolation of an image at specified positions.
Definition: itkAdvancedRayCastInterpolateImageFunction.h:58
itk::AdvancedRayCastInterpolateImageFunction::SizeType
TInputImage::SizeType SizeType
Definition: itkAdvancedRayCastInterpolateImageFunction.h:85
itk::AdvancedRayCastInterpolateImageFunction::ContinuousIndexType
Superclass::ContinuousIndexType ContinuousIndexType
Definition: itkAdvancedRayCastInterpolateImageFunction.h:119
itk::AdvancedRayCastInterpolateImageFunction::OutputType
Superclass::OutputType OutputType
Definition: itkAdvancedRayCastInterpolateImageFunction.h:98
elastix::RayCastInterpolator::RayCastInterpolator
RayCastInterpolator(const Self &)
elastix::RayCastInterpolator::Superclass1
itk::AdvancedRayCastInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > Superclass1
Definition: elxRayCastInterpolator.h:58
itk::AdvancedTransform
Transform maps points, vectors and covariant vectors from an input space to an output space.
Definition: itkAdvancedTransform.h:87
elastix::RayCastInterpolator::TransformParametersType
EulerTransformType::ParametersType TransformParametersType
Definition: elxRayCastInterpolator.h:100
elastix::RayCastInterpolator::ITKBaseType
Superclass2::ITKBaseType ITKBaseType
Definition: elxRayCastInterpolator.h:94
elastix::RayCastInterpolator::Self
RayCastInterpolator Self
Definition: elxRayCastInterpolator.h:55
elastix::RayCastInterpolator::CombinationTransformPointer
CombinationTransformType::Pointer CombinationTransformPointer
Definition: elxRayCastInterpolator.h:110
itkAdvancedRayCastInterpolateImageFunction.h
elastix::RayCastInterpolator::Pointer
itk::SmartPointer< Self > Pointer
Definition: elxRayCastInterpolator.h:60
elastix::InterpolatorBase::ConfigurationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxInterpolatorBase.h:58
elastix::InterpolatorBase::RegistrationPointer
Superclass::RegistrationPointer RegistrationPointer
Definition: elxInterpolatorBase.h:60
elastix::RayCastInterpolator::ConfigurationType
Superclass2::ConfigurationType ConfigurationType
Definition: elxRayCastInterpolator.h:90
elxIncludes.h
elastix::RayCastInterpolator::RayCastInterpolator
RayCastInterpolator()
Definition: elxRayCastInterpolator.h:115
elastix::RayCastInterpolator::PointType
Superclass1::PointType PointType
Definition: elxRayCastInterpolator.h:83
elastix::RayCastInterpolator::AdvancedTransformPointer
AdvancedTransformType::Pointer AdvancedTransformPointer
Definition: elxRayCastInterpolator.h:106
elastix::InterpolatorBase::RegistrationType
Superclass::RegistrationType RegistrationType
Definition: elxInterpolatorBase.h:59
itk::EulerTransform
This class combines the Euler2DTransform with the Euler3DTransform.
Definition: itkEulerTransform.h:144
elastix::RayCastInterpolator::SizeType
Superclass1::SizeType SizeType
Definition: elxRayCastInterpolator.h:84
elastix::RayCastInterpolator::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: elxRayCastInterpolator.h:61
elastix::RayCastInterpolator::AdvancedTransformType
itk::AdvancedTransform< typename InterpolatorBase< TElastix >::CoordRepType, itkGetStaticConstMacro(ImageDimension), itkGetStaticConstMacro(ImageDimension) > AdvancedTransformType
Definition: elxRayCastInterpolator.h:105
elastix::RayCastInterpolator::OutputType
Superclass1::OutputType OutputType
Definition: elxRayCastInterpolator.h:79
elastix::RayCastInterpolator::ContinuousIndexType
Superclass1::ContinuousIndexType ContinuousIndexType
Definition: elxRayCastInterpolator.h:82
elastix::InterpolatorBase::ConfigurationType
Superclass::ConfigurationType ConfigurationType
Definition: elxInterpolatorBase.h:57
elastix::RayCastInterpolator::m_PreTransform
EulerTransformPointer m_PreTransform
Definition: elxRayCastInterpolator.h:134
elastix::RayCastInterpolator::BeforeAll
virtual int BeforeAll(void)
elastix::InterpolatorBase
This class is the elastix base class for all Interpolators.
Definition: elxInterpolatorBase.h:44
elastix::RayCastInterpolator::ElastixType
Superclass2::ElastixType ElastixType
Definition: elxRayCastInterpolator.h:88
elastix::InterpolatorBase::ElastixType
Superclass::ElastixType ElastixType
Definition: elxInterpolatorBase.h:52
elastix::RayCastInterpolator
An interpolator based on the itkAdvancedRayCastInterpolateImageFunction.
Definition: elxRayCastInterpolator.h:51
itk::AdvancedRayCastInterpolateImageFunction::PointType
Superclass::PointType PointType
Definition: itkAdvancedRayCastInterpolateImageFunction.h:113
elastix::RayCastInterpolator::itkStaticConstMacro
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
elastix::RayCastInterpolator::BeforeEachResolution
virtual void BeforeEachResolution(void)
elastix
Definition: elxFixedGenericPyramid.h:25
itk::AdvancedRayCastInterpolateImageFunction::IndexType
Superclass::IndexType IndexType
Definition: itkAdvancedRayCastInterpolateImageFunction.h:116


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo