18#ifndef sitkTranslationTransform_h
19#define sitkTranslationTransform_h
42 const std::vector<double> & offset = std::vector<double>(3, 0.0));
55 return std::string(
"TranslationTransform");
58 SITK_RETURN_SELF_TYPE_HEADER
72 template <
typename TransformType>
76 TransformType * t =
dynamic_cast<TransformType *
>(
transform);
77 if (t && (
typeid(*t) ==
typeid(TransformType)))
79 that->InternalInitialization<TransformType>(t);
87 template <
typename TransformType>
TransformBaseTemplate< double > TransformBase
#define SITKCommon_EXPORT