Go to the documentation of this file.
18 #ifndef __itkAdvancedCombinationTransform_h
19 #define __itkAdvancedCombinationTransform_h
22 #include "itkExceptionObject.h"
55 template<
typename TScalarType,
unsigned int NDimensions = 3 >
155 itkGetConstMacro( UseComposition,
bool );
160 itkGetConstMacro( UseAddition,
bool );
172 <<
"TransformVector(const InputVectorType &) is not implemented "
173 <<
"for AdvancedCombinationTransform" );
180 <<
"TransformVector(const InputVnlVectorType &) is not implemented "
181 <<
"for AdvancedCombinationTransform" );
188 <<
"TransformCovariantVector(const InputCovariantVectorType &) is not implemented "
189 <<
"for AdvancedCombinationTransform" );
637 #ifndef ITK_MANUAL_INSTANTIATION
638 #include "itkAdvancedCombinationTransform.hxx"
641 #endif // end #ifndef __itkAdvancedCombinationTransform_h
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|