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 
23 namespace itk
24 {
25 
45 template< class TScalarType = double, unsigned int NDimensions = 3 >
47  public AdvancedBSplineDeformableTransform< TScalarType, NDimensions, 0 >
48 {
49 public:
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 
85 
87  typedef Vector< float,
88  itkGetStaticConstMacro( SpaceDimension ) > CoefficientVectorPixelType;
90  itkGetStaticConstMacro( SpaceDimension ) > CoefficientVectorImageType;
91  typedef typename CoefficientVectorImageType::Pointer CoefficientVectorImagePointer;
92 
102  virtual void SetCoefficientVectorImage( const CoefficientVectorImageType * vecImage );
103 
111 
112 protected:
113 
118 
119 private:
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__
itk::DeformationVectorFieldTransform::ScalarType
Superclass::ScalarType ScalarType
Definition: itkDeformationVectorFieldTransform.h:69
itk::AdvancedBSplineDeformableTransform::InputPointType
Superclass::InputPointType InputPointType
Definition: itkAdvancedBSplineDeformableTransform.h:164
itk::DeformationVectorFieldTransform::CoefficientVectorPixelType
Vector< float, itkGetStaticConstMacro(SpaceDimension) > CoefficientVectorPixelType
Definition: itkDeformationVectorFieldTransform.h:88
itk::DeformationVectorFieldTransform::GetCoefficientVectorImage
virtual void GetCoefficientVectorImage(CoefficientVectorImagePointer &vecImage) const
itk::AdvancedBSplineDeformableTransform::OutputPointType
Superclass::OutputPointType OutputPointType
Definition: itkAdvancedBSplineDeformableTransform.h:165
itk::DeformationVectorFieldTransform::ParametersType
Superclass::ParametersType ParametersType
Definition: itkDeformationVectorFieldTransform.h:70
itk::DeformationVectorFieldTransform::Pointer
SmartPointer< Self > Pointer
Definition: itkDeformationVectorFieldTransform.h:55
SmartPointer< Self >
itk::AdvancedBSplineDeformableTransform::InputCovariantVectorType
Superclass::InputCovariantVectorType InputCovariantVectorType
Definition: itkAdvancedBSplineDeformableTransform.h:171
itk::AdvancedBSplineDeformableTransform::InputVnlVectorType
Superclass::InputVnlVectorType InputVnlVectorType
Definition: itkAdvancedBSplineDeformableTransform.h:168
itk::AdvancedBSplineDeformableTransform
Deformable transform using a B-spline representation.
Definition: itkAdvancedBSplineDeformableTransform.h:135
itk::DeformationVectorFieldTransform::m_Images
CoefficientImagePointer m_Images[SpaceDimension]
Definition: itkDeformationVectorFieldTransform.h:127
Image
itk::DeformationVectorFieldTransform::CoefficientVectorImageType
Image< CoefficientVectorPixelType, itkGetStaticConstMacro(SpaceDimension) > CoefficientVectorImageType
Definition: itkDeformationVectorFieldTransform.h:90
itk::AdvancedBSplineDeformableTransform::InputVectorType
Superclass::InputVectorType InputVectorType
Definition: itkAdvancedBSplineDeformableTransform.h:166
itk::DeformationVectorFieldTransform::itkStaticConstMacro
itkStaticConstMacro(SpaceDimension, unsigned int, NDimensions)
itk::DeformationVectorFieldTransform::ConstPointer
SmartPointer< const Self > ConstPointer
Definition: itkDeformationVectorFieldTransform.h:56
itk::DeformationVectorFieldTransform::OutputCovariantVectorType
Superclass::OutputCovariantVectorType OutputCovariantVectorType
Definition: itkDeformationVectorFieldTransform.h:75
itk::DeformationVectorFieldTransform::InputVnlVectorType
Superclass::InputVnlVectorType InputVnlVectorType
Definition: itkDeformationVectorFieldTransform.h:76
itk::DeformationVectorFieldTransform::JacobianType
Superclass::JacobianType JacobianType
Definition: itkDeformationVectorFieldTransform.h:71
itk::DeformationVectorFieldTransform::CoefficientImagePointer
Superclass::ImagePointer CoefficientImagePointer
Definition: itkDeformationVectorFieldTransform.h:84
itk::DeformationVectorFieldTransform::~DeformationVectorFieldTransform
virtual ~DeformationVectorFieldTransform()
itk::AdvancedBSplineDeformableTransform::PixelType
Superclass::PixelType PixelType
Definition: itkAdvancedBSplineDeformableTransform.h:188
itk::DeformationVectorFieldTransform::SetCoefficientVectorImage
virtual void SetCoefficientVectorImage(const CoefficientVectorImageType *vecImage)
itk::DeformationVectorFieldTransform::CoefficientVectorImagePointer
CoefficientVectorImageType::Pointer CoefficientVectorImagePointer
Definition: itkDeformationVectorFieldTransform.h:91
itk::DeformationVectorFieldTransform::OutputPointType
Superclass::OutputPointType OutputPointType
Definition: itkDeformationVectorFieldTransform.h:79
itk::DeformationVectorFieldTransform::CoefficientPixelType
Superclass::PixelType CoefficientPixelType
Definition: itkDeformationVectorFieldTransform.h:82
itk::AdvancedBSplineDeformableTransform::OutputCovariantVectorType
Superclass::OutputCovariantVectorType OutputCovariantVectorType
Definition: itkAdvancedBSplineDeformableTransform.h:173
itk::DeformationVectorFieldTransform
An itk transform based on a DeformationVectorField.
Definition: itkDeformationVectorFieldTransform.h:48
itk::AdvancedBSplineDeformableTransform::ImagePointer
Superclass::ImagePointer ImagePointer
Definition: itkAdvancedBSplineDeformableTransform.h:190
itk::AdvancedBSplineDeformableTransform::OutputVectorType
Superclass::OutputVectorType OutputVectorType
Definition: itkAdvancedBSplineDeformableTransform.h:167
itk::AdvancedBSplineDeformableTransform::ScalarType
Superclass::ScalarType ScalarType
Definition: itkAdvancedBSplineDeformableTransform.h:163
itk::DeformationVectorFieldTransform::InputPointType
Superclass::InputPointType InputPointType
Definition: itkDeformationVectorFieldTransform.h:78
itk::AdvancedBSplineDeformableTransform::ParametersType
Superclass::ParametersType ParametersType
Definition: itkAdvancedBSplineDeformableTransform.h:158
itk::DeformationVectorFieldTransform::Self
DeformationVectorFieldTransform Self
Definition: itkDeformationVectorFieldTransform.h:52
itk::DeformationVectorFieldTransform::InputVectorType
Superclass::InputVectorType InputVectorType
Definition: itkDeformationVectorFieldTransform.h:72
itk::DeformationVectorFieldTransform::operator=
void operator=(const Self &)
itk::DeformationVectorFieldTransform::InputCovariantVectorType
Superclass::InputCovariantVectorType InputCovariantVectorType
Definition: itkDeformationVectorFieldTransform.h:74
itk
Definition: itkAdvancedImageToImageMetric.h:40
itk::DeformationVectorFieldTransform::itkStaticConstMacro
itkStaticConstMacro(SplineOrder, unsigned int, Superclass::SplineOrder)
itk::DeformationVectorFieldTransform::Superclass
AdvancedBSplineDeformableTransform< TScalarType, NDimensions, 0 > Superclass
Definition: itkDeformationVectorFieldTransform.h:54
itk::AdvancedBSplineDeformableTransform::OutputVnlVectorType
Superclass::OutputVnlVectorType OutputVnlVectorType
Definition: itkAdvancedBSplineDeformableTransform.h:169
TScalarType
itk::DeformationVectorFieldTransform::DeformationVectorFieldTransform
DeformationVectorFieldTransform(const Self &)
itk::DeformationVectorFieldTransform::OutputVectorType
Superclass::OutputVectorType OutputVectorType
Definition: itkDeformationVectorFieldTransform.h:73
itk::DeformationVectorFieldTransform::CoefficientImageType
Superclass::ImageType CoefficientImageType
Definition: itkDeformationVectorFieldTransform.h:83
itk::DeformationVectorFieldTransform::OutputVnlVectorType
Superclass::OutputVnlVectorType OutputVnlVectorType
Definition: itkDeformationVectorFieldTransform.h:77
itk::AdvancedBSplineDeformableTransform::JacobianType
Superclass::JacobianType JacobianType
Definition: itkAdvancedBSplineDeformableTransform.h:162
itk::DeformationVectorFieldTransform::DeformationVectorFieldTransform
DeformationVectorFieldTransform()
float
itkAdvancedBSplineDeformableTransform.h


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo