Go to the documentation of this file.
34 #ifndef __itkAdvancedIdentityTransform_h
35 #define __itkAdvancedIdentityTransform_h
37 #include "itkObject.h"
39 #include "itkVector.h"
40 #include "itkCovariantVector.h"
41 #include "vnl/vnl_vector_fixed.h"
43 #include "itkArray2D.h"
46 #include "itkObjectFactory.h"
71 unsigned int NDimensions = 3 >
172 return this->
New().GetPointer();
195 return this->m_FixedParameters;
205 return this->m_Parameters;
305 for(
unsigned int i = 0; i < ParametersDimension; ++i )
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|