18 #ifndef __itkStackTransform_h
19 #define __itkStackTransform_h
37 template<
class TScalarType,
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 itkGetConstMacro( NumberOfSubTransforms,
unsigned int );
199 itkSetMacro( StackSpacing, TScalarType );
200 itkGetConstMacro( StackSpacing, TScalarType );
201 itkSetMacro( StackOrigin, TScalarType );
202 itkGetConstMacro( StackOrigin, TScalarType );
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"