RTK  2.5.0
Reconstruction Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
rtk::SheppLoganPhantom Class Reference

#include <rtkSheppLoganPhantom.h>

+ Inheritance diagram for rtk::SheppLoganPhantom:
+ Collaboration diagram for rtk::SheppLoganPhantom:

Public Types

using ConstPointer = itk::SmartPointer< const Self >
 
using Pointer = itk::SmartPointer< Self >
 
using PointType = QuadricShape::PointType
 
using ScalarType = QuadricShape::ScalarType
 
using Self = SheppLoganPhantom
 
using Superclass = itk::DataObject
 
using VectorType = QuadricShape::VectorType
 
- Public Types inherited from rtk::GeometricPhantom
using ConstPointer = itk::SmartPointer< const Self >
 
using ConvexShapePointer = ConvexShape::Pointer
 
using ConvexShapeVector = std::vector< ConvexShapePointer >
 
using Pointer = itk::SmartPointer< Self >
 
using PointType = ConvexShape::PointType
 
using RotationMatrixType = ConvexShape::RotationMatrixType
 
using ScalarType = ConvexShape::ScalarType
 
using Self = GeometricPhantom
 
using Superclass = itk::DataObject
 
using VectorType = ConvexShape::VectorType
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from rtk::GeometricPhantom
void AddClipPlane (const VectorType &dir, const ScalarType &pos)
 
void AddConvexShape (const ConvexShape *co)
 
virtual const ConvexShapeVectorGetConvexShapes () const
 
virtual void Rescale (const VectorType &r)
 
virtual void Rotate (const RotationMatrixType &r)
 
virtual void Translate (const VectorType &t)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from rtk::GeometricPhantom
static Pointer New ()
 

Protected Member Functions

 SheppLoganPhantom ()
 
 ~SheppLoganPhantom () override=default
 
- Protected Member Functions inherited from rtk::GeometricPhantom
 GeometricPhantom ()=default
 
 ~GeometricPhantom () override=default
 

Private Member Functions

void SetEllipsoid (ScalarType spax, ScalarType spay, ScalarType spaz, ScalarType centerx, ScalarType centery, ScalarType centerz, ScalarType angle, ScalarType density)
 

Detailed Description

SheppLogan phantom as defined in "Principles of CT imaging" by Kak & Slaney.

See https://www.slaney.org/pct/pct-errata.html for the correction of the phantom definition.

Test:
rtkfdktest.cxx
Author
Simon Rit

Definition at line 41 of file rtkSheppLoganPhantom.h.

Member Typedef Documentation

◆ ConstPointer

Definition at line 50 of file rtkSheppLoganPhantom.h.

◆ Pointer

Definition at line 49 of file rtkSheppLoganPhantom.h.

◆ PointType

Definition at line 54 of file rtkSheppLoganPhantom.h.

◆ ScalarType

Convenient type alias.

Definition at line 53 of file rtkSheppLoganPhantom.h.

◆ Self

Standard class type alias.

Definition at line 47 of file rtkSheppLoganPhantom.h.

◆ Superclass

Definition at line 48 of file rtkSheppLoganPhantom.h.

◆ VectorType

Definition at line 55 of file rtkSheppLoganPhantom.h.

Constructor & Destructor Documentation

◆ SheppLoganPhantom()

rtk::SheppLoganPhantom::SheppLoganPhantom ( )
protected

◆ ~SheppLoganPhantom()

rtk::SheppLoganPhantom::~SheppLoganPhantom ( )
overrideprotecteddefault

Member Function Documentation

◆ CreateAnother()

virtual::itk::LightObject::Pointer rtk::SheppLoganPhantom::CreateAnother ( ) const
virtual

Reimplemented from rtk::GeometricPhantom.

◆ GetNameOfClass()

virtual const char* rtk::SheppLoganPhantom::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from rtk::GeometricPhantom.

◆ New()

static Pointer rtk::SheppLoganPhantom::New ( )
static

Method for creation through the object factory.

◆ SetEllipsoid()

void rtk::SheppLoganPhantom::SetEllipsoid ( ScalarType  spax,
ScalarType  spay,
ScalarType  spaz,
ScalarType  centerx,
ScalarType  centery,
ScalarType  centerz,
ScalarType  angle,
ScalarType  density 
)
private

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