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

#include <rtkForwardProjectionImageFilter.h>

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

Public Types

using ConstPointer = itk::SmartPointer< const Self >
 
using GeometryPointer = typename GeometryType::ConstPointer
 
using GeometryType = rtk::ThreeDCircularProjectionGeometry
 
using Pointer = itk::SmartPointer< Self >
 
using Self = ForwardProjectionImageFilter
 
using Superclass = itk::InPlaceImageFilter< TInputImage, TOutputImage >
 

Public Member Functions

virtual const char * GetNameOfClass () const
 
virtual const GeometryTypeGetGeometry () const
 
virtual void SetGeometry (const GeometryType *_arg)
 

Protected Member Functions

 ForwardProjectionImageFilter ()
 
void GenerateInputRequestedRegion () override
 
void VerifyInputInformation () const override
 
void VerifyPreconditions () ITKv5_CONST override
 
 ~ForwardProjectionImageFilter () override=default
 

Private Attributes

GeometryPointer m_Geometry
 

Detailed Description

template<class TInputImage, class TOutputImage = TInputImage>
class rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >

Base class for forward projection, i.e. accumulation along x-ray lines.

Author
Simon Rit

Definition at line 37 of file rtkForwardProjectionImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage, class TOutputImage = TInputImage>
using rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self>

Definition at line 46 of file rtkForwardProjectionImageFilter.h.

◆ GeometryPointer

template<class TInputImage, class TOutputImage = TInputImage>
using rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::GeometryPointer = typename GeometryType::ConstPointer

Definition at line 49 of file rtkForwardProjectionImageFilter.h.

◆ GeometryType

template<class TInputImage, class TOutputImage = TInputImage>
using rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::GeometryType = rtk::ThreeDCircularProjectionGeometry

Definition at line 48 of file rtkForwardProjectionImageFilter.h.

◆ Pointer

template<class TInputImage, class TOutputImage = TInputImage>
using rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self>

Definition at line 45 of file rtkForwardProjectionImageFilter.h.

◆ Self

template<class TInputImage, class TOutputImage = TInputImage>
using rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::Self = ForwardProjectionImageFilter

Standard class type alias.

Definition at line 43 of file rtkForwardProjectionImageFilter.h.

◆ Superclass

template<class TInputImage, class TOutputImage = TInputImage>
using rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::Superclass = itk::InPlaceImageFilter<TInputImage, TOutputImage>

Definition at line 44 of file rtkForwardProjectionImageFilter.h.

Constructor & Destructor Documentation

◆ ForwardProjectionImageFilter()

template<class TInputImage, class TOutputImage = TInputImage>
rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::ForwardProjectionImageFilter ( )
inlineprotected

Definition at line 65 of file rtkForwardProjectionImageFilter.h.

◆ ~ForwardProjectionImageFilter()

template<class TInputImage, class TOutputImage = TInputImage>
rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::~ForwardProjectionImageFilter ( )
overrideprotecteddefault

Member Function Documentation

◆ GenerateInputRequestedRegion()

template<class TInputImage, class TOutputImage = TInputImage>
void rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::GenerateInputRequestedRegion ( )
overrideprotectedvirtual

◆ GetGeometry()

template<class TInputImage, class TOutputImage = TInputImage>
virtual const GeometryType* rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::GetGeometry ( ) const
virtual

Get / Set the object pointer to projection geometry

◆ GetNameOfClass()

template<class TInputImage, class TOutputImage = TInputImage>
virtual const char* rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

◆ SetGeometry()

template<class TInputImage, class TOutputImage = TInputImage>
virtual void rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::SetGeometry ( const GeometryType _arg)
virtual

Get / Set the object pointer to projection geometry

◆ VerifyInputInformation()

template<class TInputImage, class TOutputImage = TInputImage>
void rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::VerifyInputInformation ( ) const
inlineoverrideprotected

The two inputs should not be in the same space so there is nothing to verify.

Definition at line 85 of file rtkForwardProjectionImageFilter.h.

◆ VerifyPreconditions()

template<class TInputImage, class TOutputImage = TInputImage>
void rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::VerifyPreconditions ( )
overrideprotectedvirtual

Checks that inputs are correctly set.

Reimplemented from itk::ProcessObject.

Member Data Documentation

◆ m_Geometry

template<class TInputImage, class TOutputImage = TInputImage>
GeometryPointer rtk::ForwardProjectionImageFilter< TInputImage, TOutputImage >::m_Geometry
private

RTK geometry object

Definition at line 90 of file rtkForwardProjectionImageFilter.h.


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