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 | Protected Member Functions | Private Member Functions | Private Attributes
itk::GPUTranslationTransformBase< TScalarType, NDimensions > Class Template Referenceabstract

#include <itkGPUTranslationTransformBase.h>

Detailed Description

template<typename TScalarType = float, unsigned int NDimensions = 3>
class itk::GPUTranslationTransformBase< TScalarType, NDimensions >

Base class for all GPU translation transforms.

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 42 of file itkGPUTranslationTransformBase.h.

+ Inheritance diagram for itk::GPUTranslationTransformBase< TScalarType, NDimensions >:

Public Types

typedef Vector< TScalarType, NDimensions > CPUOutputVectorType
 
typedef GPUTransformBase GPUSuperclass
 
typedef TScalarType 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 =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
 

Protected Member Functions

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

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

Private Attributes

std::vector< std::string > m_Sources
 

Additional Inherited Members

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

Member Typedef Documentation

◆ CPUOutputVectorType

template<typename TScalarType = float, unsigned int NDimensions = 3>
typedef Vector< TScalarType, NDimensions > itk::GPUTranslationTransformBase< TScalarType, NDimensions >::CPUOutputVectorType

Standard vector type for this class.

Definition at line 64 of file itkGPUTranslationTransformBase.h.

◆ GPUSuperclass

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

Definition at line 48 of file itkGPUTranslationTransformBase.h.

◆ ScalarType

template<typename TScalarType = float, unsigned int NDimensions = 3>
typedef TScalarType itk::GPUTranslationTransformBase< TScalarType, NDimensions >::ScalarType

Type of the scalar representing coordinate and vector elements.

Definition at line 57 of file itkGPUTranslationTransformBase.h.

◆ Self

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

Standard typedefs

Definition at line 47 of file itkGPUTranslationTransformBase.h.

Constructor & Destructor Documentation

◆ GPUTranslationTransformBase() [1/2]

template<typename TScalarType = float, unsigned int NDimensions = 3>
itk::GPUTranslationTransformBase< TScalarType, NDimensions >::GPUTranslationTransformBase ( )
protected

◆ ~GPUTranslationTransformBase()

template<typename TScalarType = float, unsigned int NDimensions = 3>
itk::GPUTranslationTransformBase< TScalarType, NDimensions >::~GPUTranslationTransformBase ( )
inlineoverrideprotected

Definition at line 72 of file itkGPUTranslationTransformBase.h.

◆ GPUTranslationTransformBase() [2/2]

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

Member Function Documentation

◆ GetClassName()

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

◆ GetCPUOffset()

template<typename TScalarType = float, unsigned int NDimensions = 3>
virtual const CPUOutputVectorType & itk::GPUTranslationTransformBase< TScalarType, NDimensions >::GetCPUOffset ( void  ) const
pure virtual

◆ GetParametersDataManager()

template<typename TScalarType = float, unsigned int NDimensions = 3>
GPUDataManager::Pointer itk::GPUTranslationTransformBase< TScalarType, NDimensions >::GetParametersDataManager ( void  ) const
overrideprotectedvirtual

Returns data manager that stores all settings for the transform.

Reimplemented from itk::GPUTransformBase.

◆ GetSourceCode()

template<typename TScalarType = float, unsigned int NDimensions = 3>
bool itk::GPUTranslationTransformBase< TScalarType, NDimensions >::GetSourceCode ( std::string &  source) const
overrideprotectedvirtual

Returns OpenCL source code for the transform. Returns true if source code was combined, false otherwise.

Reimplemented from itk::GPUTransformBase.

◆ IsTranslationTransform()

template<typename TScalarType = float, unsigned int NDimensions = 3>
bool itk::GPUTranslationTransformBase< TScalarType, NDimensions >::IsTranslationTransform ( void  ) const
inlineoverridevirtual

Returns true, the transform is translation transform.

Reimplemented from itk::GPUTransformBase.

Definition at line 54 of file itkGPUTranslationTransformBase.h.

◆ itkStaticConstMacro() [1/2]

template<typename TScalarType = float, unsigned int NDimensions = 3>
itk::GPUTranslationTransformBase< TScalarType, NDimensions >::itkStaticConstMacro ( ParametersDimension  ,
unsigned int  ,
NDimensions   
)

◆ itkStaticConstMacro() [2/2]

template<typename TScalarType = float, unsigned int NDimensions = 3>
itk::GPUTranslationTransformBase< TScalarType, NDimensions >::itkStaticConstMacro ( SpaceDimension  ,
unsigned int  ,
NDimensions   
)

Dimension of the domain space.

◆ operator=()

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

Field Documentation

◆ m_Sources

template<typename TScalarType = float, unsigned int NDimensions = 3>
std::vector< std::string > itk::GPUTranslationTransformBase< TScalarType, NDimensions >::m_Sources
private

Definition at line 86 of file itkGPUTranslationTransformBase.h.



Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo