|
|
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.
Inheritance diagram for itk::GPUIdentityTransform< TScalarType, NDimensions, TParentTransform >: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 |
| virtual bool | IsIdentityTransform (void) const |
Public Member Functions inherited from itk::GPUTransformBase | |
| 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 () |
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 |
|
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 OURCE_DATE_EPOCH for elastix by 1.8.13 |