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

#include <itkGPUInterpolateImageFunction.h>

Detailed Description

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
class itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >

GPU version of InterpolateImageFunction.

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 40 of file itkGPUInterpolateImageFunction.h.

Inheritance diagram for itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >:

Public Types

using ConstPointer = SmartPointer<const Self>
using ContinuousIndexType = typename CPUSuperclass::ContinuousIndexType
using CoordinateType = typename CPUSuperclass::CoordinateType
using CPUSuperclass = TParentInterpolateImageFunction
using GPUSuperclass = GPUInterpolatorBase
using InputImageType = typename CPUSuperclass::InputImageType
using Pointer = SmartPointer<Self>
using Self = GPUInterpolateImageFunction

Public Member Functions

 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
virtual bool GetSourceCode (std::string &source) const

Protected Member Functions

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

Additional Inherited Members

Protected Attributes inherited from itk::GPUInterpolatorBase
GPUDataManager::Pointer m_ParametersDataManager {}

Member Typedef Documentation

◆ ConstPointer

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::ConstPointer = SmartPointer<const Self>

Definition at line 52 of file itkGPUInterpolateImageFunction.h.

◆ ContinuousIndexType

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::ContinuousIndexType = typename CPUSuperclass::ContinuousIndexType

Definition at line 62 of file itkGPUInterpolateImageFunction.h.

◆ CoordinateType

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::CoordinateType = typename CPUSuperclass::CoordinateType

Definition at line 63 of file itkGPUInterpolateImageFunction.h.

◆ CPUSuperclass

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::CPUSuperclass = TParentInterpolateImageFunction

Definition at line 49 of file itkGPUInterpolateImageFunction.h.

◆ GPUSuperclass

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::GPUSuperclass = GPUInterpolatorBase

Definition at line 50 of file itkGPUInterpolateImageFunction.h.

◆ InputImageType

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::InputImageType = typename CPUSuperclass::InputImageType

Superclass typedef support.

Definition at line 61 of file itkGPUInterpolateImageFunction.h.

◆ Pointer

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::Pointer = SmartPointer<Self>

Definition at line 51 of file itkGPUInterpolateImageFunction.h.

◆ Self

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::Self = GPUInterpolateImageFunction

Standard class typedefs.

Definition at line 48 of file itkGPUInterpolateImageFunction.h.

Constructor & Destructor Documentation

◆ GPUInterpolateImageFunction()

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::GPUInterpolateImageFunction ( )
protected

◆ ~GPUInterpolateImageFunction()

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::~GPUInterpolateImageFunction ( )
overrideprotecteddefault

Member Function Documentation

◆ GetParametersDataManager()

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
GPUDataManager::Pointer itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::GetParametersDataManager ( ) const
overrideprotectedvirtual

Returns data manager that stores all settings for the transform.

Reimplemented from itk::GPUInterpolatorBase.

◆ ITK_DISALLOW_COPY_AND_MOVE()

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::ITK_DISALLOW_COPY_AND_MOVE ( GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction > )

◆ itkOverrideGetNameOfClassMacro()

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::itkOverrideGetNameOfClassMacro ( GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction > )

Run-time type information (and related methods).

◆ itkStaticConstMacro()

template<typename TInputImage, typename TCoordinate = float, typename TParentInterpolateImageFunction = InterpolateImageFunction<TInputImage, TCoordinate>>
itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::itkStaticConstMacro ( InputImageDimension ,
unsigned int ,
TInputImage::ImageDimension  )

ImageDimension constants

◆ PrintSelf()

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


Generated on 1774142652 for elastix by doxygen 1.15.0 elastix logo