| 
 | 
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages | 
#include <itkGPUSimilarity2DTransform.h>
GPU version of Similarity2DTransform.
Definition at line 38 of file itkGPUSimilarity2DTransform.h.
 Inheritance diagram for itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >:Public Types | |
| using | ConstPointer = SmartPointer< const Self > | 
| using | CPUInverseMatrixType = typename GPUSuperclass::CPUInverseMatrixType | 
| using | CPUMatrixType = typename GPUSuperclass::CPUMatrixType | 
| using | CPUOutputVectorType = typename GPUSuperclass::CPUOutputVectorType | 
| using | CPUSuperclass = TParentTransform | 
| using | GPUSuperclass = GPUMatrixOffsetTransformBase< TScalarType, 2, 2 > | 
| using | Pointer = SmartPointer< Self > | 
| using | Self = GPUSimilarity2DTransform | 
  Public Types inherited from itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > | |
| using | CPUInverseMatrixType = Matrix< TScalarType, Self::InputSpaceDimension, Self::OutputSpaceDimension > | 
| using | CPUMatrixType = Matrix< TScalarType, Self::OutputSpaceDimension, Self::InputSpaceDimension > | 
| using | CPUOutputVectorType = Vector< TScalarType, Self::OutputSpaceDimension > | 
| using | GPUSuperclass = GPUTransformBase | 
| using | ScalarType = TScalarType | 
| using | Self = GPUMatrixOffsetTransformBase | 
  Public Types inherited from itk::GPUTransformBase | |
| using | Self = GPUTransformBase | 
Public Member Functions | |
| virtual const char * | GetClassName () const | 
| virtual const CPUMatrixType & | GetCPUMatrix () const | 
| virtual const CPUOutputVectorType & | GetCPUOffset () const | 
  Public Member Functions inherited from itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > | |
| bool | IsMatrixOffsetTransform () const override | 
| 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 () const | 
| virtual bool | IsIdentityTransform () const | 
| virtual bool | IsTranslationTransform () const | 
Static Public Member Functions | |
| static Pointer | New () | 
Protected Member Functions | |
| GPUSimilarity2DTransform () | |
| virtual | ~GPUSimilarity2DTransform () | 
  Protected Member Functions inherited from itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > | |
| GPUDataManager::Pointer | GetParametersDataManager () const override | 
| bool | GetSourceCode (std::string &source) const override | 
| GPUMatrixOffsetTransformBase () | |
| ~GPUMatrixOffsetTransformBase () override=default | |
  Protected Member Functions inherited from itk::GPUTransformBase | |
| GPUTransformBase () | |
| virtual | ~GPUTransformBase ()=default | 
Private Member Functions | |
| GPUSimilarity2DTransform (const Self &other)=delete | |
| const Self & | operator= (const Self &)=delete | 
Additional Inherited Members | |
  Protected Attributes inherited from itk::GPUTransformBase | |
| GPUDataManager::Pointer | m_ParametersDataManager {} | 
| using itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >::ConstPointer = SmartPointer<const Self> | 
Definition at line 48 of file itkGPUSimilarity2DTransform.h.
| using itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >::CPUInverseMatrixType = typename GPUSuperclass::CPUInverseMatrixType | 
Definition at line 58 of file itkGPUSimilarity2DTransform.h.
| using itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >::CPUMatrixType = typename GPUSuperclass::CPUMatrixType | 
Typedefs from GPUSuperclass.
Definition at line 57 of file itkGPUSimilarity2DTransform.h.
| using itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >::CPUOutputVectorType = typename GPUSuperclass::CPUOutputVectorType | 
Definition at line 59 of file itkGPUSimilarity2DTransform.h.
| using itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >::CPUSuperclass = TParentTransform | 
Definition at line 45 of file itkGPUSimilarity2DTransform.h.
| using itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >::GPUSuperclass = GPUMatrixOffsetTransformBase<TScalarType, 2, 2> | 
Definition at line 46 of file itkGPUSimilarity2DTransform.h.
| using itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >::Pointer = SmartPointer<Self> | 
Definition at line 47 of file itkGPUSimilarity2DTransform.h.
| using itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >::Self = GPUSimilarity2DTransform | 
Standard class typedefs.
Definition at line 44 of file itkGPUSimilarity2DTransform.h.
      
  | 
  inlineprotected | 
Definition at line 76 of file itkGPUSimilarity2DTransform.h.
      
  | 
  inlineprotectedvirtual | 
Definition at line 77 of file itkGPUSimilarity2DTransform.h.
      
  | 
  privatedelete | 
      
  | 
  virtual | 
Run-time type information (and related methods).
Reimplemented from itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >.
      
  | 
  inlinevirtual | 
Get CPU matrix of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >.
Definition at line 63 of file itkGPUSimilarity2DTransform.h.
      
  | 
  inlinevirtual | 
Get CPU offset of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >.
Definition at line 70 of file itkGPUSimilarity2DTransform.h.
      
  | 
  static | 
Method for creation through the object factory.
      
  | 
  privatedelete | 
Generated on 1739326392 for elastix by   1.9.8  |