|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUTranslationTransformBase.h>
Base class for all GPU translation transforms.
Definition at line 41 of file itkGPUTranslationTransformBase.h.
Inheritance diagram for itk::GPUTranslationTransformBase< TScalarType, NDimensions >:Public Types | |
| 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 CPUOutputVectorType & | GetCPUOffset () 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 std::vcl_size_t index) const |
| virtual bool | IsBSplineTransform () const |
| virtual bool | IsIdentityTransform () const |
| virtual bool | IsMatrixOffsetTransform () const |
Protected Member Functions | |
| 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 | |
| GPUTranslationTransformBase (const Self &other)=delete | |
| const Self & | operator= (const Self &)=delete |
Private Attributes | |
| std::vector< std::string > | m_Sources {} |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUTransformBase | |
| GPUDataManager::Pointer | m_ParametersDataManager {} |
| using itk::GPUTranslationTransformBase< TScalarType, NDimensions >::CPUOutputVectorType = Vector<TScalarType, NDimensions> |
Standard vector type for this class.
Definition at line 66 of file itkGPUTranslationTransformBase.h.
| using itk::GPUTranslationTransformBase< TScalarType, NDimensions >::GPUSuperclass = GPUTransformBase |
Definition at line 46 of file itkGPUTranslationTransformBase.h.
| using itk::GPUTranslationTransformBase< TScalarType, NDimensions >::ScalarType = TScalarType |
Type of the scalar representing coordinate and vector elements.
Definition at line 59 of file itkGPUTranslationTransformBase.h.
| using itk::GPUTranslationTransformBase< TScalarType, NDimensions >::Self = GPUTranslationTransformBase |
Standard typedefs
Definition at line 45 of file itkGPUTranslationTransformBase.h.
|
protected |
|
overrideprotecteddefault |
|
privatedelete |
|
virtual |
Run-time type information (and related methods).
Reimplemented in itk::GPUAdvancedTranslationTransform< TScalarType, NDimensions, TParentTransform >, and itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >.
|
pure virtual |
This method returns the CPU value of the offset of the TranslationTransform.
Implemented in itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >, and itk::GPUAdvancedTranslationTransform< TScalarType, NDimensions, TParentTransform >.
|
overrideprotectedvirtual |
Returns data manager that stores all settings for the transform.
Reimplemented from itk::GPUTransformBase.
|
overrideprotectedvirtual |
Returns OpenCL source code for the transform. Returns true if source code was combined, false otherwise.
Reimplemented from itk::GPUTransformBase.
|
inlineoverridevirtual |
Returns true, the transform is translation transform.
Reimplemented from itk::GPUTransformBase.
Definition at line 53 of file itkGPUTranslationTransformBase.h.
| itk::GPUTranslationTransformBase< TScalarType, NDimensions >::itkStaticConstMacro | ( | ParametersDimension | , |
| unsigned int | , | ||
| NDimensions | |||
| ) |
| itk::GPUTranslationTransformBase< TScalarType, NDimensions >::itkStaticConstMacro | ( | SpaceDimension | , |
| unsigned int | , | ||
| NDimensions | |||
| ) |
Dimension of the domain space.
|
privatedelete |
|
private |
Definition at line 90 of file itkGPUTranslationTransformBase.h.
Generated on 1739326392 for elastix by 1.9.8 |