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

#include <rtkDrawSheppLoganFilter.h>

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

Public Types

using ConstPointer = itk::SmartPointer< const Self >
 
using Pointer = itk::SmartPointer< Self >
 
using Self = DrawSheppLoganFilter
 
using Superclass = DrawGeometricPhantomImageFilter< TInputImage, TOutputImage >
 
- Public Types inherited from rtk::DrawGeometricPhantomImageFilter< TInputImage, TOutputImage >
using ConstPointer = itk::SmartPointer< const Self >
 
using GeometricPhantomConstPointer = GeometricPhantom::ConstPointer
 
using Pointer = itk::SmartPointer< Self >
 
using RotationMatrixType = ConvexShape::RotationMatrixType
 
using ScalarType = ConvexShape::ScalarType
 
using Self = DrawGeometricPhantomImageFilter
 
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::DrawGeometricPhantomImageFilter< TInputImage, TOutputImage >
virtual void SetPhantomScale (const ScalarType _arg)
 
virtual const GeometricPhantomGetGeometricPhantom () const
 
virtual void SetGeometricPhantom (const GeometricPhantom *_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::DrawGeometricPhantomImageFilter< TInputImage, TOutputImage >
static Pointer New ()
 

Protected Member Functions

 DrawSheppLoganFilter ()
 
void GenerateData () override
 
 ~DrawSheppLoganFilter () override=default
 
- Protected Member Functions inherited from rtk::DrawGeometricPhantomImageFilter< TInputImage, TOutputImage >
 DrawGeometricPhantomImageFilter ()
 
 ~DrawGeometricPhantomImageFilter () override=default
 

Detailed Description

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

Draws a SheppLoganPhantom in a 3D image with a default scale of 128.

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

Definition at line 40 of file rtkDrawSheppLoganFilter.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 49 of file rtkDrawSheppLoganFilter.h.

◆ Pointer

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

Definition at line 48 of file rtkDrawSheppLoganFilter.h.

◆ Self

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

Standard class type alias.

Definition at line 46 of file rtkDrawSheppLoganFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
using rtk::DrawSheppLoganFilter< TInputImage, TOutputImage >::Superclass = DrawGeometricPhantomImageFilter<TInputImage, TOutputImage>

Definition at line 47 of file rtkDrawSheppLoganFilter.h.

Constructor & Destructor Documentation

◆ DrawSheppLoganFilter()

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

◆ ~DrawSheppLoganFilter()

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

Member Function Documentation

◆ CreateAnother()

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

◆ GenerateData()

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

◆ GetNameOfClass()

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

Run-time type information (and related methods).

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

◆ New()

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

Method for creation through the object factory.


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