![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkDrawConeImageFilter.h>
Inheritance diagram for rtk::DrawConeImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for rtk::DrawConeImageFilter< 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 |
| DrawConeImageFilter ()=default | |
| ~DrawConeImageFilter () 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 cone in a 3D image.
Definition at line 38 of file rtkDrawConeImageFilter.h.
| using rtk::DrawConeImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 47 of file rtkDrawConeImageFilter.h.
| using rtk::DrawConeImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 46 of file rtkDrawConeImageFilter.h.
| using rtk::DrawConeImageFilter< TInputImage, TOutputImage >::ScalarType = ConvexShape::ScalarType |
Convenient type alias.
Definition at line 50 of file rtkDrawConeImageFilter.h.
| using rtk::DrawConeImageFilter< TInputImage, TOutputImage >::Self = DrawConeImageFilter |
Standard class type alias.
Definition at line 44 of file rtkDrawConeImageFilter.h.
| using rtk::DrawConeImageFilter< TInputImage, TOutputImage >::Superclass = DrawEllipsoidImageFilter<TInputImage, TOutputImage> |
Definition at line 45 of file rtkDrawConeImageFilter.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
overrideprotected |
| virtual::itk::LightObject::Pointer rtk::DrawConeImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | ) | const |
|
override |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
1.8.14