Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUMatrixOffsetTransformBase.h>
Base version of the GPU MatrixOffsetTransform.
Definition at line 45 of file itkGPUMatrixOffsetTransformBase.h.
Public Types | |
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 =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 |
Protected Member Functions | |
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 | |
GPUMatrixOffsetTransformBase (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 Matrix< TScalarType, itkGetStaticConstMacro( InputSpaceDimension ), itkGetStaticConstMacro( OutputSpaceDimension ) > itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::CPUInverseMatrixType |
Definition at line 71 of file itkGPUMatrixOffsetTransformBase.h.
typedef Matrix< TScalarType, itkGetStaticConstMacro( OutputSpaceDimension ), itkGetStaticConstMacro( InputSpaceDimension ) > itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::CPUMatrixType |
Standard matrix type for this class
Definition at line 69 of file itkGPUMatrixOffsetTransformBase.h.
typedef Vector< TScalarType, itkGetStaticConstMacro( OutputSpaceDimension ) > itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::CPUOutputVectorType |
Definition at line 73 of file itkGPUMatrixOffsetTransformBase.h.
typedef GPUTransformBase itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::GPUSuperclass |
Definition at line 51 of file itkGPUMatrixOffsetTransformBase.h.
typedef TScalarType itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::ScalarType |
Type of the scalar representing coordinate and vector elements.
Definition at line 60 of file itkGPUMatrixOffsetTransformBase.h.
typedef GPUMatrixOffsetTransformBase itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::Self |
Standard typedefs
Definition at line 50 of file itkGPUMatrixOffsetTransformBase.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 87 of file itkGPUMatrixOffsetTransformBase.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented in itk::GPUAdvancedEuler2DTransform< TScalarType, TParentTransform >, itk::GPUAdvancedEuler3DTransform< TScalarType, TParentTransform >, itk::GPUAdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, TParentTransform >, itk::GPUAdvancedSimilarity2DTransform< TScalarType, TParentTransform >, itk::GPUAdvancedSimilarity3DTransform< TScalarType, TParentTransform >, itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >, itk::GPUEuler2DTransform< TScalarType, TParentTransform >, itk::GPUEuler3DTransform< TScalarType, TParentTransform >, itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >, and itk::GPUSimilarity3DTransform< TScalarType, TParentTransform >.
|
pure virtual |
Get CPU inverse matrix of an MatrixOffsetTransformBase.
Implemented in itk::GPUAdvancedEuler2DTransform< TScalarType, TParentTransform >, itk::GPUAdvancedEuler3DTransform< TScalarType, TParentTransform >, itk::GPUAdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, TParentTransform >, itk::GPUAdvancedSimilarity2DTransform< TScalarType, TParentTransform >, itk::GPUAdvancedSimilarity3DTransform< TScalarType, TParentTransform >, itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >, itk::GPUEuler2DTransform< TScalarType, TParentTransform >, itk::GPUEuler3DTransform< TScalarType, TParentTransform >, itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >, and itk::GPUSimilarity3DTransform< TScalarType, TParentTransform >.
|
pure virtual |
Get CPU matrix of an MatrixOffsetTransformBase.
Implemented in itk::GPUAdvancedEuler2DTransform< TScalarType, TParentTransform >, itk::GPUAdvancedEuler3DTransform< TScalarType, TParentTransform >, itk::GPUAdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, TParentTransform >, itk::GPUAdvancedSimilarity2DTransform< TScalarType, TParentTransform >, itk::GPUAdvancedSimilarity3DTransform< TScalarType, TParentTransform >, itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >, itk::GPUEuler2DTransform< TScalarType, TParentTransform >, itk::GPUEuler3DTransform< TScalarType, TParentTransform >, itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >, and itk::GPUSimilarity3DTransform< TScalarType, TParentTransform >.
|
pure virtual |
Get CPU offset of an MatrixOffsetTransformBase.
Implemented in itk::GPUAdvancedEuler2DTransform< TScalarType, TParentTransform >, itk::GPUAdvancedEuler3DTransform< TScalarType, TParentTransform >, itk::GPUAdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, TParentTransform >, itk::GPUAdvancedSimilarity2DTransform< TScalarType, TParentTransform >, itk::GPUAdvancedSimilarity3DTransform< TScalarType, TParentTransform >, itk::GPUAffineTransform< TScalarType, NDimensions, TParentTransform >, itk::GPUEuler2DTransform< TScalarType, TParentTransform >, itk::GPUEuler3DTransform< TScalarType, TParentTransform >, itk::GPUSimilarity2DTransform< TScalarType, TParentTransform >, and itk::GPUSimilarity3DTransform< TScalarType, TParentTransform >.
|
overrideprotectedvirtual |
Returns data manager that stores all settings for the transform.
Reimplemented from itk::GPUTransformBase.
|
overrideprotectedvirtual |
Returns OpenCL source code for the transform. Returns true if source code was combined, false otherwise.
Reimplemented from itk::GPUTransformBase.
|
inlineoverridevirtual |
Reimplemented from itk::GPUTransformBase.
Definition at line 57 of file itkGPUMatrixOffsetTransformBase.h.
itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::itkStaticConstMacro | ( | InputSpaceDimension | , |
unsigned int | , | ||
NInputDimensions | |||
) |
Dimension of the domain space.
itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::itkStaticConstMacro | ( | OutputSpaceDimension | , |
unsigned int | , | ||
NOutputDimensions | |||
) |
itk::GPUMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::itkStaticConstMacro | ( | ParametersDimension | , |
unsigned int | , | ||
NOutputDimensions * | NInputDimensions+1 | ||
) |
|
private |
|
private |
Definition at line 101 of file itkGPUMatrixOffsetTransformBase.h.
Generated on 1667476801 for elastix by 1.9.4 |