14 #ifndef __itkWeightedCombinationTransform_h
15 #define __itkWeightedCombinationTransform_h
37 template<
class TScalarType,
38 unsigned int NInputDimensions = 3,
39 unsigned int NOutputDimensions = 3 >
88 typedef Transform< TScalarType,
102 <<
"TransformVector(const InputVectorType &) is not implemented "
103 <<
"for WeightedCombinationTransform" );
110 <<
"TransformVector(const InputVnlVectorType &) is not implemented "
111 <<
"for WeightedCombinationTransform" );
118 <<
"TransformCovariantVector(const InputCovariantVectorType &) is not implemented "
119 <<
"for WeightedCombinationTransform" );
152 return this->m_FixedParameters;
165 itkSetMacro( NormalizeWeights,
bool );
166 itkGetConstMacro( NormalizeWeights,
bool );
195 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
202 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
210 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
219 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
227 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
236 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
262 #ifndef ITK_MANUAL_INSTANTIATION
263 #include "itkWeightedCombinationTransform.hxx"