![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkCudaWarpImageFilter.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | DisplacementVectorType = itk::CovariantVector< float, 3 > |
using | DVFType = itk::CudaImage< DisplacementVectorType, 3 > |
using | ImageType = itk::CudaImage< float, 3 > |
using | OutputImageRegionType = ImageType::RegionType |
using | Pointer = itk::SmartPointer< Self > |
using | Self = CudaWarpImageFilter |
using | Superclass = itk::CudaImageToImageFilter< ImageType, ImageType, WarpImageFilterType > |
using | WarpImageFilterType = itk::WarpImageFilter< ImageType, ImageType, DVFType > |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
CudaWarpImageFilter () | |
virtual void | GPUGenerateData () |
virtual | ~CudaWarpImageFilter () |
Cuda version of the WarpImageFilter.
Deform an image using a Displacement Vector Field. GPU-based implementation
Definition at line 46 of file rtkCudaWarpImageFilter.h.
using rtk::CudaWarpImageFilter::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 64 of file rtkCudaWarpImageFilter.h.
using rtk::CudaWarpImageFilter::DisplacementVectorType = itk::CovariantVector<float, 3> |
Definition at line 58 of file rtkCudaWarpImageFilter.h.
using rtk::CudaWarpImageFilter::DVFType = itk::CudaImage<DisplacementVectorType, 3> |
Definition at line 59 of file rtkCudaWarpImageFilter.h.
using rtk::CudaWarpImageFilter::ImageType = itk::CudaImage<float, 3> |
Standard class type alias.
Definition at line 57 of file rtkCudaWarpImageFilter.h.
using rtk::CudaWarpImageFilter::OutputImageRegionType = ImageType::RegionType |
Definition at line 66 of file rtkCudaWarpImageFilter.h.
Definition at line 63 of file rtkCudaWarpImageFilter.h.
Definition at line 61 of file rtkCudaWarpImageFilter.h.
using rtk::CudaWarpImageFilter::Superclass = itk::CudaImageToImageFilter<ImageType, ImageType, WarpImageFilterType> |
Definition at line 62 of file rtkCudaWarpImageFilter.h.
using rtk::CudaWarpImageFilter::WarpImageFilterType = itk::WarpImageFilter<ImageType, ImageType, DVFType> |
Definition at line 60 of file rtkCudaWarpImageFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 76 of file rtkCudaWarpImageFilter.h.
virtual::itk::LightObject::Pointer rtk::CudaWarpImageFilter::CreateAnother | ( | ) | const |
|
override |
Run-time type information (and related methods).
|
protectedvirtual |
|
static |
Method for creation through the object factory.