RTK  2.7.0
Reconstruction Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <rtkCudaForwardProjectionImageFilter.h>

+ Inheritance diagram for rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >:

Public Types

using ConstPointer = itk::SmartPointer< const Self >
 
using GPUSuperclass = itk::CudaInPlaceImageFilter< TInputImage, TOutputImage, Superclass >
 
using Pointer = itk::SmartPointer< Self >
 
using Self = CudaForwardProjectionImageFilter
 
using Superclass = ForwardProjectionImageFilter< TInputImage, TOutputImage >
 
using VectorType = itk::Vector< float, 3 >
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
const char * GetNameOfClass () const override
 
virtual double GetStepSize () const
 
virtual void SetStepSize (double _arg)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 CudaForwardProjectionImageFilter ()
 
virtual void GPUGenerateData ()
 
 ~CudaForwardProjectionImageFilter ()
 

Private Attributes

double m_StepSize
 

Detailed Description

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
class rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >

Definition at line 52 of file rtkCudaForwardProjectionImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
using rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self>

Definition at line 64 of file rtkCudaForwardProjectionImageFilter.h.

◆ GPUSuperclass

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
using rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::GPUSuperclass = itk::CudaInPlaceImageFilter<TInputImage, TOutputImage, Superclass>

Definition at line 62 of file rtkCudaForwardProjectionImageFilter.h.

◆ Pointer

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
using rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self>

Definition at line 63 of file rtkCudaForwardProjectionImageFilter.h.

◆ Self

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
using rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::Self = CudaForwardProjectionImageFilter

Standard class type alias.

Definition at line 60 of file rtkCudaForwardProjectionImageFilter.h.

◆ Superclass

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
using rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::Superclass = ForwardProjectionImageFilter<TInputImage, TOutputImage>

Definition at line 61 of file rtkCudaForwardProjectionImageFilter.h.

◆ VectorType

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
using rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::VectorType = itk::Vector<float, 3>

Definition at line 65 of file rtkCudaForwardProjectionImageFilter.h.

Constructor & Destructor Documentation

◆ CudaForwardProjectionImageFilter()

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::CudaForwardProjectionImageFilter ( )
protected

◆ ~CudaForwardProjectionImageFilter()

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::~CudaForwardProjectionImageFilter ( )
inlineprotected

Definition at line 80 of file rtkCudaForwardProjectionImageFilter.h.

Member Function Documentation

◆ CreateAnother()

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
virtual::itk::LightObject::Pointer rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::CreateAnother ( ) const

◆ GetNameOfClass()

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
const char* rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
override

Run-time type information (and related methods).

◆ GetStepSize()

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
virtual double rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::GetStepSize ( ) const
virtual

Set step size along ray (in mm). Default is 1 mm.

◆ GPUGenerateData()

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
virtual void rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::GPUGenerateData ( )
protectedvirtual

◆ New()

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
static Pointer rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

Referenced by rtk::IterativeConeBeamReconstructionFilter< TOutputImage >::InstantiateCudaForwardProjection().

◆ SetStepSize()

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
virtual void rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::SetStepSize ( double  _arg)
virtual

Set step size along ray (in mm). Default is 1 mm.

Member Data Documentation

◆ m_StepSize

template<class TInputImage = itk::CudaImage<float, 3>, class TOutputImage = TInputImage>
double rtk::CudaForwardProjectionImageFilter< TInputImage, TOutputImage >::m_StepSize
private

Definition at line 86 of file rtkCudaForwardProjectionImageFilter.h.


The documentation for this class was generated from the following file: