![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#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 |
| const char * | GetNameOfClass () const override |
Public Member Functions inherited from rtk::ProjectGeometricPhantomImageFilter< TInputImage, TOutputImage > | |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| const char * | GetNameOfClass () const override |
| virtual void | SetPhantomScale (const ScalarType _arg) |
| virtual const GeometricPhantom * | GetGeometricPhantom () const |
| virtual void | SetGeometricPhantom (const GeometricPhantom *_arg) |
| virtual const GeometryType * | GetGeometry () 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 | 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 > | |
| void | GenerateData () override |
| ProjectGeometricPhantomImageFilter () | |
| void | VerifyPreconditions () const override |
| ~ProjectGeometricPhantomImageFilter () override=default | |
Analytical projection of a SheppLoganPhantom with a 128 (default) scale.
Definition at line 40 of file rtkSheppLoganPhantomFilter.h.
| using rtk::SheppLoganPhantomFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 49 of file rtkSheppLoganPhantomFilter.h.
| using rtk::SheppLoganPhantomFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 48 of file rtkSheppLoganPhantomFilter.h.
| using rtk::SheppLoganPhantomFilter< TInputImage, TOutputImage >::Self = SheppLoganPhantomFilter |
Standard class type alias.
Definition at line 46 of file rtkSheppLoganPhantomFilter.h.
| using rtk::SheppLoganPhantomFilter< TInputImage, TOutputImage >::Superclass = ProjectGeometricPhantomImageFilter<TInputImage, TOutputImage> |
Definition at line 47 of file rtkSheppLoganPhantomFilter.h.
|
protected |
|
overrideprotecteddefault |
| virtual::itk::LightObject::Pointer rtk::SheppLoganPhantomFilter< TInputImage, TOutputImage >::CreateAnother | ( | ) | const |
|
overrideprotected |
|
override |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
1.8.14