18 #ifndef __itkWeightedCombinationTransform_h
19 #define __itkWeightedCombinationTransform_h
41 template<
class TScalarType,
42 unsigned int NInputDimensions = 3,
43 unsigned int NOutputDimensions = 3 >
92 typedef Transform< TScalarType,
106 <<
"TransformVector(const InputVectorType &) is not implemented "
107 <<
"for WeightedCombinationTransform" );
114 <<
"TransformVector(const InputVnlVectorType &) is not implemented "
115 <<
"for WeightedCombinationTransform" );
122 <<
"TransformCovariantVector(const InputCovariantVectorType &) is not implemented "
123 <<
"for WeightedCombinationTransform" );
153 return this->m_FixedParameters;
166 itkSetMacro( NormalizeWeights,
bool );
167 itkGetConstMacro( NormalizeWeights,
bool );
196 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
203 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
211 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
220 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
228 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
237 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
263 #ifndef ITK_MANUAL_INSTANTIATION
264 #include "itkWeightedCombinationTransform.hxx"