#include <itkGPUNearestNeighborInterpolateImageFunction.h>
GPU version of NearestNeighborInterpolateImageFunction.
Definition at line 44 of file itkGPUNearestNeighborInterpolateImageFunction.h.

Public Types | |
| using | ConstPointer = SmartPointer<const Self> |
| using | CPUSuperclass = NearestNeighborInterpolateImageFunction<TInputImage, TCoordRep> |
| using | GPUSuperclass = GPUInterpolateImageFunction<TInputImage, TCoordRep, CPUSuperclass> |
| using | Pointer = SmartPointer<Self> |
| using | Self = GPUNearestNeighborInterpolateImageFunction |
Public Types inherited from itk::GPUInterpolateImageFunction< TInputImage, float, NearestNeighborInterpolateImageFunction< 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 (GPUNearestNeighborInterpolateImageFunction) | |
Public Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, NearestNeighborInterpolateImageFunction< 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 |
| 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 {} |
| using itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::ConstPointer = SmartPointer<const Self> |
Definition at line 57 of file itkGPUNearestNeighborInterpolateImageFunction.h.
| using itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::CPUSuperclass = NearestNeighborInterpolateImageFunction<TInputImage, TCoordRep> |
Definition at line 54 of file itkGPUNearestNeighborInterpolateImageFunction.h.
| using itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::GPUSuperclass = GPUInterpolateImageFunction<TInputImage, TCoordRep, CPUSuperclass> |
Definition at line 55 of file itkGPUNearestNeighborInterpolateImageFunction.h.
| using itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::Pointer = SmartPointer<Self> |
Definition at line 56 of file itkGPUNearestNeighborInterpolateImageFunction.h.
| using itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::Self = GPUNearestNeighborInterpolateImageFunction |
Standard class typedefs.
Definition at line 53 of file itkGPUNearestNeighborInterpolateImageFunction.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUInterpolateImageFunction< TInputImage, float, NearestNeighborInterpolateImageFunction< TInputImage, float > >.
|
overrideprotectedvirtual |
Returns OpenCL source code for the transform. Returns true if source code was combined, false otherwise.
Reimplemented from itk::GPUInterpolatorBase.
| itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::ITK_DISALLOW_COPY_AND_MOVE | ( | GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep > | ) |
|
static |
Method for creation through the object factory.
|
overrideprotected |
|
private |
Definition at line 77 of file itkGPUNearestNeighborInterpolateImageFunction.h.
Generated on 2024-07-17
for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |