14 #ifndef __itkStackTransform_h
15 #define __itkStackTransform_h
33 template<
class TScalarType,
34 unsigned int NInputDimensions = 3,
35 unsigned int NOutputDimensions = 3 >
91 itkGetStaticConstMacro( ReducedInputSpaceDimension ),
111 <<
"TransformVector(const InputVectorType &) is not implemented "
112 <<
"for StackTransform" );
119 <<
"TransformVector(const InputVnlVectorType &) is not implemented "
120 <<
"for StackTransform" );
127 <<
"TransformCovariantVector(const InputCovariantVectorType &) is not implemented "
128 <<
"for StackTransform" );
161 return this->m_FixedParameters;
192 itkGetMacro( NumberOfSubTransforms,
unsigned int );
195 itkSetMacro( StackSpacing, TScalarType );
196 itkGetConstMacro( StackSpacing, TScalarType );
197 itkSetMacro( StackOrigin, TScalarType );
198 itkGetConstMacro( StackOrigin, TScalarType );
215 transformcopy->SetFixedParameters( transform->GetFixedParameters() );
216 transformcopy->SetParameters( transform->GetParameters() );
237 itkExceptionMacro( <<
"Not implemented for StackTransform" );
244 itkExceptionMacro( <<
"Not implemented for StackTransform" );
252 itkExceptionMacro( <<
"Not implemented for StackTransform" );
261 itkExceptionMacro( <<
"Not implemented for StackTransform" );
269 itkExceptionMacro( <<
"Not implemented for StackTransform" );
278 itkExceptionMacro( <<
"Not implemented for StackTransform" );
303 #ifndef ITK_MANUAL_INSTANTIATION
304 #include "itkStackTransform.hxx"