Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPULinearInterpolateImageFunction.h>
GPU version of LinearInterpolateImageFunction.
Definition at line 44 of file itkGPULinearInterpolateImageFunction.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef LinearInterpolateImageFunction< TInputImage, TCoordRep > | CPUSuperclass |
typedef GPUInterpolateImageFunction< TInputImage, TCoordRep, CPUSuperclass > | GPUSuperclass |
typedef SmartPointer< Self > | Pointer |
typedef GPULinearInterpolateImageFunction | Self |
Public Types inherited from itk::GPUInterpolateImageFunction< TInputImage, float, LinearInterpolateImageFunction< TInputImage, float > > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef CPUSuperclass::ContinuousIndexType | ContinuousIndexType |
typedef CPUSuperclass::CoordRepType | CoordRepType |
typedef LinearInterpolateImageFunction< TInputImage, float > | CPUSuperclass |
typedef GPUInterpolatorBase | GPUSuperclass |
typedef CPUSuperclass::InputImageType | InputImageType |
typedef SmartPointer< Self > | Pointer |
typedef GPUInterpolateImageFunction | Self |
Public Member Functions | |
virtual const char * | GetClassName () const |
Public Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, LinearInterpolateImageFunction< TInputImage, float > > | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
Public Member Functions inherited from itk::GPUInterpolatorBase | |
virtual const char * | GetNameOfClass () const |
virtual GPUDataManager::Pointer | GetParametersDataManager (void) 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 |
GPULinearInterpolateImageFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~GPULinearInterpolateImageFunction () | |
Protected Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, LinearInterpolateImageFunction< TInputImage, float > > | |
GPUDataManager::Pointer | GetParametersDataManager (void) const override |
GPUInterpolateImageFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~GPUInterpolateImageFunction () override | |
Protected Member Functions inherited from itk::GPUInterpolatorBase | |
GPUInterpolatorBase () | |
virtual | ~GPUInterpolatorBase () |
Private Member Functions | |
GPULinearInterpolateImageFunction (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
std::vector< std::string > | m_Sources |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUInterpolatorBase | |
GPUDataManager::Pointer | m_ParametersDataManager |
typedef SmartPointer< const Self > itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::ConstPointer |
Definition at line 55 of file itkGPULinearInterpolateImageFunction.h.
typedef LinearInterpolateImageFunction< TInputImage, TCoordRep > itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::CPUSuperclass |
Definition at line 52 of file itkGPULinearInterpolateImageFunction.h.
typedef GPUInterpolateImageFunction< TInputImage, TCoordRep, CPUSuperclass > itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::GPUSuperclass |
Definition at line 53 of file itkGPULinearInterpolateImageFunction.h.
typedef SmartPointer< Self > itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::Pointer |
Definition at line 54 of file itkGPULinearInterpolateImageFunction.h.
typedef GPULinearInterpolateImageFunction itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
Definition at line 51 of file itkGPULinearInterpolateImageFunction.h.
|
protected |
|
inlineprotected |
Definition at line 66 of file itkGPULinearInterpolateImageFunction.h.
|
private |
|
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.
|
static |
Method for creation through the object factory.
|
private |
|
overrideprotected |
|
private |
Definition at line 78 of file itkGPULinearInterpolateImageFunction.h.
Generated on 1667476801 for elastix by 1.9.4 |