go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
itkDeformationVectorFieldTransform.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 __itkDeformationVectorFieldTransform_h__
19#define __itkDeformationVectorFieldTransform_h__
20
22
23namespace itk
24{
25
45template< class TScalarType = double, unsigned int NDimensions = 3 >
47 public AdvancedBSplineDeformableTransform< TScalarType, NDimensions, 0 >
48{
49public:
50
54 TScalarType, NDimensions, 0 > Superclass;
56 typedef SmartPointer< const Self > ConstPointer;
57
59 itkNewMacro( Self );
60
63
65 itkStaticConstMacro( SpaceDimension, unsigned int, NDimensions );
66 itkStaticConstMacro( SplineOrder, unsigned int, Superclass::SplineOrder );
67
80
82 typedef typename Superclass::PixelType CoefficientPixelType;
85
87 typedef Vector< float,
88 itkGetStaticConstMacro( SpaceDimension ) > CoefficientVectorPixelType;
90 itkGetStaticConstMacro( SpaceDimension ) > CoefficientVectorImageType;
91 typedef typename CoefficientVectorImageType::Pointer CoefficientVectorImagePointer;
92
103
111
112protected:
113
118
119private:
120
122 DeformationVectorFieldTransform( const Self & ); // purposely not implemented
124 void operator=( const Self & ); // purposely not implemented
125
128
129};
130
131} // end namespace itk
132
133#ifndef ITK_MANUAL_INSTANTIATION
134#include "itkDeformationVectorFieldTransform.hxx"
135#endif
136
137#endif // end #ifndef __itkDeformationVectorFieldTransform_h__
Deformable transform using a B-spline representation.
Superclass::InputCovariantVectorType InputCovariantVectorType
Superclass::OutputCovariantVectorType OutputCovariantVectorType
An itk transform based on a DeformationVectorField.
CoefficientImagePointer m_Images[SpaceDimension]
Image< CoefficientVectorPixelType, itkGetStaticConstMacro(SpaceDimension) > CoefficientVectorImageType
Vector< float, itkGetStaticConstMacro(SpaceDimension) > CoefficientVectorPixelType
virtual void GetCoefficientVectorImage(CoefficientVectorImagePointer &vecImage) const
CoefficientVectorImageType::Pointer CoefficientVectorImagePointer
itkStaticConstMacro(SpaceDimension, unsigned int, NDimensions)
AdvancedBSplineDeformableTransform< TScalarType, NDimensions, 0 > Superclass
Superclass::OutputCovariantVectorType OutputCovariantVectorType
itkStaticConstMacro(SplineOrder, unsigned int, Superclass::SplineOrder)
Superclass::InputCovariantVectorType InputCovariantVectorType
virtual void SetCoefficientVectorImage(const CoefficientVectorImageType *vecImage)


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo