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  This file is part of the elastix software.
4 
5  Copyright (c) University Medical Center Utrecht. All rights reserved.
6  See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
7  details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 ======================================================================*/
14 #ifndef __itkDeformationVectorFieldTransform_h__
15 #define __itkDeformationVectorFieldTransform_h__
16 
18 
19 namespace itk
20 {
21 
41 template< class TScalarType = double, unsigned int NDimensions = 3 >
43  public AdvancedBSplineDeformableTransform< TScalarType, NDimensions, 0 >
44 {
45 public:
46 
50  TScalarType, NDimensions, 0 > Superclass;
51  typedef SmartPointer< Self > Pointer;
52  typedef SmartPointer< const Self > ConstPointer;
53 
55  itkNewMacro( Self );
56 
59 
61  itkStaticConstMacro( SpaceDimension, unsigned int, NDimensions );
62  itkStaticConstMacro( SplineOrder, unsigned int, Superclass::SplineOrder );
63 
76 
81 
83  typedef Vector< float,
84  itkGetStaticConstMacro( SpaceDimension ) > CoefficientVectorPixelType;
85  typedef Image< CoefficientVectorPixelType,
86  itkGetStaticConstMacro( SpaceDimension ) > CoefficientVectorImageType;
87  typedef typename CoefficientVectorImageType::Pointer CoefficientVectorImagePointer;
88 
98  virtual void SetCoefficientVectorImage( const CoefficientVectorImageType * vecImage );
99 
106  virtual void GetCoefficientVectorImage( CoefficientVectorImagePointer & vecImage ) const;
107 
108 protected:
109 
114 
115 private:
116 
118  DeformationVectorFieldTransform( const Self & ); // purposely not implemented
120  void operator=( const Self & ); // purposely not implemented
121 
124 
125 };
126 
127 } // end namespace itk
128 
129 #ifndef ITK_MANUAL_INSTANTIATION
130 #include "itkDeformationVectorFieldTransform.hxx"
131 #endif
132 
133 #endif // end #ifndef __itkDeformationVectorFieldTransform_h__
Deformable transform using a B-spline representation.
CoefficientImagePointer m_Images[SpaceDimension]
An itk transform based on a DeformationVectorField.
Superclass::OutputCovariantVectorType OutputCovariantVectorType
virtual void SetCoefficientVectorImage(const CoefficientVectorImageType *vecImage)
Vector< float, itkGetStaticConstMacro(SpaceDimension) > CoefficientVectorPixelType
AdvancedBSplineDeformableTransform< TScalarType, NDimensions, 0 > Superclass
Image< CoefficientVectorPixelType, itkGetStaticConstMacro(SpaceDimension) > CoefficientVectorImageType
Superclass::InputCovariantVectorType InputCovariantVectorType
CoefficientVectorImageType::Pointer CoefficientVectorImagePointer
virtual void GetCoefficientVectorImage(CoefficientVectorImagePointer &vecImage) const
Base class for deformable transform using a B-spline representation.
itkStaticConstMacro(SpaceDimension, unsigned int, NDimensions)


Generated on 27-04-2014 for elastix by doxygen 1.8.6 elastix logo