|
|
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.
Inheritance diagram for itk::GPUBSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType >: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, TCoordRep, BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > > | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef CPUSuperclass::ContinuousIndexType | ContinuousIndexType |
| typedef CPUSuperclass::CoordRepType | CoordRepType |
| typedef BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > | 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, TCoordRep, BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > > | |
| 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 | |
| virtual bool | GetSourceCode (std::string &source) const ITK_OVERRIDE |
| GPUBSplineInterpolateImageFunction () | |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE |
| ~GPUBSplineInterpolateImageFunction () | |
Protected Member Functions inherited from itk::GPUInterpolateImageFunction< TInputImage, TCoordRep, BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > > | |
| virtual GPUDataManager::Pointer | GetParametersDataManager (void) const ITK_OVERRIDE |
| GPUInterpolateImageFunction () | |
| ~GPUInterpolateImageFunction () | |
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, TCoordRep, BSplineInterpolateImageFunction< TInputImage, TCoordRep, TCoefficientType > >.
| 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.
|
protectedvirtual |
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 |
|
protectedvirtual |
|
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 OURCE_DATE_EPOCH for elastix by 1.8.13 |