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

#include <itkGPUNearestNeighborInterpolateImageFunction.h>

Detailed Description

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

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

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep > CPUSuperclass
 
typedef GPUInterpolateImageFunction< TInputImage, TCoordRep, CPUSuperclassGPUSuperclass
 
typedef SmartPointer< SelfPointer
 
typedef GPUNearestNeighborInterpolateImageFunction Self
 
- Public Types inherited from itk::GPUInterpolateImageFunction< TInputImage, float, NearestNeighborInterpolateImageFunction< TInputImage, float > >
typedef SmartPointer< const SelfConstPointer
 
typedef CPUSuperclass::ContinuousIndexType ContinuousIndexType
 
typedef CPUSuperclass::CoordRepType CoordRepType
 
typedef NearestNeighborInterpolateImageFunction< 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, NearestNeighborInterpolateImageFunction< 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
 
 GPUNearestNeighborInterpolateImageFunction ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~GPUNearestNeighborInterpolateImageFunction ()
 
- Protected Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, NearestNeighborInterpolateImageFunction< 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

 GPUNearestNeighborInterpolateImageFunction (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::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::ConstPointer

◆ CPUSuperclass

template<typename TInputImage , typename TCoordRep = float>
typedef NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep > itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::CPUSuperclass

◆ GPUSuperclass

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

◆ Pointer

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

◆ Self

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

Standard class typedefs.

Definition at line 51 of file itkGPUNearestNeighborInterpolateImageFunction.h.

Constructor & Destructor Documentation

◆ GPUNearestNeighborInterpolateImageFunction() [1/2]

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

◆ ~GPUNearestNeighborInterpolateImageFunction()

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

◆ GPUNearestNeighborInterpolateImageFunction() [2/2]

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

Member Function Documentation

◆ GetClassName()

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

◆ GetSourceCode()

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

Method for creation through the object factory.

◆ operator=()

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

◆ PrintSelf()

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


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo