#include <itkGPUIdentityTransform.h>
GPU version of IdentityTransform.
Definition at line 45 of file itkGPUIdentityTransform.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | CPUSuperclass = TParentTransform |
using | GPUSuperclass = GPUTransformBase |
using | Pointer = SmartPointer<Self> |
using | Self = GPUIdentityTransform |
![]() | |
using | Self = GPUTransformBase |
Public Member Functions | |
virtual const char * | GetClassName () const |
bool | IsIdentityTransform () const override |
![]() | |
virtual const char * | GetNameOfClass () const |
virtual GPUDataManager::Pointer | GetParametersDataManager () const |
virtual GPUDataManager::Pointer | GetParametersDataManager (const std::vcl_size_t index) const |
virtual bool | IsBSplineTransform () const |
virtual bool | IsMatrixOffsetTransform () const |
virtual bool | IsTranslationTransform () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
bool | GetSourceCode (std::string &source) const override |
GPUIdentityTransform () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~GPUIdentityTransform () override=default | |
![]() | |
GPUTransformBase () | |
virtual | ~GPUTransformBase ()=default |
Private Member Functions | |
GPUIdentityTransform (const Self &other)=delete | |
const Self & | operator= (const Self &)=delete |
Private Attributes | |
std::vector< std::string > | m_Sources {} |
Additional Inherited Members | |
![]() | |
GPUDataManager::Pointer | m_ParametersDataManager {} |
using itk::GPUIdentityTransform< TScalarType, NDimensions, TParentTransform >::ConstPointer = SmartPointer<const Self> |
Definition at line 55 of file itkGPUIdentityTransform.h.
using itk::GPUIdentityTransform< TScalarType, NDimensions, TParentTransform >::CPUSuperclass = TParentTransform |
Definition at line 52 of file itkGPUIdentityTransform.h.
using itk::GPUIdentityTransform< TScalarType, NDimensions, TParentTransform >::GPUSuperclass = GPUTransformBase |
Definition at line 53 of file itkGPUIdentityTransform.h.
using itk::GPUIdentityTransform< TScalarType, NDimensions, TParentTransform >::Pointer = SmartPointer<Self> |
Definition at line 54 of file itkGPUIdentityTransform.h.
using itk::GPUIdentityTransform< TScalarType, NDimensions, TParentTransform >::Self = GPUIdentityTransform |
Standard class typedefs.
Definition at line 51 of file itkGPUIdentityTransform.h.
|
protected |
|
overrideprotecteddefault |
|
privatedelete |
|
virtual |
Run-time type information (and related methods).
|
overrideprotectedvirtual |
Returns OpenCL source code for the transform. Returns true if source code was combined, false otherwise.
Reimplemented from itk::GPUTransformBase.
|
inlineoverridevirtual |
Returns true if the derived transform is identity transform, false otherwise.
Reimplemented from itk::GPUTransformBase.
Definition at line 66 of file itkGPUIdentityTransform.h.
|
static |
Method for creation through the object factory.
|
privatedelete |
|
overrideprotected |
|
private |
Definition at line 87 of file itkGPUIdentityTransform.h.
Generated on 2024-07-17
for elastix by ![]() |
![]() |