go home Home | Main Page | Topics | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Loading...
Searching...
No Matches
itk::GPULinearInterpolateImageFunction< TInputImage, TCoordinate > Class Template Reference

#include <itkGPULinearInterpolateImageFunction.h>

Detailed Description

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

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, TCoordinate >:

Public Types

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

Public Member Functions

 ITK_DISALLOW_COPY_AND_MOVE (GPULinearInterpolateImageFunction)
 itkOverrideGetNameOfClassMacro (GPULinearInterpolateImageFunction)
Public Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, LinearInterpolateImageFunction< TInputImage, float > >
 ITK_DISALLOW_COPY_AND_MOVE (GPUInterpolateImageFunction)
 itkOverrideGetNameOfClassMacro (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 TCoordinate = float>
using itk::GPULinearInterpolateImageFunction< TInputImage, TCoordinate >::ConstPointer = SmartPointer<const Self>

Definition at line 57 of file itkGPULinearInterpolateImageFunction.h.

◆ CPUSuperclass

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

Definition at line 54 of file itkGPULinearInterpolateImageFunction.h.

◆ GPUSuperclass

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

Definition at line 55 of file itkGPULinearInterpolateImageFunction.h.

◆ Pointer

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

Definition at line 56 of file itkGPULinearInterpolateImageFunction.h.

◆ Self

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

Standard class typedefs.

Definition at line 53 of file itkGPULinearInterpolateImageFunction.h.

Constructor & Destructor Documentation

◆ GPULinearInterpolateImageFunction()

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

◆ ~GPULinearInterpolateImageFunction()

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

Member Function Documentation

◆ GetSourceCode()

template<typename TInputImage, typename TCoordinate = float>
bool itk::GPULinearInterpolateImageFunction< TInputImage, TCoordinate >::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 TCoordinate = float>
itk::GPULinearInterpolateImageFunction< TInputImage, TCoordinate >::ITK_DISALLOW_COPY_AND_MOVE ( GPULinearInterpolateImageFunction< TInputImage, TCoordinate > )

◆ itkOverrideGetNameOfClassMacro()

template<typename TInputImage, typename TCoordinate = float>
itk::GPULinearInterpolateImageFunction< TInputImage, TCoordinate >::itkOverrideGetNameOfClassMacro ( GPULinearInterpolateImageFunction< TInputImage, TCoordinate > )

Run-time type information (and related methods).

◆ New()

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

Method for creation through the object factory.

◆ PrintSelf()

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

Member Data Documentation

◆ m_Sources

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

Definition at line 77 of file itkGPULinearInterpolateImageFunction.h.



Generated on 1774142652 for elastix by doxygen 1.15.0 elastix logo