#include <itkGPUSimilarity3DTransform.h>
GPU version of Similarity3DTransform.
Definition at line 38 of file itkGPUSimilarity3DTransform.h.
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, 3, 3> |
using | Pointer = SmartPointer<Self> |
using | Self = GPUSimilarity3DTransform |
Public Types inherited from itk::GPUMatrixOffsetTransformBase< float, 3, 3 > | |
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 CPUMatrixType & | GetCPUMatrix () const |
virtual const CPUOutputVectorType & | GetCPUOffset () const |
Public Member Functions inherited from itk::GPUMatrixOffsetTransformBase< float, 3, 3 > | |
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 | |
GPUSimilarity3DTransform () | |
virtual | ~GPUSimilarity3DTransform () |
Protected Member Functions inherited from itk::GPUMatrixOffsetTransformBase< float, 3, 3 > | |
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 | |
GPUSimilarity3DTransform (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::GPUSimilarity3DTransform< TScalarType, TParentTransform >::ConstPointer = SmartPointer<const Self> |
Definition at line 48 of file itkGPUSimilarity3DTransform.h.
using itk::GPUSimilarity3DTransform< TScalarType, TParentTransform >::CPUInverseMatrixType = typename GPUSuperclass::CPUInverseMatrixType |
Definition at line 58 of file itkGPUSimilarity3DTransform.h.
using itk::GPUSimilarity3DTransform< TScalarType, TParentTransform >::CPUMatrixType = typename GPUSuperclass::CPUMatrixType |
Typedefs from GPUSuperclass.
Definition at line 57 of file itkGPUSimilarity3DTransform.h.
using itk::GPUSimilarity3DTransform< TScalarType, TParentTransform >::CPUOutputVectorType = typename GPUSuperclass::CPUOutputVectorType |
Definition at line 59 of file itkGPUSimilarity3DTransform.h.
using itk::GPUSimilarity3DTransform< TScalarType, TParentTransform >::CPUSuperclass = TParentTransform |
Definition at line 45 of file itkGPUSimilarity3DTransform.h.
using itk::GPUSimilarity3DTransform< TScalarType, TParentTransform >::GPUSuperclass = GPUMatrixOffsetTransformBase<TScalarType, 3, 3> |
Definition at line 46 of file itkGPUSimilarity3DTransform.h.
using itk::GPUSimilarity3DTransform< TScalarType, TParentTransform >::Pointer = SmartPointer<Self> |
Definition at line 47 of file itkGPUSimilarity3DTransform.h.
using itk::GPUSimilarity3DTransform< TScalarType, TParentTransform >::Self = GPUSimilarity3DTransform |
Standard class typedefs.
Definition at line 44 of file itkGPUSimilarity3DTransform.h.
|
inlineprotected |
Definition at line 76 of file itkGPUSimilarity3DTransform.h.
|
inlineprotectedvirtual |
Definition at line 78 of file itkGPUSimilarity3DTransform.h.
|
privatedelete |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUMatrixOffsetTransformBase< float, 3, 3 >.
|
inlinevirtual |
Get CPU matrix of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< float, 3, 3 >.
Definition at line 63 of file itkGPUSimilarity3DTransform.h.
|
inlinevirtual |
Get CPU offset of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< float, 3, 3 >.
Definition at line 70 of file itkGPUSimilarity3DTransform.h.
|
static |
Method for creation through the object factory.
|
privatedelete |
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |