|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUBSplineTransform.h>
GPU version of BSplineTransform.
Definition at line 41 of file itkGPUBSplineTransform.h.
Inheritance diagram for itk::GPUBSplineTransform< TScalarType, NDimensions, VSplineOrder, TParentTransform >:Public Types | |
| using | CoefficientImageArray = typename CPUSuperclass::CoefficientImageArray |
| using | ConstPointer = SmartPointer< const Self > |
| using | CPUSuperclass = TParentTransform |
| using | GPUSuperclass = GPUBSplineBaseTransform< TScalarType, NDimensions > |
| using | ParametersType = typename CPUSuperclass::ParametersType |
| using | Pointer = SmartPointer< Self > |
| using | Self = GPUBSplineTransform |
Public Types inherited from itk::GPUBSplineBaseTransform< TScalarType, NDimensions > | |
| using | GPUCoefficientImageArray = FixedArray< GPUCoefficientImagePointer, NDimensions > |
| using | GPUCoefficientImageBaseArray = FixedArray< GPUDataManagerPointer, NDimensions > |
| using | GPUCoefficientImagePointer = typename GPUCoefficientImageType::Pointer |
| using | GPUCoefficientImageType = GPUImage< TScalarType, NDimensions > |
| using | GPUDataManagerPointer = typename GPUDataManager::Pointer |
| using | Self = GPUBSplineBaseTransform |
Public Types inherited from itk::GPUTransformBase | |
| using | Self = GPUTransformBase |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| void | CopyCoefficientImagesToGPU () |
| GPUBSplineTransform () | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| virtual | ~GPUBSplineTransform () |
Protected Member Functions inherited from itk::GPUBSplineBaseTransform< TScalarType, NDimensions > | |
| bool | GetSourceCode (std::string &source) const override |
| GPUBSplineBaseTransform () | |
| virtual void | SetSplineOrder (const unsigned int splineOrder) |
| ~GPUBSplineBaseTransform () override=default | |
Protected Member Functions inherited from itk::GPUTransformBase | |
| GPUTransformBase () | |
| virtual | ~GPUTransformBase ()=default |
Private Member Functions | |
| GPUBSplineTransform (const Self &other)=delete | |
| const Self & | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUBSplineBaseTransform< TScalarType, NDimensions > | |
| GPUCoefficientImageArray | m_GPUBSplineTransformCoefficientImages {} |
| GPUCoefficientImageBaseArray | m_GPUBSplineTransformCoefficientImagesBase {} |
Protected Attributes inherited from itk::GPUTransformBase | |
| GPUDataManager::Pointer | m_ParametersDataManager {} |
| using itk::GPUBSplineTransform< TScalarType, NDimensions, VSplineOrder, TParentTransform >::CoefficientImageArray = typename CPUSuperclass::CoefficientImageArray |
Definition at line 53 of file itkGPUBSplineTransform.h.
| using itk::GPUBSplineTransform< TScalarType, NDimensions, VSplineOrder, TParentTransform >::ConstPointer = SmartPointer<const Self> |
Definition at line 51 of file itkGPUBSplineTransform.h.
| using itk::GPUBSplineTransform< TScalarType, NDimensions, VSplineOrder, TParentTransform >::CPUSuperclass = TParentTransform |
Definition at line 48 of file itkGPUBSplineTransform.h.
| using itk::GPUBSplineTransform< TScalarType, NDimensions, VSplineOrder, TParentTransform >::GPUSuperclass = GPUBSplineBaseTransform<TScalarType, NDimensions> |
Definition at line 49 of file itkGPUBSplineTransform.h.
| using itk::GPUBSplineTransform< TScalarType, NDimensions, VSplineOrder, TParentTransform >::ParametersType = typename CPUSuperclass::ParametersType |
Definition at line 52 of file itkGPUBSplineTransform.h.
| using itk::GPUBSplineTransform< TScalarType, NDimensions, VSplineOrder, TParentTransform >::Pointer = SmartPointer<Self> |
Definition at line 50 of file itkGPUBSplineTransform.h.
| using itk::GPUBSplineTransform< TScalarType, NDimensions, VSplineOrder, TParentTransform >::Self = GPUBSplineTransform |
Standard class typedefs.
Definition at line 47 of file itkGPUBSplineTransform.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 74 of file itkGPUBSplineTransform.h.
|
privatedelete |
|
protected |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUBSplineBaseTransform< TScalarType, NDimensions >.
| itk::GPUBSplineTransform< TScalarType, NDimensions, VSplineOrder, TParentTransform >::itkStaticConstMacro | ( | SpaceDimension | , |
| unsigned int | , | ||
| NDimensions | |||
| ) |
Dimension of the domain space.
|
static |
Method for creation through the object factory.
|
privatedelete |
|
overrideprotected |
| void itk::GPUBSplineTransform< TScalarType, NDimensions, VSplineOrder, TParentTransform >::SetCoefficientImages | ( | const CoefficientImageArray & | images | ) |
Set the array of coefficient images array.
| void itk::GPUBSplineTransform< TScalarType, NDimensions, VSplineOrder, TParentTransform >::SetParameters | ( | const ParametersType & | parameters | ) |
This method sets the parameters of the transform.
Generated on 1739326392 for elastix by 1.9.8 |