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

#include <rtkSheppLoganPhantomFilter.h>

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

Public Types

using ConstPointer = itk::SmartPointer< const Self >
 
using Pointer = itk::SmartPointer< Self >
 
using Self = SheppLoganPhantomFilter
 
using Superclass = ProjectGeometricPhantomImageFilter< TInputImage, TOutputImage >
 
- Public Types inherited from rtk::ProjectGeometricPhantomImageFilter< TInputImage, TOutputImage >
using ConstPointer = itk::SmartPointer< const Self >
 
using GeometricPhantomConstPointer = GeometricPhantom::ConstPointer
 
using GeometryConstPointer = typename GeometryType::ConstPointer
 
using GeometryType = rtk::ThreeDCircularProjectionGeometry
 
using Pointer = itk::SmartPointer< Self >
 
using RotationMatrixType = ConvexShape::RotationMatrixType
 
using ScalarType = ConvexShape::ScalarType
 
using Self = ProjectGeometricPhantomImageFilter
 
using StringType = std::string
 
using Superclass = itk::InPlaceImageFilter< TInputImage, TOutputImage >
 
using VectorType = ConvexShape::VectorType
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from rtk::ProjectGeometricPhantomImageFilter< TInputImage, TOutputImage >
virtual void SetPhantomScale (const ScalarType _arg)
 
virtual const GeometricPhantomGetGeometricPhantom () const
 
virtual void SetGeometricPhantom (const GeometricPhantom *_arg)
 
virtual const GeometryTypeGetGeometry () const
 
virtual void SetGeometry (const GeometryType *_arg)
 
virtual void SetConfigFile (StringType _arg)
 
virtual StringType GetConfigFile ()
 
virtual void SetPhantomScale (VectorType _arg)
 
virtual VectorType GetPhantomScale ()
 
virtual void SetOriginOffset (VectorType _arg)
 
virtual VectorType GetOriginOffset ()
 
virtual void SetIsForbildConfigFile (bool _arg)
 
virtual bool GetIsForbildConfigFile () const
 
virtual void IsForbildConfigFileOn ()
 
virtual void IsForbildConfigFileOff ()
 
virtual void SetRotationMatrix (RotationMatrixType _arg)
 
virtual RotationMatrixType GetRotationMatrix ()
 
void AddClipPlane (const VectorType &dir, const ScalarType &pos)
 
void SetClipPlanes (const std::vector< VectorType > &dir, const std::vector< ScalarType > &pos)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from rtk::ProjectGeometricPhantomImageFilter< TInputImage, TOutputImage >
static Pointer New ()
 

Protected Member Functions

void GenerateData () override
 
 SheppLoganPhantomFilter ()
 
 ~SheppLoganPhantomFilter () override=default
 
- Protected Member Functions inherited from rtk::ProjectGeometricPhantomImageFilter< TInputImage, TOutputImage >
 ProjectGeometricPhantomImageFilter ()
 
void VerifyPreconditions () ITKv5_CONST override
 
 ~ProjectGeometricPhantomImageFilter () override=default
 

Detailed Description

template<class TInputImage, class TOutputImage>
class rtk::SheppLoganPhantomFilter< TInputImage, TOutputImage >

Analytical projection of a SheppLoganPhantom with a 128 (default) scale.

Test:
rtkRaycastInterpolatorForwardProjectionTest.cxx, rtkprojectgeometricphantomtest.cxx, rtkfdktest.cxx, rtkrampfiltertest.cxx, rtkforwardprojectiontest.cxx, rtkdisplaceddetectortest.cxx, rtkshortscantest.cxx
Author
Marc Vila, Simon Rit

Definition at line 40 of file rtkSheppLoganPhantomFilter.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 49 of file rtkSheppLoganPhantomFilter.h.

◆ Pointer

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

Definition at line 48 of file rtkSheppLoganPhantomFilter.h.

◆ Self

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

Standard class type alias.

Definition at line 46 of file rtkSheppLoganPhantomFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
using rtk::SheppLoganPhantomFilter< TInputImage, TOutputImage >::Superclass = ProjectGeometricPhantomImageFilter<TInputImage, TOutputImage>

Definition at line 47 of file rtkSheppLoganPhantomFilter.h.

Constructor & Destructor Documentation

◆ SheppLoganPhantomFilter()

template<class TInputImage , class TOutputImage >
rtk::SheppLoganPhantomFilter< TInputImage, TOutputImage >::SheppLoganPhantomFilter ( )
protected

◆ ~SheppLoganPhantomFilter()

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

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer rtk::SheppLoganPhantomFilter< TInputImage, TOutputImage >::CreateAnother ( ) const
virtual

◆ GenerateData()

template<class TInputImage , class TOutputImage >
void rtk::SheppLoganPhantomFilter< TInputImage, TOutputImage >::GenerateData ( )
overrideprotectedvirtual

◆ GetNameOfClass()

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

Run-time type information (and related methods).

Reimplemented from rtk::ProjectGeometricPhantomImageFilter< TInputImage, TOutputImage >.

◆ New()

template<class TInputImage , class TOutputImage >
static Pointer rtk::SheppLoganPhantomFilter< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.


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