RTK  2.5.0
Reconstruction Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
rtk::DrawConvexImageFilter< TInputImage, TOutputImage > Class Template Reference

#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
 
virtual const char * GetNameOfClass () const
 
virtual ConvexShapeGetModifiableConvexShape ()
 
virtual const ConvexShapeGetConvexShape () 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
 

Detailed Description

template<class TInputImage, class TOutputImage>
class rtk::DrawConvexImageFilter< TInputImage, TOutputImage >

Draws a rtk::ConvexShape in a 3D image.

Test:
rtkforbildtest.cxx
Author
Mathieu Dupont, Simon Rit

Definition at line 42 of file rtkDrawConvexImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputImage >
using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self>

Definition at line 51 of file rtkDrawConvexImageFilter.h.

◆ ConvexShapePointer

template<class TInputImage , class TOutputImage >
using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::ConvexShapePointer = ConvexShape::Pointer

Definition at line 55 of file rtkDrawConvexImageFilter.h.

◆ OutputImageRegionType

template<class TInputImage , class TOutputImage >
using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType

Convenient type alias.

Definition at line 54 of file rtkDrawConvexImageFilter.h.

◆ Pointer

template<class TInputImage , class TOutputImage >
using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self>

Definition at line 50 of file rtkDrawConvexImageFilter.h.

◆ PointType

template<class TInputImage , class TOutputImage >
using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::PointType = ConvexShape::PointType

Definition at line 57 of file rtkDrawConvexImageFilter.h.

◆ ScalarType

template<class TInputImage , class TOutputImage >
using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::ScalarType = ConvexShape::ScalarType

Definition at line 56 of file rtkDrawConvexImageFilter.h.

◆ Self

template<class TInputImage , class TOutputImage >
using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::Self = DrawConvexImageFilter

Standard class type alias.

Definition at line 48 of file rtkDrawConvexImageFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::Superclass = itk::InPlaceImageFilter<TInputImage, TOutputImage>

Definition at line 49 of file rtkDrawConvexImageFilter.h.

◆ VectorType

template<class TInputImage , class TOutputImage >
using rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::VectorType = ConvexShape::VectorType

Definition at line 58 of file rtkDrawConvexImageFilter.h.

Constructor & Destructor Documentation

◆ DrawConvexImageFilter()

template<class TInputImage , class TOutputImage >
rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::DrawConvexImageFilter ( )
protected

◆ ~DrawConvexImageFilter()

template<class TInputImage , class TOutputImage >
rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::~DrawConvexImageFilter ( )
overrideprotecteddefault

Member Function Documentation

◆ BeforeThreadedGenerateData()

template<class TInputImage , class TOutputImage >
void rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData ( )
overrideprotectedvirtual

◆ CreateAnother()

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::CreateAnother ( ) const
virtual

◆ DynamicThreadedGenerateData()

template<class TInputImage , class TOutputImage >
void rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::DynamicThreadedGenerateData ( const OutputImageRegionType outputRegionForThread)
overrideprotectedvirtual

Apply changes to the input image requested region.

Reimplemented from itk::ImageSource< TOutputImage >.

◆ GetConvexShape()

template<class TInputImage , class TOutputImage >
virtual const ConvexShape* rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::GetConvexShape ( ) const
virtual

Get / Set the object pointer to the ConvexShape.

◆ GetModifiableConvexShape()

template<class TInputImage , class TOutputImage >
virtual ConvexShape* rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::GetModifiableConvexShape ( )
virtual

Get / Set the object pointer to the ConvexShape.

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage >
virtual const char* rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

◆ New()

template<class TInputImage , class TOutputImage >
static Pointer rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

◆ SetConvexShape()

template<class TInputImage , class TOutputImage >
virtual void rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::SetConvexShape ( ConvexShape _arg)
virtual

Get / Set the object pointer to the ConvexShape.

Member Data Documentation

◆ m_ConvexShape

template<class TInputImage , class TOutputImage >
ConvexShapePointer rtk::DrawConvexImageFilter< TInputImage, TOutputImage >::m_ConvexShape
private

Definition at line 90 of file rtkDrawConvexImageFilter.h.


The documentation for this class was generated from the following file: