![]() |
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 |
![]() | |
typedef GPUTransformBase | Self |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual bool | IsIdentityTransform (void) const |
![]() | |
virtual const char * | GetNameOfClass () const |
virtual GPUDataManager::Pointer | GetParametersDataManager (void) const |
virtual GPUDataManager::Pointer | GetParametersDataManager (const std::vcl_size_t index) const |
virtual bool | IsBSplineTransform (void) const |
virtual bool | IsMatrixOffsetTransform (void) const |
virtual bool | IsTranslationTransform (void) const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
virtual bool | GetSourceCode (std::string &source) const ITK_OVERRIDE |
GPUIdentityTransform () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE |
virtual | ~GPUIdentityTransform () |
![]() | |
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 | |
![]() | |
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 |
|
inlineprotectedvirtual |
Definition at line 68 of file itkGPUIdentityTransform.h.
|
private |
|
virtual |
Run-time type information (and related methods).
|
protectedvirtual |
Returns OpenCL source code for the transform. Returns true if source code was combined, false otherwise.
Reimplemented from itk::GPUTransformBase.
|
inlinevirtual |
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 |
|
protectedvirtual |
|
private |
Definition at line 80 of file itkGPUIdentityTransform.h.
Generated on 07-03-2016 for elastix by ![]() |
![]() |