go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
itk::GPUEuler2DTransform< TScalarType, TParentTransform > Class Template Reference

#include <itkGPUEuler2DTransform.h>

Detailed Description

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
class itk::GPUEuler2DTransform< TScalarType, TParentTransform >

GPU version of Euler2DTransform.

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 38 of file itkGPUEuler2DTransform.h.

Inheritance diagram for itk::GPUEuler2DTransform< TScalarType, TParentTransform >:

Public Types

using ConstPointer = SmartPointer<const Self>
 
using CPUInverseMatrixType = typename GPUSuperclass::CPUInverseMatrixType
 
using CPUMatrixType = typename GPUSuperclass::CPUMatrixType
 
using CPUOutputVectorType = typename GPUSuperclass::CPUOutputVectorType
 
using CPUSuperclass = TParentTransform
 
using GPUSuperclass = GPUMatrixOffsetTransformBase<TScalarType, 2, 2>
 
using Pointer = SmartPointer<Self>
 
using Self = GPUEuler2DTransform
 
- Public Types inherited from itk::GPUMatrixOffsetTransformBase< float, 2, 2 >
using CPUInverseMatrixType
 
using CPUMatrixType
 
using CPUOutputVectorType
 
using GPUSuperclass
 
using ScalarType
 
using Self
 
- Public Types inherited from itk::GPUTransformBase
using Self = GPUTransformBase
 

Public Member Functions

virtual const char * GetClassName () const
 
virtual const CPUMatrixTypeGetCPUMatrix () const
 
virtual const CPUOutputVectorTypeGetCPUOffset () const
 
- Public Member Functions inherited from itk::GPUMatrixOffsetTransformBase< float, 2, 2 >
bool IsMatrixOffsetTransform () const override
 
 itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions)
 
 itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions)
 
 itkStaticConstMacro (ParametersDimension, unsigned int, NOutputDimensions *(NInputDimensions+1))
 
- Public Member Functions inherited from itk::GPUTransformBase
virtual const char * GetNameOfClass () const
 
virtual GPUDataManager::Pointer GetParametersDataManager (const std::vcl_size_t index) const
 
virtual bool IsBSplineTransform () const
 
virtual bool IsIdentityTransform () const
 
virtual bool IsTranslationTransform () const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 GPUEuler2DTransform ()
 
virtual ~GPUEuler2DTransform ()
 
- Protected Member Functions inherited from itk::GPUMatrixOffsetTransformBase< float, 2, 2 >
GPUDataManager::Pointer GetParametersDataManager () const override
 
bool GetSourceCode (std::string &source) const override
 
 GPUMatrixOffsetTransformBase ()
 
 ~GPUMatrixOffsetTransformBase () override=default
 
- Protected Member Functions inherited from itk::GPUTransformBase
 GPUTransformBase ()
 
virtual ~GPUTransformBase ()=default
 

Private Member Functions

 GPUEuler2DTransform (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, typename TParentTransform = Euler2DTransform<TScalarType>>
using itk::GPUEuler2DTransform< TScalarType, TParentTransform >::ConstPointer = SmartPointer<const Self>

Definition at line 48 of file itkGPUEuler2DTransform.h.

◆ CPUInverseMatrixType

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
using itk::GPUEuler2DTransform< TScalarType, TParentTransform >::CPUInverseMatrixType = typename GPUSuperclass::CPUInverseMatrixType

Definition at line 58 of file itkGPUEuler2DTransform.h.

◆ CPUMatrixType

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
using itk::GPUEuler2DTransform< TScalarType, TParentTransform >::CPUMatrixType = typename GPUSuperclass::CPUMatrixType

Typedefs from GPUSuperclass.

Definition at line 57 of file itkGPUEuler2DTransform.h.

◆ CPUOutputVectorType

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
using itk::GPUEuler2DTransform< TScalarType, TParentTransform >::CPUOutputVectorType = typename GPUSuperclass::CPUOutputVectorType

Definition at line 59 of file itkGPUEuler2DTransform.h.

◆ CPUSuperclass

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
using itk::GPUEuler2DTransform< TScalarType, TParentTransform >::CPUSuperclass = TParentTransform

Definition at line 45 of file itkGPUEuler2DTransform.h.

◆ GPUSuperclass

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
using itk::GPUEuler2DTransform< TScalarType, TParentTransform >::GPUSuperclass = GPUMatrixOffsetTransformBase<TScalarType, 2, 2>

Definition at line 46 of file itkGPUEuler2DTransform.h.

◆ Pointer

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
using itk::GPUEuler2DTransform< TScalarType, TParentTransform >::Pointer = SmartPointer<Self>

Definition at line 47 of file itkGPUEuler2DTransform.h.

◆ Self

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
using itk::GPUEuler2DTransform< TScalarType, TParentTransform >::Self = GPUEuler2DTransform

Standard class typedefs.

Definition at line 44 of file itkGPUEuler2DTransform.h.

Constructor & Destructor Documentation

◆ GPUEuler2DTransform() [1/2]

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
itk::GPUEuler2DTransform< TScalarType, TParentTransform >::GPUEuler2DTransform ( )
inlineprotected

Definition at line 76 of file itkGPUEuler2DTransform.h.

◆ ~GPUEuler2DTransform()

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
virtual itk::GPUEuler2DTransform< TScalarType, TParentTransform >::~GPUEuler2DTransform ( )
inlineprotectedvirtual

Definition at line 77 of file itkGPUEuler2DTransform.h.

◆ GPUEuler2DTransform() [2/2]

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
itk::GPUEuler2DTransform< TScalarType, TParentTransform >::GPUEuler2DTransform ( const Self & other)
privatedelete

Member Function Documentation

◆ GetClassName()

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
virtual const char * itk::GPUEuler2DTransform< TScalarType, TParentTransform >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::GPUMatrixOffsetTransformBase< float, 2, 2 >.

◆ GetCPUMatrix()

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
virtual const CPUMatrixType & itk::GPUEuler2DTransform< TScalarType, TParentTransform >::GetCPUMatrix ( ) const
inlinevirtual

Get CPU matrix of an MatrixOffsetTransformBase.

Implements itk::GPUMatrixOffsetTransformBase< float, 2, 2 >.

Definition at line 63 of file itkGPUEuler2DTransform.h.

◆ GetCPUOffset()

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
virtual const CPUOutputVectorType & itk::GPUEuler2DTransform< TScalarType, TParentTransform >::GetCPUOffset ( ) const
inlinevirtual

Get CPU offset of an MatrixOffsetTransformBase.

Implements itk::GPUMatrixOffsetTransformBase< float, 2, 2 >.

Definition at line 70 of file itkGPUEuler2DTransform.h.

◆ New()

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
static Pointer itk::GPUEuler2DTransform< TScalarType, TParentTransform >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<typename TScalarType = float, typename TParentTransform = Euler2DTransform<TScalarType>>
const Self & itk::GPUEuler2DTransform< TScalarType, TParentTransform >::operator= ( const Self & )
privatedelete


Generated on 2024-07-17 for elastix by doxygen 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) elastix logo