18#ifndef itkGPUAffineTransform_h
19#define itkGPUAffineTransform_h
21#include "itkAffineTransform.h"
37template <
typename TScalarType = float,
38 unsigned int NDimensions = 3,
39 typename TParentTransform = AffineTransform<TScalarType, NDimensions>>
41 :
public TParentTransform
68 return this->GetMatrix();
72 virtual const CPUOutputVectorType &
75 return this->GetOffset();