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::GPUEuler3DTransform< TScalarType, TParentTransform > Class Template Reference

#include <itkGPUEuler3DTransform.h>

Detailed Description

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
class itk::GPUEuler3DTransform< TScalarType, TParentTransform >

GPU version of Euler3DTransform.

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 itkGPUEuler3DTransform.h.

+ Inheritance diagram for itk::GPUEuler3DTransform< TScalarType, TParentTransform >:

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef GPUSuperclass::CPUInverseMatrixType CPUInverseMatrixType
 
typedef GPUSuperclass::CPUMatrixType CPUMatrixType
 
typedef GPUSuperclass::CPUOutputVectorType CPUOutputVectorType
 
typedef TParentTransform CPUSuperclass
 
typedef GPUMatrixOffsetTransformBase< TScalarType, 3, 3 > GPUSuperclass
 
typedef SmartPointer< SelfPointer
 
typedef GPUEuler3DTransform Self
 
- Public Types inherited from itk::GPUMatrixOffsetTransformBase< float, 3, 3 >
typedef Matrix< float, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(OutputSpaceDimension) > CPUInverseMatrixType
 
typedef Matrix< float, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension) > CPUMatrixType
 
typedef Vector< float, itkGetStaticConstMacro(OutputSpaceDimension) > CPUOutputVectorType
 
typedef GPUTransformBase GPUSuperclass
 
typedef float ScalarType
 
typedef GPUMatrixOffsetTransformBase Self
 
- Public Types inherited from itk::GPUTransformBase
typedef GPUTransformBase Self
 

Public Member Functions

virtual const char * GetClassName () const
 
virtual const CPUInverseMatrixTypeGetCPUInverseMatrix (void) const
 
virtual const CPUMatrixTypeGetCPUMatrix (void) const
 
virtual const CPUOutputVectorTypeGetCPUOffset (void) const
 
- Public Member Functions inherited from itk::GPUMatrixOffsetTransformBase< float, 3, 3 >
virtual const char * GetClassName () const
 
virtual const CPUInverseMatrixTypeGetCPUInverseMatrix (void) const=0
 
virtual const CPUMatrixTypeGetCPUMatrix (void) const=0
 
virtual const CPUOutputVectorTypeGetCPUOffset (void) const=0
 
bool IsMatrixOffsetTransform (void) 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 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

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

Private Member Functions

 GPUEuler3DTransform (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, typename TParentTransform = Euler3DTransform< TScalarType >>
typedef SmartPointer< const Self > itk::GPUEuler3DTransform< TScalarType, TParentTransform >::ConstPointer

Definition at line 50 of file itkGPUEuler3DTransform.h.

◆ CPUInverseMatrixType

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
typedef GPUSuperclass::CPUInverseMatrixType itk::GPUEuler3DTransform< TScalarType, TParentTransform >::CPUInverseMatrixType

Definition at line 60 of file itkGPUEuler3DTransform.h.

◆ CPUMatrixType

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
typedef GPUSuperclass::CPUMatrixType itk::GPUEuler3DTransform< TScalarType, TParentTransform >::CPUMatrixType

Typedefs from GPUSuperclass.

Definition at line 59 of file itkGPUEuler3DTransform.h.

◆ CPUOutputVectorType

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
typedef GPUSuperclass::CPUOutputVectorType itk::GPUEuler3DTransform< TScalarType, TParentTransform >::CPUOutputVectorType

Definition at line 61 of file itkGPUEuler3DTransform.h.

◆ CPUSuperclass

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
typedef TParentTransform itk::GPUEuler3DTransform< TScalarType, TParentTransform >::CPUSuperclass

Definition at line 47 of file itkGPUEuler3DTransform.h.

◆ GPUSuperclass

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
typedef GPUMatrixOffsetTransformBase< TScalarType, 3, 3 > itk::GPUEuler3DTransform< TScalarType, TParentTransform >::GPUSuperclass

Definition at line 48 of file itkGPUEuler3DTransform.h.

◆ Pointer

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
typedef SmartPointer< Self > itk::GPUEuler3DTransform< TScalarType, TParentTransform >::Pointer

Definition at line 49 of file itkGPUEuler3DTransform.h.

◆ Self

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
typedef GPUEuler3DTransform itk::GPUEuler3DTransform< TScalarType, TParentTransform >::Self

Standard class typedefs.

Definition at line 46 of file itkGPUEuler3DTransform.h.

Constructor & Destructor Documentation

◆ GPUEuler3DTransform() [1/2]

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
itk::GPUEuler3DTransform< TScalarType, TParentTransform >::GPUEuler3DTransform ( )
inlineprotected

Definition at line 74 of file itkGPUEuler3DTransform.h.

◆ ~GPUEuler3DTransform()

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

Definition at line 75 of file itkGPUEuler3DTransform.h.

◆ GPUEuler3DTransform() [2/2]

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
itk::GPUEuler3DTransform< TScalarType, TParentTransform >::GPUEuler3DTransform ( const Self other)
private

Member Function Documentation

◆ GetClassName()

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

Run-time type information (and related methods).

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

◆ GetCPUInverseMatrix()

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
virtual const CPUInverseMatrixType & itk::GPUEuler3DTransform< TScalarType, TParentTransform >::GetCPUInverseMatrix ( void  ) const
inlinevirtual

Get CPU inverse matrix of an MatrixOffsetTransformBase.

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

Definition at line 67 of file itkGPUEuler3DTransform.h.

◆ GetCPUMatrix()

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
virtual const CPUMatrixType & itk::GPUEuler3DTransform< TScalarType, TParentTransform >::GetCPUMatrix ( void  ) const
inlinevirtual

Get CPU matrix of an MatrixOffsetTransformBase.

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

Definition at line 64 of file itkGPUEuler3DTransform.h.

◆ GetCPUOffset()

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
virtual const CPUOutputVectorType & itk::GPUEuler3DTransform< TScalarType, TParentTransform >::GetCPUOffset ( void  ) const
inlinevirtual

Get CPU offset of an MatrixOffsetTransformBase.

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

Definition at line 70 of file itkGPUEuler3DTransform.h.

◆ New()

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

Method for creation through the object factory.

◆ operator=()

template<typename TScalarType = float, typename TParentTransform = Euler3DTransform< TScalarType >>
const Self & itk::GPUEuler3DTransform< TScalarType, TParentTransform >::operator= ( const Self )
private


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo