18 #ifndef __itkGPUCompositeTransformBase_h
19 #define __itkGPUCompositeTransformBase_h
22 #include "itkTransform.h"
37 template<
typename TScalarType =
float,
unsigned int NDimensions = 3 >
51 typedef Transform< TScalarType, NDimensions, NDimensions >
TransformType;
119 const bool loadSource, std::string & source )
const;
126 const bool loadSource, std::string & source )
const;
132 const bool loadSource, std::string & source )
const;
138 const bool loadSource, std::string & source )
const;
144 #ifndef ITK_MANUAL_INSTANTIATION
145 #include "itkGPUCompositeTransformBase.hxx"
SmartPointer< Self > Pointer