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::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordinate > Class Template Reference

#include <itkGPUNearestNeighborInterpolateImageFunction.h>

Detailed Description

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

GPU version of NearestNeighborInterpolateImageFunction.

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 itkGPUNearestNeighborInterpolateImageFunction.h.

Inheritance diagram for itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordinate >:

Public Types

using ConstPointer = SmartPointer<const Self>
using CPUSuperclass = NearestNeighborInterpolateImageFunction<TInputImage, TCoordinate>
using GPUSuperclass = GPUInterpolateImageFunction<TInputImage, TCoordinate, CPUSuperclass>
using Pointer = SmartPointer<Self>
using Self = GPUNearestNeighborInterpolateImageFunction
Public Types inherited from itk::GPUInterpolateImageFunction< TInputImage, float, NearestNeighborInterpolateImageFunction< 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 (GPUNearestNeighborInterpolateImageFunction)
 itkOverrideGetNameOfClassMacro (GPUNearestNeighborInterpolateImageFunction)
Public Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, NearestNeighborInterpolateImageFunction< 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
 GPUNearestNeighborInterpolateImageFunction ()
void PrintSelf (std::ostream &os, Indent indent) const override
 ~GPUNearestNeighborInterpolateImageFunction () override=default
Protected Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, NearestNeighborInterpolateImageFunction< 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::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordinate >::ConstPointer = SmartPointer<const Self>

◆ CPUSuperclass

template<typename TInputImage, typename TCoordinate = float>
using itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordinate >::CPUSuperclass = NearestNeighborInterpolateImageFunction<TInputImage, TCoordinate>

◆ GPUSuperclass

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

◆ Pointer

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

◆ Self

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

Standard class typedefs.

Definition at line 53 of file itkGPUNearestNeighborInterpolateImageFunction.h.

Constructor & Destructor Documentation

◆ GPUNearestNeighborInterpolateImageFunction()

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

◆ ~GPUNearestNeighborInterpolateImageFunction()

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

Member Function Documentation

◆ GetSourceCode()

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

◆ itkOverrideGetNameOfClassMacro()

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

Run-time type information (and related methods).

◆ New()

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

Method for creation through the object factory.

◆ PrintSelf()

template<typename TInputImage, typename TCoordinate = float>
void itk::GPUNearestNeighborInterpolateImageFunction< 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::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordinate >::m_Sources {}
private


Generated on 1774142652 for elastix by doxygen 1.15.0 elastix logo