|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUAdvancedSimilarity2DTransform.h>
GPU version of AdvancedSimilarity2DTransform.
Definition at line 39 of file itkGPUAdvancedSimilarity2DTransform.h.
Inheritance diagram for itk::GPUAdvancedSimilarity2DTransform< TScalarType, 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, 2, 2 > | GPUSuperclass |
| typedef SmartPointer< Self > | Pointer |
| typedef GPUAdvancedSimilarity2DTransform | Self |
Public Types inherited from itk::GPUMatrixOffsetTransformBase< TScalarType, 2, 2 > | |
| 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, 2, 2 > | |
| 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 | |
| GPUAdvancedSimilarity2DTransform () | |
| virtual | ~GPUAdvancedSimilarity2DTransform () |
Protected Member Functions inherited from itk::GPUMatrixOffsetTransformBase< TScalarType, 2, 2 > | |
| 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 | |
| GPUAdvancedSimilarity2DTransform (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::GPUAdvancedSimilarity2DTransform< TScalarType, TParentTransform >::ConstPointer |
Definition at line 50 of file itkGPUAdvancedSimilarity2DTransform.h.
| typedef GPUSuperclass::CPUInverseMatrixType itk::GPUAdvancedSimilarity2DTransform< TScalarType, TParentTransform >::CPUInverseMatrixType |
Definition at line 60 of file itkGPUAdvancedSimilarity2DTransform.h.
| typedef GPUSuperclass::CPUMatrixType itk::GPUAdvancedSimilarity2DTransform< TScalarType, TParentTransform >::CPUMatrixType |
Typedefs from GPUSuperclass.
Definition at line 56 of file itkGPUAdvancedSimilarity2DTransform.h.
| typedef GPUSuperclass::CPUOutputVectorType itk::GPUAdvancedSimilarity2DTransform< TScalarType, TParentTransform >::CPUOutputVectorType |
Definition at line 61 of file itkGPUAdvancedSimilarity2DTransform.h.
| typedef TParentTransform itk::GPUAdvancedSimilarity2DTransform< TScalarType, TParentTransform >::CPUSuperclass |
Definition at line 47 of file itkGPUAdvancedSimilarity2DTransform.h.
| typedef GPUMatrixOffsetTransformBase< TScalarType, 2, 2 > itk::GPUAdvancedSimilarity2DTransform< TScalarType, TParentTransform >::GPUSuperclass |
Definition at line 48 of file itkGPUAdvancedSimilarity2DTransform.h.
| typedef SmartPointer< Self > itk::GPUAdvancedSimilarity2DTransform< TScalarType, TParentTransform >::Pointer |
Definition at line 49 of file itkGPUAdvancedSimilarity2DTransform.h.
| typedef GPUAdvancedSimilarity2DTransform itk::GPUAdvancedSimilarity2DTransform< TScalarType, TParentTransform >::Self |
Standard class typedefs.
Definition at line 46 of file itkGPUAdvancedSimilarity2DTransform.h.
|
inlineprotected |
Definition at line 74 of file itkGPUAdvancedSimilarity2DTransform.h.
|
inlineprotectedvirtual |
Definition at line 75 of file itkGPUAdvancedSimilarity2DTransform.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUMatrixOffsetTransformBase< TScalarType, 2, 2 >.
|
inlinevirtual |
Get CPU inverse matrix of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< TScalarType, 2, 2 >.
Definition at line 67 of file itkGPUAdvancedSimilarity2DTransform.h.
|
inlinevirtual |
Get CPU matrix of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< TScalarType, 2, 2 >.
Definition at line 64 of file itkGPUAdvancedSimilarity2DTransform.h.
|
inlinevirtual |
Get CPU offset of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< TScalarType, 2, 2 >.
Definition at line 70 of file itkGPUAdvancedSimilarity2DTransform.h.
|
static |
Method for creation through the object factory.
|
private |
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |