![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#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 |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | ContinuousIndexType = typename CPUSuperclass::ContinuousIndexType |
using | CoordRepType = typename CPUSuperclass::CoordRepType |
using | CPUSuperclass = TParentInterpolateImageFunction |
using | GPUSuperclass = GPUInterpolatorBase |
using | InputImageType = typename CPUSuperclass::InputImageType |
using | Pointer = SmartPointer< Self > |
using | Self = GPUInterpolateImageFunction |
Public Member Functions | |
virtual const char * | GetClassName () const |
ITK_DISALLOW_COPY_AND_MOVE (GPUNearestNeighborInterpolateImageFunction) | |
![]() | |
virtual const char * | GetClassName () const |
ITK_DISALLOW_COPY_AND_MOVE (GPUInterpolateImageFunction) | |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
![]() | |
virtual const char * | GetNameOfClass () const |
virtual GPUDataManager::Pointer | GetParametersDataManager () 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 () override=default | |
![]() | |
GPUDataManager::Pointer | GetParametersDataManager () const override |
GPUInterpolateImageFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~GPUInterpolateImageFunction () override=default | |
![]() | |
GPUInterpolatorBase () | |
virtual | ~GPUInterpolatorBase ()=default |
Private Attributes | |
std::vector< std::string > | m_Sources |
Additional Inherited Members | |
![]() | |
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, TCoordRep, TParentInterpolateImageFunction >.
|
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 2023-01-13
for elastix by ![]() |
![]() |