Go to the documentation of this file.
18 #ifndef __itkStackTransform_h
19 #define __itkStackTransform_h
38 unsigned int NInputDimensions = 3,
39 unsigned int NOutputDimensions = 3 >
95 itkGetStaticConstMacro( ReducedInputSpaceDimension ),
115 <<
"TransformVector(const InputVectorType &) is not implemented "
116 <<
"for StackTransform" );
123 <<
"TransformVector(const InputVnlVectorType &) is not implemented "
124 <<
"for StackTransform" );
131 <<
"TransformCovariantVector(const InputCovariantVectorType &) is not implemented "
132 <<
"for StackTransform" );
165 return this->m_FixedParameters;
196 itkGetMacro( NumberOfSubTransforms,
unsigned int );
219 transformcopy->SetFixedParameters( transform->GetFixedParameters() );
220 transformcopy->SetParameters( transform->GetParameters() );
241 itkExceptionMacro( <<
"Not implemented for StackTransform" );
248 itkExceptionMacro( <<
"Not implemented for StackTransform" );
256 itkExceptionMacro( <<
"Not implemented for StackTransform" );
265 itkExceptionMacro( <<
"Not implemented for StackTransform" );
273 itkExceptionMacro( <<
"Not implemented for StackTransform" );
282 itkExceptionMacro( <<
"Not implemented for StackTransform" );
307 #ifndef ITK_MANUAL_INSTANTIATION
308 #include "itkStackTransform.hxx"
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|