![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#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 |
| const char * | GetNameOfClass () const override |
Public Member Functions inherited from rtk::DrawGeometricPhantomImageFilter< TInputImage, TOutputImage > | |
| virtual void | SetPhantomScale (const ScalarType _arg) |
| virtual const GeometricPhantom * | GetGeometricPhantom () 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 | 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 | |
Draws a SheppLoganPhantom in a 3D image with a default scale of 128.
Definition at line 40 of file rtkDrawSheppLoganFilter.h.
| using rtk::DrawSheppLoganFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 49 of file rtkDrawSheppLoganFilter.h.
| using rtk::DrawSheppLoganFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 48 of file rtkDrawSheppLoganFilter.h.
| using rtk::DrawSheppLoganFilter< TInputImage, TOutputImage >::Self = DrawSheppLoganFilter |
Standard class type alias.
Definition at line 46 of file rtkDrawSheppLoganFilter.h.
| using rtk::DrawSheppLoganFilter< TInputImage, TOutputImage >::Superclass = DrawGeometricPhantomImageFilter<TInputImage, TOutputImage> |
Definition at line 47 of file rtkDrawSheppLoganFilter.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Reimplemented from rtk::DrawGeometricPhantomImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
Reimplemented from rtk::DrawGeometricPhantomImageFilter< TInputImage, TOutputImage >.
|
overridevirtual |
Run-time type information (and related methods).
Reimplemented from rtk::DrawGeometricPhantomImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
1.8.14