Go to the documentation of this file.
18 #ifndef __itkWeightedCombinationTransform_h
19 #define __itkWeightedCombinationTransform_h
42 unsigned int NInputDimensions = 3,
43 unsigned int NOutputDimensions = 3 >
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" );
156 return this->m_FixedParameters;
169 itkSetMacro( NormalizeWeights,
bool );
170 itkGetConstMacro( NormalizeWeights,
bool );
199 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
206 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
214 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
223 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
231 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
240 itkExceptionMacro( <<
"Not implemented for WeightedCombinationTransform" );
266 #ifndef ITK_MANUAL_INSTANTIATION
267 #include "itkWeightedCombinationTransform.hxx"
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|