18 #ifndef __itkGPUAffineTransform_h 19 #define __itkGPUAffineTransform_h 21 #include "itkAffineTransform.h" 37 template<
typename TScalarType =
float,
unsigned int NDimensions = 3,
67 virtual const CPUMatrixType &
GetCPUMatrix(
void )
const {
return this->GetMatrix(); }
70 virtual const CPUInverseMatrixType &
GetCPUInverseMatrix(
void )
const {
return this->GetInverseMatrix(); }
73 virtual const CPUOutputVectorType &
GetCPUOffset(
void )
const {
return this->GetOffset(); }