![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkDrawCylinderImageFilter.h>
Inheritance diagram for rtk::DrawCylinderImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for rtk::DrawCylinderImageFilter< TInputImage, TOutputImage >:Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| const char * | GetNameOfClass () const override |
Public Member Functions inherited from rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage > | |
| void | AddClipPlane (const VectorType &dir, const ScalarType &pos) |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| const char * | GetNameOfClass () const override |
| virtual ScalarType | GetDensity () |
| virtual void | SetDensity (ScalarType _arg) |
| virtual const std::vector< VectorType > & | GetPlaneDirections () const |
| virtual const std::vector< ScalarType > & | GetPlanePositions () const |
| virtual PointType | GetCenter () |
| virtual void | SetCenter (PointType _arg) |
| virtual VectorType | GetAxis () |
| virtual void | SetAxis (VectorType _arg) |
| virtual ScalarType | GetAngle () |
| virtual void | SetAngle (ScalarType _arg) |
Public Member Functions inherited from rtk::DrawConvexImageFilter< TInputImage, TOutputImage > | |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| const char * | GetNameOfClass () const override |
| virtual ConvexShape * | GetModifiableConvexShape () |
| virtual const ConvexShape * | GetConvexShape () const |
| virtual void | SetConvexShape (ConvexShape *_arg) |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage > | |
| static Pointer | New () |
Static Public Member Functions inherited from rtk::DrawConvexImageFilter< TInputImage, TOutputImage > | |
| static Pointer | New () |
Protected Member Functions | |
| void | BeforeThreadedGenerateData () override |
| DrawCylinderImageFilter ()=default | |
| ~DrawCylinderImageFilter () override=default | |
Protected Member Functions inherited from rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage > | |
| void | BeforeThreadedGenerateData () override |
| DrawEllipsoidImageFilter () | |
| ~DrawEllipsoidImageFilter () override=default | |
Protected Member Functions inherited from rtk::DrawConvexImageFilter< TInputImage, TOutputImage > | |
| void | BeforeThreadedGenerateData () override |
| DrawConvexImageFilter () | |
| void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
| ~DrawConvexImageFilter () override=default | |
Draws a cylinder in a 3D image.
A cylinder is actually defined by a QuadricShape using first QuadricShape::SetEllipsoid and then with the cylinder direction defined by one 0 component in the axis vector.
Definition at line 42 of file rtkDrawCylinderImageFilter.h.
| using rtk::DrawCylinderImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 51 of file rtkDrawCylinderImageFilter.h.
| using rtk::DrawCylinderImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 50 of file rtkDrawCylinderImageFilter.h.
| using rtk::DrawCylinderImageFilter< TInputImage, TOutputImage >::ScalarType = ConvexShape::ScalarType |
Convenient type alias.
Definition at line 54 of file rtkDrawCylinderImageFilter.h.
| using rtk::DrawCylinderImageFilter< TInputImage, TOutputImage >::Self = DrawCylinderImageFilter |
Standard class type alias.
Definition at line 48 of file rtkDrawCylinderImageFilter.h.
| using rtk::DrawCylinderImageFilter< TInputImage, TOutputImage >::Superclass = DrawEllipsoidImageFilter<TInputImage, TOutputImage> |
Definition at line 49 of file rtkDrawCylinderImageFilter.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
overrideprotected |
| virtual::itk::LightObject::Pointer rtk::DrawCylinderImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | ) | const |
|
override |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
1.8.14