Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUBSplineInterpolateImageFunction.h>
GPU version of BSplineInterpolateImageFunction.
Definition at line 45 of file itkGPUBSplineInterpolateImageFunction.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef BSplineInterpolateImageFunction< TInputImage, TCoordRep, BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > > | CPUSuperclass |
typedef GPUCoefficientImageType::Pointer | GPUCoefficientImagePointer |
typedef GPUImage< TCoefficientType, InputImageDimension > | GPUCoefficientImageType |
typedef GPUDataManager::Pointer | GPUDataManagerPointer |
typedef GPUInterpolateImageFunction< TInputImage, TCoordRep, BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > > | GPUSuperclass |
typedef SmartPointer< Self > | Pointer |
typedef GPUBSplineInterpolateImageFunction | Self |
typedef GPUSuperclass | Superclass |
Public Types inherited from itk::GPUInterpolateImageFunction< TInputImage, float, BSplineInterpolateImageFunction< TInputImage, float, float > > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef CPUSuperclass::ContinuousIndexType | ContinuousIndexType |
typedef CPUSuperclass::CoordRepType | CoordRepType |
typedef BSplineInterpolateImageFunction< TInputImage, float, float > | CPUSuperclass |
typedef GPUInterpolatorBase | GPUSuperclass |
typedef CPUSuperclass::InputImageType | InputImageType |
typedef SmartPointer< Self > | Pointer |
typedef GPUInterpolateImageFunction | Self |
Public Member Functions | |
virtual const char * | GetClassName () const |
const GPUCoefficientImagePointer | GetGPUCoefficients () const |
const GPUDataManagerPointer | GetGPUCoefficientsImageBase () const |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
virtual void | SetInputImage (const TInputImage *inputData) |
Public Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, BSplineInterpolateImageFunction< TInputImage, float, 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 |
GPUBSplineInterpolateImageFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~GPUBSplineInterpolateImageFunction () | |
Protected Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, float, BSplineInterpolateImageFunction< TInputImage, float, 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 | |
GPUBSplineInterpolateImageFunction (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
GPUCoefficientImagePointer | m_GPUCoefficients |
GPUDataManagerPointer | m_GPUCoefficientsImageBase |
std::vector< std::string > | m_Sources |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUInterpolatorBase | |
GPUDataManager::Pointer | m_ParametersDataManager |
typedef SmartPointer< const Self > itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::ConstPointer |
Definition at line 62 of file itkGPUBSplineInterpolateImageFunction.h.
typedef BSplineInterpolateImageFunction< TInputImage, TCoordRep, BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > > itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::CPUSuperclass |
Definition at line 59 of file itkGPUBSplineInterpolateImageFunction.h.
typedef GPUCoefficientImageType::Pointer itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GPUCoefficientImagePointer |
Definition at line 75 of file itkGPUBSplineInterpolateImageFunction.h.
typedef GPUImage< TCoefficientType, InputImageDimension > itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GPUCoefficientImageType |
Definition at line 74 of file itkGPUBSplineInterpolateImageFunction.h.
typedef GPUDataManager::Pointer itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GPUDataManagerPointer |
Definition at line 76 of file itkGPUBSplineInterpolateImageFunction.h.
typedef GPUInterpolateImageFunction< TInputImage, TCoordRep, BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > > itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GPUSuperclass |
Definition at line 56 of file itkGPUBSplineInterpolateImageFunction.h.
typedef SmartPointer< Self > itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::Pointer |
Definition at line 61 of file itkGPUBSplineInterpolateImageFunction.h.
typedef GPUBSplineInterpolateImageFunction itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::Self |
Standard class typedefs.
Definition at line 53 of file itkGPUBSplineInterpolateImageFunction.h.
typedef GPUSuperclass itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::Superclass |
Definition at line 60 of file itkGPUBSplineInterpolateImageFunction.h.
|
protected |
|
inlineprotected |
Definition at line 90 of file itkGPUBSplineInterpolateImageFunction.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUInterpolateImageFunction< TInputImage, float, BSplineInterpolateImageFunction< TInputImage, float, float > >.
const GPUCoefficientImagePointer itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GetGPUCoefficients | ( | ) | const |
Get the GPU coefficient image.
const GPUDataManagerPointer itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::GetGPUCoefficientsImageBase | ( | ) | const |
Get the GPU coefficient image base.
|
overrideprotectedvirtual |
Returns OpenCL source code for the transform. Returns true if source code was combined, false otherwise.
Reimplemented from itk::GPUInterpolatorBase.
itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned int | , | ||
TInputImage::ImageDimension | |||
) |
ImageDimension constants
|
static |
Method for creation through the object factory.
|
private |
|
overrideprotected |
|
virtual |
Set the input image. This must be set by the user.
|
private |
Definition at line 102 of file itkGPUBSplineInterpolateImageFunction.h.
|
private |
Definition at line 103 of file itkGPUBSplineInterpolateImageFunction.h.
|
private |
Definition at line 105 of file itkGPUBSplineInterpolateImageFunction.h.
Generated on 1667476801 for elastix by 1.9.4 |