#include <itkGPUTranslationTransform.h>
GPU version of TranslationTransform.
Definition at line 40 of file itkGPUTranslationTransform.h.
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< float, 3 > | |
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 CPUOutputVectorType & | GetCPUOffset () const |
Public Member Functions inherited from itk::GPUTranslationTransformBase< float, 3 > | |
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 |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
GPUTranslationTransform () | |
virtual | ~GPUTranslationTransform () |
Protected Member Functions inherited from itk::GPUTranslationTransformBase< float, 3 > | |
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 Self & | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUTransformBase | |
GPUDataManager::Pointer | m_ParametersDataManager {} |
using itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::ConstPointer = SmartPointer<const Self> |
Definition at line 50 of file itkGPUTranslationTransform.h.
using itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::CPUOutputVectorType = typename GPUSuperclass::CPUOutputVectorType |
Typedefs from GPUSuperclass.
Definition at line 59 of file itkGPUTranslationTransform.h.
using itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::CPUSuperclass = TParentTransform |
Definition at line 47 of file itkGPUTranslationTransform.h.
using itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::GPUSuperclass = GPUTranslationTransformBase<TScalarType, NDimensions> |
Definition at line 48 of file itkGPUTranslationTransform.h.
using itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::Pointer = SmartPointer<Self> |
Definition at line 49 of file itkGPUTranslationTransform.h.
using itk::GPUTranslationTransform< TScalarType, NDimensions, TParentTransform >::Self = GPUTranslationTransform |
Standard class typedefs.
Definition at line 46 of file itkGPUTranslationTransform.h.
|
inlineprotected |
Definition at line 69 of file itkGPUTranslationTransform.h.
|
inlineprotectedvirtual |
Definition at line 70 of file itkGPUTranslationTransform.h.
|
privatedelete |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUTranslationTransformBase< float, 3 >.
|
inlinevirtual |
This method returns the CPU value of the offset of the TranslationTransform.
Implements itk::GPUTranslationTransformBase< float, 3 >.
Definition at line 63 of file itkGPUTranslationTransform.h.
|
static |
Method for creation through the object factory.
|
privatedelete |
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |