go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > Class Template Reference

#include <itkGPUBSplineInterpolateImageFunction.h>

Detailed Description

template<typename TInputImage, typename TCoordRep = float, typename TCoefficientType = float>
class itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >

GPU version of BSplineInterpolateImageFunction.

Author
Denis P. Shamonin and Marius Staring. Division of Image Processing, Department of Radiology, Leiden, The Netherlands
Note
This work was funded by the Netherlands Organisation for Scientific Research (NWO NRG-2010.02 and NWO 639.021.124).

Definition at line 45 of file itkGPUBSplineInterpolateImageFunction.h.

+ Inheritance diagram for itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >:

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef BSplineInterpolateImageFunction< TInputImage, TCoordRep, BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > > CPUSuperclass
 
typedef GPUCoefficientImageType::Pointer GPUCoefficientImagePointer
 
typedef GPUImage< TCoefficientType, InputImageDimension > GPUCoefficientImageType
 
typedef GPUDataManager::Pointer GPUDataManagerPointer
 
typedef GPUInterpolateImageFunction< TInputImage, TCoordRep, BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > > GPUSuperclass
 
typedef SmartPointer< SelfPointer
 
typedef GPUBSplineInterpolateImageFunction Self
 
typedef GPUSuperclass Superclass
 
- Public Types inherited from itk::GPUInterpolateImageFunction< TInputImage, float, BSplineInterpolateImageFunction< TInputImage, float, float > >
typedef SmartPointer< const SelfConstPointer
 
typedef CPUSuperclass::ContinuousIndexType ContinuousIndexType
 
typedef CPUSuperclass::CoordRepType CoordRepType
 
typedef BSplineInterpolateImageFunction< TInputImage, float, floatCPUSuperclass
 
typedef GPUInterpolatorBase GPUSuperclass
 
typedef CPUSuperclass::InputImageType InputImageType
 
typedef SmartPointer< SelfPointer
 
typedef GPUInterpolateImageFunction Self
 

Public Member Functions

virtual const char * GetClassName () const
 
const GPUCoefficientImagePointer GetGPUCoefficients () const
 
const GPUDataManagerPointer GetGPUCoefficientsImageBase () const
 
 itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension)
 
virtual void SetInputImage (const TInputImage *inputData)
 
- Public Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, BSplineInterpolateImageFunction< TInputImage, float, float > >
virtual const char * GetClassName () const
 
 itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension)
 
- Public Member Functions inherited from itk::GPUInterpolatorBase
virtual const char * GetNameOfClass () const
 
virtual GPUDataManager::Pointer GetParametersDataManager (void) const
 
virtual bool GetSourceCode (std::string &source) const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

bool GetSourceCode (std::string &source) const override
 
 GPUBSplineInterpolateImageFunction ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~GPUBSplineInterpolateImageFunction ()
 
- Protected Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, BSplineInterpolateImageFunction< TInputImage, float, float > >
GPUDataManager::Pointer GetParametersDataManager (void) const override
 
 GPUInterpolateImageFunction ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~GPUInterpolateImageFunction () override
 
- Protected Member Functions inherited from itk::GPUInterpolatorBase
 GPUInterpolatorBase ()
 
virtual ~GPUInterpolatorBase ()
 

Private Member Functions

 GPUBSplineInterpolateImageFunction (const Self &)
 
void operator= (const Self &)
 

Private Attributes

GPUCoefficientImagePointer m_GPUCoefficients
 
GPUDataManagerPointer m_GPUCoefficientsImageBase
 
std::vector< std::string > m_Sources
 

Additional Inherited Members

- Protected Attributes inherited from itk::GPUInterpolatorBase
GPUDataManager::Pointer m_ParametersDataManager
 

Member Typedef Documentation

◆ ConstPointer

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
typedef SmartPointer< const Self > itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::ConstPointer

Definition at line 62 of file itkGPUBSplineInterpolateImageFunction.h.

