Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUEuler3DTransform.h>
GPU version of Euler3DTransform.
Definition at line 39 of file itkGPUEuler3DTransform.h.
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, 3, 3 > | GPUSuperclass |
typedef SmartPointer< Self > | Pointer |
typedef GPUEuler3DTransform | Self |
Public Types inherited from itk::GPUMatrixOffsetTransformBase< float, 3, 3 > | |
typedef Matrix< float, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(OutputSpaceDimension) > | CPUInverseMatrixType |
typedef Matrix< float, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension) > | CPUMatrixType |
typedef Vector< float, itkGetStaticConstMacro(OutputSpaceDimension) > | CPUOutputVectorType |
typedef GPUTransformBase | GPUSuperclass |
typedef float | 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< float, 3, 3 > | |
virtual const char * | GetClassName () const |
virtual const CPUInverseMatrixType & | GetCPUInverseMatrix (void) const=0 |
virtual const CPUMatrixType & | GetCPUMatrix (void) const=0 |
virtual const CPUOutputVectorType & | GetCPUOffset (void) const=0 |
bool | IsMatrixOffsetTransform (void) 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 GPUDataManager::Pointer | GetParametersDataManager (void) const |
virtual bool | GetSourceCode (std::string &source) const |
virtual bool | IsBSplineTransform (void) const |
virtual bool | IsIdentityTransform (void) const |
virtual bool | IsMatrixOffsetTransform (void) const |
virtual bool | IsTranslationTransform (void) const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
GPUEuler3DTransform () | |
virtual | ~GPUEuler3DTransform () |
Protected Member Functions inherited from itk::GPUMatrixOffsetTransformBase< float, 3, 3 > | |
GPUDataManager::Pointer | GetParametersDataManager (void) const override |
bool | GetSourceCode (std::string &source) const override |
GPUMatrixOffsetTransformBase () | |
~GPUMatrixOffsetTransformBase () override | |
Protected Member Functions inherited from itk::GPUTransformBase | |
GPUTransformBase () | |
virtual | ~GPUTransformBase () |
Private Member Functions | |
GPUEuler3DTransform (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::GPUEuler3DTransform< TScalarType, TParentTransform >::ConstPointer |
Definition at line 50 of file itkGPUEuler3DTransform.h.
typedef GPUSuperclass::CPUInverseMatrixType itk::GPUEuler3DTransform< TScalarType, TParentTransform >::CPUInverseMatrixType |
Definition at line 60 of file itkGPUEuler3DTransform.h.
typedef GPUSuperclass::CPUMatrixType itk::GPUEuler3DTransform< TScalarType, TParentTransform >::CPUMatrixType |
Typedefs from GPUSuperclass.
Definition at line 59 of file itkGPUEuler3DTransform.h.
typedef GPUSuperclass::CPUOutputVectorType itk::GPUEuler3DTransform< TScalarType, TParentTransform >::CPUOutputVectorType |
Definition at line 61 of file itkGPUEuler3DTransform.h.
typedef TParentTransform itk::GPUEuler3DTransform< TScalarType, TParentTransform >::CPUSuperclass |
Definition at line 47 of file itkGPUEuler3DTransform.h.
typedef GPUMatrixOffsetTransformBase< TScalarType, 3, 3 > itk::GPUEuler3DTransform< TScalarType, TParentTransform >::GPUSuperclass |
Definition at line 48 of file itkGPUEuler3DTransform.h.
typedef SmartPointer< Self > itk::GPUEuler3DTransform< TScalarType, TParentTransform >::Pointer |
Definition at line 49 of file itkGPUEuler3DTransform.h.
typedef GPUEuler3DTransform itk::GPUEuler3DTransform< TScalarType, TParentTransform >::Self |
Standard class typedefs.
Definition at line 46 of file itkGPUEuler3DTransform.h.
|
inlineprotected |
Definition at line 74 of file itkGPUEuler3DTransform.h.
|
inlineprotectedvirtual |
Definition at line 75 of file itkGPUEuler3DTransform.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUMatrixOffsetTransformBase< float, 3, 3 >.
|
inlinevirtual |
Get CPU inverse matrix of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< float, 3, 3 >.
Definition at line 67 of file itkGPUEuler3DTransform.h.
|
inlinevirtual |
Get CPU matrix of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< float, 3, 3 >.
Definition at line 64 of file itkGPUEuler3DTransform.h.
|
inlinevirtual |
Get CPU offset of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< float, 3, 3 >.
Definition at line 70 of file itkGPUEuler3DTransform.h.
|
static |
Method for creation through the object factory.
|
private |
Generated on 1667476801 for elastix by 1.9.4 |