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 40 of file itkGPUTranslationTransform.h.

Inheritance diagram for itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >:
Inheritance graph
[legend]

Public Types

using ConstPointer = SmartPointer< const Self >
 
using CPUOutputVectorType = typename GPUSuperclass::CPUOutputVectorType
 
using CPUSuperclass = TParentTransform
 
using GPUSuperclass = GPUTranslationTransformBase< TScalarType, NDimensions >
 
using Pointer = SmartPointer< Self >
 
using Self = GPUTranslationTransform
 
- Public Types inherited from itk::GPUTranslationTransformBase< TScalarType, NDimensions >
using CPUOutputVectorType = Vector< TScalarType, NDimensions >
 
using GPUSuperclass = GPUTransformBase
 
using ScalarType = TScalarType
 
using Self = GPUTranslationTransformBase
 
- Public Types inherited from itk::GPUTransformBase
using Self = GPUTransformBase
 

Public Member Functions

virtual const char * GetClassName () const
 
virtual const CPUOutputVectorTypeGetCPUOffset () const
 
- Public Member Functions inherited from itk::GPUTranslationTransformBase< TScalarType, NDimensions >
virtual const char * GetClassName () const
 
virtual const CPUOutputVectorTypeGetCPUOffset () const =0
 
bool IsTranslationTransform () 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
 
virtual GPUDataManager::Pointer GetParametersDataManager (const std::vcl_size_t index) const
 
virtual bool GetSourceCode (std::string &source) const
 
virtual bool IsBSplineTransform () const
 
virtual bool IsIdentityTransform () const
 
virtual bool IsMatrixOffsetTransform () const
 
virtual bool IsTranslationTransform () const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

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

Private Member Functions

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

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>>
using itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::ConstPointer = SmartPointer<const Self>

Definition at line 50 of file itkGPUTranslationTransform.h.

◆ CPUOutputVectorType

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

Typedefs from GPUSuperclass.

Definition at line 59 of file itkGPUTranslationTransform.h.

◆ CPUSuperclass

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

Definition at line 47 of file itkGPUTranslationTransform.h.

◆ GPUSuperclass

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

Definition at line 48 of file itkGPUTranslationTransform.h.

◆ Pointer

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

Definition at line 49 of file itkGPUTranslationTransform.h.

◆ Self

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

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 69 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 70 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)
privatedelete

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< TScalarType, NDimensions >.

◆ GetCPUOffset()

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

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

Implements itk::GPUTranslationTransformBase< TScalarType, NDimensions >.

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 )
privatedelete


Generated on Wed 12 Apr 2023 for elastix by doxygen 1.9.6 elastix logo