◆ CPUSuperclass

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
typedef BSplineInterpolateImageFunction< TInputImage, TCoordRep, BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > > itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::CPUSuperclass

Definition at line 59 of file itkGPUBSplineInterpolateImageFunction.h.

◆ GPUCoefficientImagePointer

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
typedef GPUCoefficientImageType::Pointer itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GPUCoefficientImagePointer

Definition at line 75 of file itkGPUBSplineInterpolateImageFunction.h.

◆ GPUCoefficientImageType

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
typedef GPUImage< TCoefficientType, InputImageDimension > itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GPUCoefficientImageType

Definition at line 74 of file itkGPUBSplineInterpolateImageFunction.h.

◆ GPUDataManagerPointer

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
typedef GPUDataManager::Pointer itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GPUDataManagerPointer

Definition at line 76 of file itkGPUBSplineInterpolateImageFunction.h.

◆ GPUSuperclass

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
typedef GPUInterpolateImageFunction< TInputImage, TCoordRep, BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > > itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GPUSuperclass

Definition at line 56 of file itkGPUBSplineInterpolateImageFunction.h.

◆ Pointer

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
typedef SmartPointer< Self > itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::Pointer

Definition at line 61 of file itkGPUBSplineInterpolateImageFunction.h.

◆ Self

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
typedef GPUBSplineInterpolateImageFunction itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::Self

Standard class typedefs.

Definition at line 53 of file itkGPUBSplineInterpolateImageFunction.h.

◆ Superclass

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
typedef GPUSuperclass itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::Superclass

Definition at line 60 of file itkGPUBSplineInterpolateImageFunction.h.

Constructor & Destructor Documentation

◆ GPUBSplineInterpolateImageFunction() [1/2]

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GPUBSplineInterpolateImageFunction ( )
protected

◆ ~GPUBSplineInterpolateImageFunction()

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::~GPUBSplineInterpolateImageFunction ( )
inlineprotected

Definition at line 90 of file itkGPUBSplineInterpolateImageFunction.h.

◆ GPUBSplineInterpolateImageFunction() [2/2]

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GPUBSplineInterpolateImageFunction ( const Self )
private

Member Function Documentation

◆ GetClassName()

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
virtual const char * itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GetClassName ( ) const
virtual

◆ GetGPUCoefficients()

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
const GPUCoefficientImagePointer itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GetGPUCoefficients ( ) const

Get the GPU coefficient image.

◆ GetGPUCoefficientsImageBase()

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
const GPUDataManagerPointer itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GetGPUCoefficientsImageBase ( ) const

Get the GPU coefficient image base.

◆ GetSourceCode()

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
bool itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GetSourceCode ( std::string &  source) const
overrideprotectedvirtual

Returns OpenCL source code for the transform. Returns true if source code was combined, false otherwise.

Reimplemented from itk::GPUInterpolatorBase.

◆ itkStaticConstMacro()

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::itkStaticConstMacro ( InputImageDimension  ,
unsigned int  ,
TInputImage::ImageDimension   
)

ImageDimension constants

◆ New()

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
static Pointer itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
void itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::operator= ( const Self )
private

◆ PrintSelf()

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
void itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotected

◆ SetInputImage()

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
virtual void itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::SetInputImage ( const TInputImage *  inputData)
virtual

Set the input image. This must be set by the user.

Field Documentation

◆ m_GPUCoefficients

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
GPUCoefficientImagePointer itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::m_GPUCoefficients
private

Definition at line 102 of file itkGPUBSplineInterpolateImageFunction.h.

◆ m_GPUCoefficientsImageBase

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
GPUDataManagerPointer itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::m_GPUCoefficientsImageBase
private

Definition at line 103 of file itkGPUBSplineInterpolateImageFunction.h.

◆ m_Sources

template<typename TInputImage , typename TCoordRep = float, typename TCoefficientType = float>
std::vector< std::string > itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::m_Sources
private

Definition at line 105 of file itkGPUBSplineInterpolateImageFunction.h.



Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo