go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
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

using ConstPointer = SmartPointer<const Self>
 
using CPUSuperclass = LinearInterpolateImageFunction<TInputImage, TCoordRep>
 
using GPUSuperclass = GPUInterpolateImageFunction<TInputImage, TCoordRep, CPUSuperclass>
 
using Pointer = SmartPointer<Self>
 
using Self = GPULinearInterpolateImageFunction
 
- Public Types inherited from itk::GPUInterpolateImageFunction< TInputImage, float, LinearInterpolateImageFunction< TInputImage, float > >
using ConstPointer
 
using ContinuousIndexType
 
using CoordRepType
 
using CPUSuperclass
 
using GPUSuperclass
 
using InputImageType
 
using Pointer
 
using Self
 

Public Member Functions

virtual const char * GetClassName () const
 
 ITK_DISALLOW_COPY_AND_MOVE (GPULinearInterpolateImageFunction)
 
- Public Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, LinearInterpolateImageFunction< TInputImage, float > >
 ITK_DISALLOW_COPY_AND_MOVE (GPUInterpolateImageFunction)
 
 itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension)
 
- Public Member Functions inherited from itk::GPUInterpolatorBase
virtual const char * GetNameOfClass () 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 () override=default
 
- Protected Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, LinearInterpolateImageFunction< TInputImage, float > >
GPUDataManager::Pointer GetParametersDataManager () const override
 
 GPUInterpolateImageFunction ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~GPUInterpolateImageFunction () override=default
 
- Protected Member Functions inherited from itk::GPUInterpolatorBase
 GPUInterpolatorBase ()
 
virtual ~GPUInterpolatorBase ()=default
 

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

Definition at line 55 of file itkGPULinearInterpolateImageFunction.h.

◆ CPUSuperclass

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

Definition at line 52 of file itkGPULinearInterpolateImageFunction.h.

◆ GPUSuperclass

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

Definition at line 53 of file itkGPULinearInterpolateImageFunction.h.

◆ Pointer

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

Definition at line 54 of file itkGPULinearInterpolateImageFunction.h.

◆ Self

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

Standard class typedefs.

Definition at line 51 of file itkGPULinearInterpolateImageFunction.h.

Constructor & Destructor Documentation

◆ GPULinearInterpolateImageFunction()

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

◆ ~GPULinearInterpolateImageFunction()

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

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.

◆ ITK_DISALLOW_COPY_AND_MOVE()

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

◆ New()

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

Method for creation through the object factory.

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



Generated on 2024-07-17 for elastix by doxygen 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) elastix logo