![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkDrawConvexImageFilter.h>
Inheritance diagram for rtk::DrawConvexImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for rtk::DrawConvexImageFilter< TInputImage, TOutputImage >:Public Types | |
| using | ConstPointer = itk::SmartPointer< const Self > |
| using | ConvexShapePointer = ConvexShape::Pointer |
| using | OutputImageRegionType = typename TOutputImage::RegionType |
| using | Pointer = itk::SmartPointer< Self > |
| using | PointType = ConvexShape::PointType |
| using | ScalarType = ConvexShape::ScalarType |
| using | Self = DrawConvexImageFilter |
| using | Superclass = itk::InPlaceImageFilter< TInputImage, TOutputImage > |
| using | VectorType = ConvexShape::VectorType |
Public Member Functions | |
| 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 () |
Protected Member Functions | |
| void | BeforeThreadedGenerateData () override |
| DrawConvexImageFilter () | |
| void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
| ~DrawConvexImageFilter () override=default | |
Private Attributes | |
| ConvexShapePointer | m_ConvexShape |
Draws a rtk::ConvexShape in a 3D image.
Definition at line 42 of file rtkDrawConvexImageFilter.h.
| using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 51 of file rtkDrawConvexImageFilter.h.
| using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::ConvexShapePointer = ConvexShape::Pointer |
Definition at line 55 of file rtkDrawConvexImageFilter.h.
| using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Convenient type alias.
Definition at line 54 of file rtkDrawConvexImageFilter.h.
| using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 50 of file rtkDrawConvexImageFilter.h.
| using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::PointType = ConvexShape::PointType |
Definition at line 57 of file rtkDrawConvexImageFilter.h.
| using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::ScalarType = ConvexShape::ScalarType |
Definition at line 56 of file rtkDrawConvexImageFilter.h.
| using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::Self = DrawConvexImageFilter |
Standard class type alias.
Definition at line 48 of file rtkDrawConvexImageFilter.h.
| using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::Superclass = itk::InPlaceImageFilter<TInputImage, TOutputImage> |
Definition at line 49 of file rtkDrawConvexImageFilter.h.
| using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::VectorType = ConvexShape::VectorType |
Definition at line 58 of file rtkDrawConvexImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotected |
ConvexShape must be created in the BeforeThreadedGenerateData in the daugter classes.
| virtual::itk::LightObject::Pointer rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | ) | const |
|
overrideprotected |
Apply changes to the input image requested region.
|
virtual |
Get / Set the object pointer to the ConvexShape.
|
virtual |
Get / Set the object pointer to the ConvexShape.
|
override |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
virtual |
Get / Set the object pointer to the ConvexShape.
|
private |
Definition at line 85 of file rtkDrawConvexImageFilter.h.
1.8.14