|
|
Home | Main Page | Topics | 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 40 of file itkGPUInterpolateImageFunction.h.
Public Types | |
| using | ConstPointer = SmartPointer<const Self> |
| using | ContinuousIndexType = typename CPUSuperclass::ContinuousIndexType |
| using | CoordinateType = typename CPUSuperclass::CoordinateType |
| using | CPUSuperclass = TParentInterpolateImageFunction |
| using | GPUSuperclass = GPUInterpolatorBase |
| using | InputImageType = typename CPUSuperclass::InputImageType |
| using | Pointer = SmartPointer<Self> |
| using | Self = GPUInterpolateImageFunction |
Public Member Functions | |
| ITK_DISALLOW_COPY_AND_MOVE (GPUInterpolateImageFunction) | |
| itkOverrideGetNameOfClassMacro (GPUInterpolateImageFunction) | |
| itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
| Public Member Functions inherited from itk::GPUInterpolatorBase | |
| virtual const char * | GetNameOfClass () const |
| virtual bool | GetSourceCode (std::string &source) const |
Protected Member Functions | |
| 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 |
Additional Inherited Members | |
| Protected Attributes inherited from itk::GPUInterpolatorBase | |
| GPUDataManager::Pointer | m_ParametersDataManager {} |
| using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::ConstPointer = SmartPointer<const Self> |
Definition at line 52 of file itkGPUInterpolateImageFunction.h.
| using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::ContinuousIndexType = typename CPUSuperclass::ContinuousIndexType |
Definition at line 62 of file itkGPUInterpolateImageFunction.h.
| using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::CoordinateType = typename CPUSuperclass::CoordinateType |
Definition at line 63 of file itkGPUInterpolateImageFunction.h.
| using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::CPUSuperclass = TParentInterpolateImageFunction |
Definition at line 49 of file itkGPUInterpolateImageFunction.h.
| using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::GPUSuperclass = GPUInterpolatorBase |
Definition at line 50 of file itkGPUInterpolateImageFunction.h.
| using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::InputImageType = typename CPUSuperclass::InputImageType |
Superclass typedef support.
Definition at line 61 of file itkGPUInterpolateImageFunction.h.
| using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::Pointer = SmartPointer<Self> |
Definition at line 51 of file itkGPUInterpolateImageFunction.h.
| using itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::Self = GPUInterpolateImageFunction |
Standard class typedefs.
Definition at line 48 of file itkGPUInterpolateImageFunction.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
Returns data manager that stores all settings for the transform.
Reimplemented from itk::GPUInterpolatorBase.
| itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::ITK_DISALLOW_COPY_AND_MOVE | ( | GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction > | ) |
| itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::itkOverrideGetNameOfClassMacro | ( | GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction > | ) |
Run-time type information (and related methods).
| itk::GPUInterpolateImageFunction< TInputImage, TCoordinate, TParentInterpolateImageFunction >::itkStaticConstMacro | ( | InputImageDimension | , |
| unsigned int | , | ||
| TInputImage::ImageDimension | ) |
ImageDimension constants
|
overrideprotected |
Generated on 1774142652 for elastix by 1.15.0 |