Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUIdentityTransform.h>
GPU version of IdentityTransform.
Definition at line 44 of file itkGPUIdentityTransform.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TParentTransform | CPUSuperclass |
typedef GPUTransformBase | GPUSuperclass |
typedef SmartPointer< Self > | Pointer |
typedef GPUIdentityTransform | Self |
Public Types inherited from itk::GPUTransformBase | |
typedef GPUTransformBase | Self |
Public Member Functions | |
virtual const char * | GetClassName () const |
bool | IsIdentityTransform (void) const override |
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 |
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 | |
Protected Member Functions inherited from itk::GPUTransformBase | |
GPUTransformBase () | |
virtual | ~GPUTransformBase () |
Private Member Functions | |
GPUIdentityTransform (const Self &other) | |
const Self & | operator= (const Self &) |
Private Attributes | |
std::vector< std::string > | m_Sources |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUTransformBase | |
GPUDataManager::Pointer | m_ParametersDataManager |
typedef SmartPointer< const Self > itk::GPUIdentityTransform< TScalarType, NDimensions, TParentTransform >::ConstPointer |
Definition at line 53 of file itkGPUIdentityTransform.h.
typedef TParentTransform itk::GPUIdentityTransform< TScalarType, NDimensions, TParentTransform >::CPUSuperclass |
Definition at line 50 of file itkGPUIdentityTransform.h.
typedef GPUTransformBase itk::GPUIdentityTransform< TScalarType, NDimensions, TParentTransform >::GPUSuperclass |
Definition at line 51 of file itkGPUIdentityTransform.h.
typedef SmartPointer< Self > itk::GPUIdentityTransform< TScalarType, NDimensions, TParentTransform >::Pointer |
Definition at line 52 of file itkGPUIdentityTransform.h.
typedef GPUIdentityTransform itk::GPUIdentityTransform< TScalarType, NDimensions, TParentTransform >::Self |
Standard class typedefs.
Definition at line 49 of file itkGPUIdentityTransform.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 68 of file itkGPUIdentityTransform.h.
|
private |
|
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 63 of file itkGPUIdentityTransform.h.
|
static |
Method for creation through the object factory.
|
private |
|
overrideprotected |
|
private |
Definition at line 80 of file itkGPUIdentityTransform.h.
Generated on 1667476801 for elastix by 1.9.4 |