|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUAffineTransform.h>
GPU version of AffineTransform.
Definition at line 39 of file itkGPUAffineTransform.h.
Inheritance diagram for itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >:Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef GPUSuperclass::CPUInverseMatrixType | CPUInverseMatrixType |
| typedef GPUSuperclass::CPUMatrixType | CPUMatrixType |
| typedef GPUSuperclass::CPUOutputVectorType | CPUOutputVectorType |
| typedef TParentTransform | CPUSuperclass |
| typedef GPUMatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions > | GPUSuperclass |
| typedef SmartPointer< Self > | Pointer |
| typedef GPUAffineTransform | Self |
Public Types inherited from itk::GPUMatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions > | |
| typedef Matrix< TScalarType, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(OutputSpaceDimension) > | CPUInverseMatrixType |
| typedef Matrix< TScalarType, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension) > | CPUMatrixType |
| typedef Vector< TScalarType, itkGetStaticConstMacro(OutputSpaceDimension) > | CPUOutputVectorType |
| typedef GPUTransformBase | GPUSuperclass |
| typedef TScalarType | ScalarType |
| typedef GPUMatrixOffsetTransformBase | Self |
Public Types inherited from itk::GPUTransformBase | |
| typedef GPUTransformBase | Self |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| virtual const CPUInverseMatrixType & | GetCPUInverseMatrix (void) const |
| virtual const CPUMatrixType & | GetCPUMatrix (void) const |
| virtual const CPUOutputVectorType & | GetCPUOffset (void) const |
Public Member Functions inherited from itk::GPUMatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions > | |
| virtual bool | IsMatrixOffsetTransform (void) const |
| 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 (void) const |
| virtual bool | IsIdentityTransform (void) const |
| virtual bool | IsTranslationTransform (void) const |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| GPUAffineTransform () | |
| virtual | ~GPUAffineTransform () |
Protected Member Functions inherited from itk::GPUMatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions > | |
| virtual GPUDataManager::Pointer | GetParametersDataManager (void) const ITK_OVERRIDE |
| virtual bool | GetSourceCode (std::string &source) const ITK_OVERRIDE |
| GPUMatrixOffsetTransformBase () | |
| virtual | ~GPUMatrixOffsetTransformBase () |
Protected Member Functions inherited from itk::GPUTransformBase | |
| GPUTransformBase () | |
| virtual | ~GPUTransformBase () |
Private Member Functions | |
| GPUAffineTransform (const Self &other) | |
| const Self & | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUTransformBase | |
| GPUDataManager::Pointer | m_ParametersDataManager |
| typedef SmartPointer< const Self > itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >::ConstPointer |
Definition at line 53 of file itkGPUAffineTransform.h.
| typedef GPUSuperclass::CPUInverseMatrixType itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >::CPUInverseMatrixType |
Definition at line 63 of file itkGPUAffineTransform.h.
| typedef GPUSuperclass::CPUMatrixType itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >::CPUMatrixType |
Typedefs from GPUSuperclass.
Definition at line 59 of file itkGPUAffineTransform.h.
| typedef GPUSuperclass::CPUOutputVectorType itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >::CPUOutputVectorType |
Definition at line 64 of file itkGPUAffineTransform.h.
| typedef TParentTransform itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >::CPUSuperclass |
Definition at line 47 of file itkGPUAffineTransform.h.
| typedef GPUMatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions > itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >::GPUSuperclass |
Definition at line 50 of file itkGPUAffineTransform.h.
| typedef SmartPointer< Self > itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >::Pointer |
Definition at line 52 of file itkGPUAffineTransform.h.
| typedef GPUAffineTransform itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >::Self |
Standard class typedefs.
Definition at line 46 of file itkGPUAffineTransform.h.
|
inlineprotected |
Definition at line 77 of file itkGPUAffineTransform.h.
|
inlineprotectedvirtual |
Definition at line 78 of file itkGPUAffineTransform.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUMatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.
|
inlinevirtual |
Get CPU inverse matrix of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.
Definition at line 70 of file itkGPUAffineTransform.h.
|
inlinevirtual |
Get CPU matrix of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.
Definition at line 67 of file itkGPUAffineTransform.h.
|
inlinevirtual |
Get CPU offset of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.
Definition at line 73 of file itkGPUAffineTransform.h.
|
static |
Method for creation through the object factory.
|
private |
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |