18#ifndef __itkStackTransform_h
19#define __itkStackTransform_h
38unsigned int NInputDimensions = 3,
39unsigned 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 );
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"