#include <itkGPUInterpolatorBase.h>
Base class fro all GPU interpolators.
Definition at line 36 of file itkGPUInterpolatorBase.h.
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual GPUDataManager::Pointer | GetParametersDataManager () const |
virtual bool | GetSourceCode (std::string &source) const |
Protected Member Functions | |
GPUInterpolatorBase () | |
virtual | ~GPUInterpolatorBase ()=default |
Protected Attributes | |
GPUDataManager::Pointer | m_ParametersDataManager {} |
|
protected |
|
protectedvirtualdefault |
|
inlinevirtual |
Run-time type information (and related methods).
Definition at line 41 of file itkGPUInterpolatorBase.h.
|
virtual |
Returns data manager that stores all settings for the transform.
Reimplemented in itk::GPUInterpolateImageFunction< TInputImage, TCoordRep, TParentInterpolateImageFunction >, itk::GPUInterpolateImageFunction< TInputImage, float, BSplineInterpolateImageFunction< TInputImage, float, float > >, itk::GPUInterpolateImageFunction< TInputImage, float, LinearInterpolateImageFunction< TInputImage, float > >, and itk::GPUInterpolateImageFunction< TInputImage, float, NearestNeighborInterpolateImageFunction< TInputImage, float > >.
|
virtual |
Returns OpenCL source code for the transform. Returns true if source code was combined, false otherwise.
Reimplemented in itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >, itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >, and itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >.
|
protected |
Definition at line 59 of file itkGPUInterpolatorBase.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |