![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkCudaWarpBackProjectionImageFilter.h>
Inheritance diagram for rtk::CudaWarpBackProjectionImageFilter:
Collaboration diagram for rtk::CudaWarpBackProjectionImageFilter:Public Types | |
| using | BackProjectionImageFilterType = BackProjectionImageFilter< ImageType, ImageType > |
| using | ConstPointer = itk::SmartPointer< const Self > |
| using | DVFType = itk::CudaImage< itk::CovariantVector< float, 3 >, 3 > |
| using | ImageType = itk::CudaImage< float, 3 > |
| using | OutputImageRegionType = ImageType::RegionType |
| using | Pointer = itk::SmartPointer< Self > |
| using | ProjectionImagePointer = ProjectionImageType::Pointer |
| using | ProjectionImageType = itk::CudaImage< float, 2 > |
| using | Self = CudaWarpBackProjectionImageFilter |
| using | Superclass = itk::CudaInPlaceImageFilter< ImageType, ImageType, BackProjectionImageFilterType > |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| const char * | GetNameOfClass () const override |
| void | SetInputProjectionStack (const InputImageType *ProjectionStack) |
| InputImageType::Pointer | GetInputProjectionStack () |
| void | SetInputVolume (const InputImageType *Volume) |
| InputImageType::Pointer | GetInputVolume () |
| void | SetDisplacementField (const DVFType *MVF) |
| DVFType::Pointer | GetDisplacementField () |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| CudaWarpBackProjectionImageFilter () | |
| virtual void | GenerateInputRequestedRegion () |
| virtual void | GPUGenerateData () |
| ~CudaWarpBackProjectionImageFilter () | |
Voxel-based backprojection into warped volume implemented in CUDA.
GPU-based implementation of the voxel-based backprojection, assuming a deformation of the volume.
Definition at line 47 of file rtkCudaWarpBackProjectionImageFilter.h.
| using rtk::CudaWarpBackProjectionImageFilter::BackProjectionImageFilterType = BackProjectionImageFilter<ImageType, ImageType> |
Definition at line 58 of file rtkCudaWarpBackProjectionImageFilter.h.
| using rtk::CudaWarpBackProjectionImageFilter::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 62 of file rtkCudaWarpBackProjectionImageFilter.h.
| using rtk::CudaWarpBackProjectionImageFilter::DVFType = itk::CudaImage<itk::CovariantVector<float, 3>, 3> |
Definition at line 57 of file rtkCudaWarpBackProjectionImageFilter.h.
| using rtk::CudaWarpBackProjectionImageFilter::ImageType = itk::CudaImage<float, 3> |
Standard class type alias.
Definition at line 56 of file rtkCudaWarpBackProjectionImageFilter.h.
| using rtk::CudaWarpBackProjectionImageFilter::OutputImageRegionType = ImageType::RegionType |
Definition at line 64 of file rtkCudaWarpBackProjectionImageFilter.h.
| using rtk::CudaWarpBackProjectionImageFilter::Pointer = itk::SmartPointer<Self> |
Definition at line 61 of file rtkCudaWarpBackProjectionImageFilter.h.
| using rtk::CudaWarpBackProjectionImageFilter::ProjectionImagePointer = ProjectionImageType::Pointer |
Definition at line 66 of file rtkCudaWarpBackProjectionImageFilter.h.
| using rtk::CudaWarpBackProjectionImageFilter::ProjectionImageType = itk::CudaImage<float, 2> |
Definition at line 65 of file rtkCudaWarpBackProjectionImageFilter.h.
Definition at line 59 of file rtkCudaWarpBackProjectionImageFilter.h.
| using rtk::CudaWarpBackProjectionImageFilter::Superclass = itk::CudaInPlaceImageFilter<ImageType, ImageType, BackProjectionImageFilterType> |
Definition at line 60 of file rtkCudaWarpBackProjectionImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 97 of file rtkCudaWarpBackProjectionImageFilter.h.
| virtual::itk::LightObject::Pointer rtk::CudaWarpBackProjectionImageFilter::CreateAnother | ( | ) | const |
|
protectedvirtual |
| DVFType::Pointer rtk::CudaWarpBackProjectionImageFilter::GetDisplacementField | ( | ) |
Input displacement vector field
| InputImageType::Pointer rtk::CudaWarpBackProjectionImageFilter::GetInputProjectionStack | ( | ) |
Input projection stack
| InputImageType::Pointer rtk::CudaWarpBackProjectionImageFilter::GetInputVolume | ( | ) |
Input displacement vector field
|
override |
Run-time type information (and related methods).
|
protectedvirtual |
|
static |
Method for creation through the object factory.
| void rtk::CudaWarpBackProjectionImageFilter::SetDisplacementField | ( | const DVFType * | MVF | ) |
Input displacement vector field
| void rtk::CudaWarpBackProjectionImageFilter::SetInputProjectionStack | ( | const InputImageType * | ProjectionStack | ) |
Input projection stack
| void rtk::CudaWarpBackProjectionImageFilter::SetInputVolume | ( | const InputImageType * | Volume | ) |
Input displacement vector field
1.8.14