18 #ifndef __itkGPUAdvancedMatrixOffsetTransformBase_h 19 #define __itkGPUAdvancedMatrixOffsetTransformBase_h 37 template<
typename TScalarType =
float,
unsigned int NDimensions = 3,
38 typename TParentTransform = AdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions > >
65 virtual const CPUMatrixType &
GetCPUMatrix(
void )
const {
return this->GetMatrix(); }
68 virtual const CPUInverseMatrixType &
GetCPUInverseMatrix(
void )
const {
return this->GetInverseMatrix(); }
71 virtual const CPUOutputVectorType &
GetCPUOffset(
void )
const {
return this->GetOffset(); }