| 
 | 
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages | 
#include <itkGPUNearestNeighborInterpolateImageFunction.h>
GPU version of NearestNeighborInterpolateImageFunction.
Definition at line 44 of file itkGPUNearestNeighborInterpolateImageFunction.h.
 Inheritance diagram for itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >:Public Types | |
| using | ConstPointer = SmartPointer< const Self > | 
| using | CPUSuperclass = NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep > | 
| using | GPUSuperclass = GPUInterpolateImageFunction< TInputImage, TCoordRep, CPUSuperclass > | 
| using | Pointer = SmartPointer< Self > | 
| using | Self = GPUNearestNeighborInterpolateImageFunction | 
  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 (GPUNearestNeighborInterpolateImageFunction) | |
  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 | 
| GPUNearestNeighborInterpolateImageFunction () | |
| void | PrintSelf (std::ostream &os, Indent indent) const override | 
| ~GPUNearestNeighborInterpolateImageFunction () 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::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::ConstPointer = SmartPointer<const Self> | 
Definition at line 57 of file itkGPUNearestNeighborInterpolateImageFunction.h.
| using itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::CPUSuperclass = NearestNeighborInterpolateImageFunction<TInputImage, TCoordRep> | 
Definition at line 54 of file itkGPUNearestNeighborInterpolateImageFunction.h.
| using itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::GPUSuperclass = GPUInterpolateImageFunction<TInputImage, TCoordRep, CPUSuperclass> | 
Definition at line 55 of file itkGPUNearestNeighborInterpolateImageFunction.h.
| using itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::Pointer = SmartPointer<Self> | 
Definition at line 56 of file itkGPUNearestNeighborInterpolateImageFunction.h.
| using itk::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::Self = GPUNearestNeighborInterpolateImageFunction | 
Standard class typedefs.
Definition at line 53 of file itkGPUNearestNeighborInterpolateImageFunction.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::GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::ITK_DISALLOW_COPY_AND_MOVE | ( | GPUNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep > | ) | 
      
  | 
  static | 
Method for creation through the object factory.
      
  | 
  overrideprotected | 
      
  | 
  private | 
Definition at line 77 of file itkGPUNearestNeighborInterpolateImageFunction.h.
Generated on 1739326392 for elastix by   1.9.8  |