go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform > Class Template Reference

#include <itkGPUTranslationTransform.h>

Detailed Description

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
class itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >

GPU version of TranslationTransform.

Author
Denis P. Shamonin and Marius Staring. Division of Image Processing, Department of Radiology, Leiden, The Netherlands
Note
This work was funded by the Netherlands Organisation for Scientific Research (NWO NRG-2010.02 and NWO 639.021.124).

Definition at line 39 of file itkGPUTranslationTransform.h.

+ Inheritance diagram for itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >:

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef GPUSuperclass::CPUOutputVectorType CPUOutputVectorType
 
typedef TParentTransform CPUSuperclass
 
typedef GPUTranslationTransformBase< TScalarType, NDimensions > GPUSuperclass
 
typedef SmartPointer< SelfPointer
 
typedef GPUTranslationTransform Self
 
- Public Types inherited from itk::GPUTranslationTransformBase< float, 3 >
typedef Vector< float, NDimensions > CPUOutputVectorType
 
typedef GPUTransformBase GPUSuperclass
 
typedef float ScalarType
 
typedef GPUTranslationTransformBase Self
 
- Public Types inherited from itk::GPUTransformBase
typedef GPUTransformBase Self
 

Public Member Functions

virtual const char * GetClassName () const
 
virtual const CPUOutputVectorTypeGetCPUOffset (void) const
 
- Public Member Functions inherited from itk::GPUTranslationTransformBase< float, 3 >
virtual const char * GetClassName () const
 
virtual const CPUOutputVectorTypeGetCPUOffset (void) const=0
 
bool IsTranslationTransform (void) const override
 
 itkStaticConstMacro (ParametersDimension, unsigned int, NDimensions)
 
 itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions)
 
- Public Member Functions inherited from itk::GPUTransformBase
virtual const char * GetNameOfClass () const
 
virtual GPUDataManager::Pointer GetParametersDataManager (const std::vcl_size_t index) const
 
virtual GPUDataManager::Pointer GetParametersDataManager (void) const
 
virtual bool GetSourceCode (std::string &source) const
 
virtual bool IsBSplineTransform (void) const
 
virtual bool IsIdentityTransform (void) const
 
virtual bool IsMatrixOffsetTransform (void) const
 
virtual bool IsTranslationTransform (void) const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 GPUTranslationTransform ()
 
virtual ~GPUTranslationTransform ()
 
- Protected Member Functions inherited from itk::GPUTranslationTransformBase< float, 3 >
GPUDataManager::Pointer GetParametersDataManager (void) const override
 
bool GetSourceCode (std::string &source) const override
 
 GPUTranslationTransformBase ()
 
 ~GPUTranslationTransformBase () override
 
- Protected Member Functions inherited from itk::GPUTransformBase
 GPUTransformBase ()
 
virtual ~GPUTransformBase ()
 

Private Member Functions

 GPUTranslationTransform (const Self &other)
 
const Selfoperator= (const Self &)
 

Additional Inherited Members

- Protected Attributes inherited from itk::GPUTransformBase
GPUDataManager::Pointer m_ParametersDataManager
 

Member Typedef Documentation

◆ ConstPointer

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
typedef SmartPointer< const Self > itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::ConstPointer

Definition at line 51 of file itkGPUTranslationTransform.h.

◆ CPUOutputVectorType

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
typedef GPUSuperclass::CPUOutputVectorType itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::CPUOutputVectorType

Typedefs from GPUSuperclass.

Definition at line 60 of file itkGPUTranslationTransform.h.

◆ CPUSuperclass

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
typedef TParentTransform itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::CPUSuperclass

Definition at line 47 of file itkGPUTranslationTransform.h.

◆ GPUSuperclass

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
typedef GPUTranslationTransformBase< TScalarType, NDimensions > itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::GPUSuperclass

Definition at line 49 of file itkGPUTranslationTransform.h.

◆ Pointer

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
typedef SmartPointer< Self > itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::Pointer

Definition at line 50 of file itkGPUTranslationTransform.h.

◆ Self

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
typedef GPUTranslationTransform itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::Self

Standard class typedefs.

Definition at line 46 of file itkGPUTranslationTransform.h.

Constructor & Destructor Documentation

◆ GPUTranslationTransform() [1/2]

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::GPUTranslationTransform ( )
inlineprotected

Definition at line 67 of file itkGPUTranslationTransform.h.

◆ ~GPUTranslationTransform()

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
virtual itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::~GPUTranslationTransform ( )
inlineprotectedvirtual

Definition at line 68 of file itkGPUTranslationTransform.h.

◆ GPUTranslationTransform() [2/2]

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::GPUTranslationTransform ( const Self other)
private

Member Function Documentation

◆ GetClassName()

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
virtual const char * itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::GPUTranslationTransformBase< float, 3 >.

◆ GetCPUOffset()

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
virtual const CPUOutputVectorType & itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::GetCPUOffset ( void  ) const
inlinevirtual

This method returns the CPU value of the offset of the TranslationTransform.

Implements itk::GPUTranslationTransformBase< float, 3 >.

Definition at line 63 of file itkGPUTranslationTransform.h.

◆ New()

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
static Pointer itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<typename TScalarType = float, unsigned int NDimensions = 3, typename TParentTransform = TranslationTransform< TScalarType, NDimensions >>
const Self & itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::operator= ( const Self )
private


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo