18#ifndef itkGPUTranslationTransform_h
19#define itkGPUTranslationTransform_h
21#include "itkTranslationTransform.h"
37template <
typename TScalarType = float,
38 unsigned int NDimensions = 3,
39 typename TParentTransform = TranslationTransform<TScalarType, NDimensions>>
41 :
public TParentTransform
65 return this->GetOffset();