RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkDrawConvexImageFilter.h>
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 |
virtual const char * | GetNameOfClass () const |
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 |
|
overrideprotectedvirtual |
ConvexShape must be created in the BeforeThreadedGenerateData in the daugter classes.
Reimplemented from itk::ImageSource< TOutputImage >.
Reimplemented in rtk::DrawQuadricImageFilter< TInputImage, TOutputImage >, rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage >, and rtk::DrawCylinderImageFilter< TInputImage, TOutputImage >.
|
virtual |
Reimplemented from itk::Object.
Reimplemented in rtk::DrawCylinderImageFilter< TInputImage, TOutputImage >, rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage >, and rtk::DrawQuadricImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
Apply changes to the input image requested region.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Get / Set the object pointer to the ConvexShape.
|
virtual |
Get / Set the object pointer to the ConvexShape.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
Reimplemented in rtk::DrawBoxImageFilter< TInputImage, TOutputImage >, rtk::DrawCylinderImageFilter< TInputImage, TOutputImage >, rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage >, rtk::DrawQuadricImageFilter< TInputImage, TOutputImage >, and rtk::DrawConeImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
virtual |
Get / Set the object pointer to the ConvexShape.
|
private |
Definition at line 90 of file rtkDrawConvexImageFilter.h.