15 #ifndef __itkWeightedCombinationTransform_h
16 #define __itkWeightedCombinationTransform_h
38 template <
class TScalarType,
39 unsigned int NInputDimensions = 3,
40 unsigned int NOutputDimensions = 3>
85 typedef Transform< TScalarType,
124 itkSetMacro( NormalizeWeights,
bool );
125 itkGetConstMacro( NormalizeWeights,
bool );
169 #define ITK_TEMPLATE_WeightedCombination(_, EXPORT, x, y) namespace itk { \
170 _(3(class EXPORT WeightedCombinationTransform< ITK_TEMPLATE_3 x >)) \
171 namespace Templates { typedef WeigthedCombinationTransform< ITK_TEMPLATE_3 x > WeightedCombinationTransform##y; } \
174 #if ITK_TEMPLATE_EXPLICIT
175 # include "Templates/itkWeightedCombinationTransform+-.h"
179 # include "itkWeightedCombinationTransform.txx"