Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUInterpolateImageFunction.h>
GPU version of InterpolateImageFunction.
Definition at line 39 of file itkGPUInterpolateImageFunction.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef CPUSuperclass::ContinuousIndexType | ContinuousIndexType |
typedef CPUSuperclass::CoordRepType | CoordRepType |
typedef TParentInterpolateImageFunction | CPUSuperclass |
typedef GPUInterpolatorBase | GPUSuperclass |
typedef CPUSuperclass::InputImageType | InputImageType |
typedef SmartPointer< Self > | Pointer |
typedef GPUInterpolateImageFunction | Self |
Public Member Functions | |
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 |
Protected Member Functions | |
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 | |
GPUInterpolateImageFunction (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUInterpolatorBase | |
GPUDataManager::Pointer | m_ParametersDataManager |
typedef SmartPointer< const Self > itk::GPUInterpolateImageFunction< TInputImage, TCoordRep, TParentInterpolateImageFunction >::ConstPointer |
Definition at line 49 of file itkGPUInterpolateImageFunction.h.
typedef CPUSuperclass::ContinuousIndexType itk::GPUInterpolateImageFunction< TInputImage, TCoordRep, TParentInterpolateImageFunction >::ContinuousIndexType |
Definition at line 60 of file itkGPUInterpolateImageFunction.h.
typedef CPUSuperclass::CoordRepType itk::GPUInterpolateImageFunction< TInputImage, TCoordRep, TParentInterpolateImageFunction >::CoordRepType |
Definition at line 61 of file itkGPUInterpolateImageFunction.h.
typedef TParentInterpolateImageFunction itk::GPUInterpolateImageFunction< TInputImage, TCoordRep, TParentInterpolateImageFunction >::CPUSuperclass |
Definition at line 46 of file itkGPUInterpolateImageFunction.h.
typedef GPUInterpolatorBase itk::GPUInterpolateImageFunction< TInputImage, TCoordRep, TParentInterpolateImageFunction >::GPUSuperclass |
Definition at line 47 of file itkGPUInterpolateImageFunction.h.
typedef CPUSuperclass::InputImageType itk::GPUInterpolateImageFunction< TInputImage, TCoordRep, TParentInterpolateImageFunction >::InputImageType |
Superclass typedef support.
Definition at line 59 of file itkGPUInterpolateImageFunction.h.
typedef SmartPointer< Self > itk::GPUInterpolateImageFunction< TInputImage, TCoordRep, TParentInterpolateImageFunction >::Pointer |
Definition at line 48 of file itkGPUInterpolateImageFunction.h.
typedef GPUInterpolateImageFunction itk::GPUInterpolateImageFunction< TInputImage, TCoordRep, TParentInterpolateImageFunction >::Self |
Standard class typedefs.
Definition at line 45 of file itkGPUInterpolateImageFunction.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 66 of file itkGPUInterpolateImageFunction.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented in itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >, itk::GPULinearInterpolateImageFunction< TInputImage, TCoordRep >, and itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >.
|
overrideprotectedvirtual |
Returns data manager that stores all settings for the transform.
Reimplemented from itk::GPUInterpolatorBase.
itk::GPUInterpolateImageFunction< TInputImage, TCoordRep, TParentInterpolateImageFunction >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned int | , | ||
TInputImage::ImageDimension | |||
) |
ImageDimension constants
|
private |
|
overrideprotected |
Generated on 1667476801 for elastix by 1.9.4 |