#include <itkGPULinearInterpolateImageFunction.h>
GPU version of LinearInterpolateImageFunction.
Definition at line 44 of file itkGPULinearInterpolateImageFunction.h.
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 {} |
using itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::ConstPointer = SmartPointer<const Self> |
Definition at line 55 of file itkGPULinearInterpolateImageFunction.h.
using itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::CPUSuperclass = LinearInterpolateImageFunction<TInputImage, TCoordRep> |
Definition at line 52 of file itkGPULinearInterpolateImageFunction.h.
using itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::GPUSuperclass = GPUInterpolateImageFunction<TInputImage, TCoordRep, CPUSuperclass> |
Definition at line 53 of file itkGPULinearInterpolateImageFunction.h.
using itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::Pointer = SmartPointer<Self> |
Definition at line 54 of file itkGPULinearInterpolateImageFunction.h.
using itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::Self = GPULinearInterpolateImageFunction |
Standard class typedefs.
Definition at line 51 of file itkGPULinearInterpolateImageFunction.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUInterpolateImageFunction< TInputImage, float, LinearInterpolateImageFunction< TInputImage, float > >.
|
overrideprotectedvirtual |
Returns OpenCL source code for the transform. Returns true if source code was combined, false otherwise.
Reimplemented from itk::GPUInterpolatorBase.
itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::ITK_DISALLOW_COPY_AND_MOVE | ( | GPULinearInterpolateImageFunction< TInputImage, TCoordRep > | ) |
|
static |
Method for creation through the object factory.
|
overrideprotected |
|
private |
Definition at line 75 of file itkGPULinearInterpolateImageFunction.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |