|
|
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.
Inheritance diagram for itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >: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, TCoordRep, TParentInterpolateImageFunction > | |
| 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 (GPULinearInterpolateImageFunction) | |
Public Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, TCoordRep, TParentInterpolateImageFunction > | |
| 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, TCoordRep, TParentInterpolateImageFunction > | |
| 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, TCoordRep, TParentInterpolateImageFunction >.
|
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 1739326392 for elastix by 1.9.8 |