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 
15 #ifndef __itkDeformationVectorFieldTransform_H__
16 #define __itkDeformationVectorFieldTransform_H__
17 
19 
20 namespace itk
21 {
22 
42 template < class TScalarType = double, unsigned int NDimensions = 3 >
44  : public AdvancedBSplineDeformableTransform< TScalarType, NDimensions, 0 >
45 {
46  public:
47 
51  TScalarType, NDimensions, 0 > Superclass;
52  typedef SmartPointer< Self > Pointer;
53  typedef SmartPointer< const Self > ConstPointer;
54 
56  itkNewMacro( Self );
57 
60 
62  itkStaticConstMacro( SpaceDimension, unsigned int, NDimensions );
63  itkStaticConstMacro( SplineOrder, unsigned int, Superclass::SplineOrder );
64 
77 
82 
84  typedef Vector< float,
85  itkGetStaticConstMacro( SpaceDimension ) > CoefficientVectorPixelType;
86  typedef Image< CoefficientVectorPixelType,
87  itkGetStaticConstMacro( SpaceDimension ) > CoefficientVectorImageType;
88  typedef typename CoefficientVectorImageType::Pointer CoefficientVectorImagePointer;
89 
99  virtual void SetCoefficientVectorImage( const CoefficientVectorImageType * vecImage );
100 
107  virtual void GetCoefficientVectorImage( CoefficientVectorImagePointer & vecImage ) const;
108 
109  protected:
110 
115 
116  private:
117 
119  DeformationVectorFieldTransform( const Self& ); // purposely not implemented
121  void operator=( const Self& ); // purposely not implemented
122 
125 
126  }; // end class DeformationVectorFieldTransform
127 
128 } // end namespace itk
129 
130 
131 #ifndef ITK_MANUAL_INSTANTIATION
132 #include "itkDeformationVectorFieldTransform.txx"
133 #endif
134 
135 #endif // end #ifndef __itkDeformationVectorFieldTransform_H__
136 


Generated on 21-03-2014 for elastix by doxygen 1.8.1.2 elastix logo