18 #ifndef __itkAdvancedCombinationTransform_h
19 #define __itkAdvancedCombinationTransform_h
55 template<
typename TScalarType,
unsigned int NDimensions = 3 >
153 itkGetConstMacro( UseComposition,
bool );
158 itkGetConstMacro( UseAddition,
bool );
170 <<
"TransformVector(const InputVectorType &) is not implemented "
171 <<
"for AdvancedCombinationTransform" );
178 <<
"TransformVector(const InputVnlVectorType &) is not implemented "
179 <<
"for AdvancedCombinationTransform" );
186 <<
"TransformCovariantVector(const InputCovariantVectorType &) is not implemented "
187 <<
"for AdvancedCombinationTransform" );
635 #ifndef ITK_MANUAL_INSTANTIATION
636 #include "itkAdvancedCombinationTransform.hxx"