![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkCudaLagCorrectionImageFilter.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | CPULagFilterType = LagCorrectionImageFilter< ImageType, 4 > |
using | ImageType = itk::CudaImage< unsigned short, 3 > |
using | Pointer = itk::SmartPointer< Self > |
using | Self = CudaLagCorrectionImageFilter |
using | Superclass = itk::CudaInPlaceImageFilter< ImageType, ImageType, CPULagFilterType > |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
CudaLagCorrectionImageFilter () | |
virtual void | GPUGenerateData () |
virtual | ~CudaLagCorrectionImageFilter () |
Cuda version of LagCorrectionImageFilter.
Cuda version of LagCorrectionImageFilter.
Definition at line 48 of file rtkCudaLagCorrectionImageFilter.h.
using rtk::CudaLagCorrectionImageFilter::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 64 of file rtkCudaLagCorrectionImageFilter.h.
Definition at line 58 of file rtkCudaLagCorrectionImageFilter.h.
using rtk::CudaLagCorrectionImageFilter::ImageType = itk::CudaImage<unsigned short, 3> |
Convenience type alias
Definition at line 57 of file rtkCudaLagCorrectionImageFilter.h.
Definition at line 63 of file rtkCudaLagCorrectionImageFilter.h.
Standard class type alias.
Definition at line 61 of file rtkCudaLagCorrectionImageFilter.h.
using rtk::CudaLagCorrectionImageFilter::Superclass = itk::CudaInPlaceImageFilter<ImageType, ImageType, CPULagFilterType> |
Definition at line 62 of file rtkCudaLagCorrectionImageFilter.h.
|
protected |
Standard constructor
|
protectedvirtual |
Destructor
virtual::itk::LightObject::Pointer rtk::CudaLagCorrectionImageFilter::CreateAnother | ( | ) | const |
|
override |
Run-time type information (and related methods).
|
protectedvirtual |
|
static |
Method for creation through the object factory.