18 #ifndef __itkGPUAdvancedSimilarity2DTransform_h
19 #define __itkGPUAdvancedSimilarity2DTransform_h
37 template<
typename TScalarType =
float,
40 public TParentTransform,
64 virtual const CPUMatrixType &
GetCPUMatrix(
void )
const {
return this->GetMatrix(); }
67 virtual const CPUInverseMatrixType &
GetCPUInverseMatrix(
void )
const {
return this->GetInverseMatrix(); }
70 virtual const CPUOutputVectorType &
GetCPUOffset(
void )
const {
return this->GetOffset(); }