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::GPULinearInterpolateImageFunction< TInputImage, TCoordRep > Class Template Reference

#include <itkGPULinearInterpolateImageFunction.h>

Detailed Description

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

GPU version of LinearInterpolateImageFunction.

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 44 of file itkGPULinearInterpolateImageFunction.h.

+ Inheritance diagram for itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >:

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef LinearInterpolateImageFunction< TInputImage, TCoordRep > CPUSuperclass
 
typedef GPUInterpolateImageFunction< TInputImage, TCoordRep, CPUSuperclassGPUSuperclass
 
typedef SmartPointer< SelfPointer
 
typedef GPULinearInterpolateImageFunction Self
 
- Public Types inherited from itk::GPUInterpolateImageFunction< TInputImage, float, LinearInterpolateImageFunction< TInputImage, float > >
typedef SmartPointer< const SelfConstPointer
 
typedef CPUSuperclass::ContinuousIndexType ContinuousIndexType
 
typedef CPUSuperclass::CoordRepType CoordRepType
 
typedef LinearInterpolateImageFunction< TInputImage, floatCPUSuperclass
 
typedef GPUInterpolatorBase GPUSuperclass
 
typedef CPUSuperclass::InputImageType InputImageType
 
typedef SmartPointer< SelfPointer
 
typedef GPUInterpolateImageFunction Self
 

Public Member Functions

virtual const char * GetClassName () const
 
- Public Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, LinearInterpolateImageFunction< TInputImage, 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
 
 GPULinearInterpolateImageFunction ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~GPULinearInterpolateImageFunction ()
 
- Protected Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, LinearInterpolateImageFunction< TInputImage, 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

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

Private Attributes

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>
typedef SmartPointer< const Self > itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::ConstPointer

Definition at line 55 of file itkGPULinearInterpolateImageFunction.h.

◆ CPUSuperclass

template<typename TInputImage , typename TCoordRep = float>
typedef LinearInterpolateImageFunction< TInputImage, TCoordRep > itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::CPUSuperclass

Definition at line 52 of file itkGPULinearInterpolateImageFunction.h.

◆ GPUSuperclass

template<typename TInputImage , typename TCoordRep = float>
typedef GPUInterpolateImageFunction< TInputImage, TCoordRep, CPUSuperclass > itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::GPUSuperclass

Definition at line 53 of file itkGPULinearInterpolateImageFunction.h.

◆ Pointer

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

Definition at line 54 of file itkGPULinearInterpolateImageFunction.h.

◆ Self

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

Standard class typedefs.

Definition at line 51 of file itkGPULinearInterpolateImageFunction.h.

Constructor & Destructor Documentation

◆ GPULinearInterpolateImageFunction() [1/2]

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

◆ ~GPULinearInterpolateImageFunction()

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

Definition at line 66 of file itkGPULinearInterpolateImageFunction.h.

◆ GPULinearInterpolateImageFunction() [2/2]

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

Member Function Documentation

◆ GetClassName()

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

◆ GetSourceCode()

template<typename TInputImage , typename TCoordRep = float>
bool itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::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.

◆ New()

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

Method for creation through the object factory.

◆ operator=()

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

◆ PrintSelf()

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

Field Documentation

◆ m_Sources

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

Definition at line 78 of file itkGPULinearInterpolateImageFunction.h.



Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo