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

#include <rtkMaskCollimationImageFilter.h>

+ Inheritance diagram for rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >:

Public Types

using ConstPointer = itk::SmartPointer< const Self >
 
using FileNamesContainer = std::vector< std::string >
 
using GeometryPointer = typename GeometryType::Pointer
 
using GeometryType = rtk::ThreeDCircularProjectionGeometry
 
using OutputImageRegionType = typename TOutputImage::RegionType
 
using Pointer = itk::SmartPointer< Self >
 
using Self = MaskCollimationImageFilter
 
using Superclass = itk::InPlaceImageFilter< TInputImage, TOutputImage >
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual void SetRotationAxisIndex (unsigned int _arg)
 
virtual const char * GetNameOfClass () const
 
virtual GeometryTypeGetModifiableGeometry ()
 
virtual const GeometryTypeGetGeometry () const
 
virtual void SetGeometry (GeometryType *_arg)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

void BeforeThreadedGenerateData () override
 
void DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override
 
 MaskCollimationImageFilter ()
 
void VerifyInputInformation () const override
 
void VerifyPreconditions () ITKv5_CONST override
 
 ~MaskCollimationImageFilter () override=default
 

Protected Attributes

unsigned int m_RotationAxisIndex = 1
 

Private Attributes

GeometryPointer m_Geometry
 

Detailed Description

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

Mask out everything behind the jaws (typically in Ora file format, i.e., the medPhoton scanner)

Test:
rtkoratest
Author
Simon Rit

Definition at line 40 of file rtkMaskCollimationImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 49 of file rtkMaskCollimationImageFilter.h.

◆ FileNamesContainer

template<class TInputImage , class TOutputImage >
using rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >::FileNamesContainer = std::vector<std::string>

Definition at line 54 of file rtkMaskCollimationImageFilter.h.

◆ GeometryPointer

template<class TInputImage , class TOutputImage >
using rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >::GeometryPointer = typename GeometryType::Pointer

Definition at line 53 of file rtkMaskCollimationImageFilter.h.

◆ GeometryType

template<class TInputImage , class TOutputImage >
using rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >::GeometryType = rtk::ThreeDCircularProjectionGeometry

Definition at line 52 of file rtkMaskCollimationImageFilter.h.

◆ OutputImageRegionType

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

Definition at line 51 of file rtkMaskCollimationImageFilter.h.

◆ Pointer

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

Definition at line 48 of file rtkMaskCollimationImageFilter.h.

◆ Self

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

Standard class type alias.

Definition at line 46 of file rtkMaskCollimationImageFilter.h.

◆ Superclass

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

Definition at line 47 of file rtkMaskCollimationImageFilter.h.

Constructor & Destructor Documentation

◆ MaskCollimationImageFilter()

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

◆ ~MaskCollimationImageFilter()

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

Member Function Documentation

◆ BeforeThreadedGenerateData()

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

Reimplemented from itk::ImageSource< TOutputImage >.

◆ CreateAnother()

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

Reimplemented from itk::Object.

◆ DynamicThreadedGenerateData()

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

Apply changes to the input image requested region.

Reimplemented from itk::ImageSource< TOutputImage >.

◆ GetGeometry()

template<class TInputImage , class TOutputImage >
virtual const GeometryType* rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >::GetGeometry ( ) const
virtual

Get / Set the object pointer to projection geometry

◆ GetModifiableGeometry()

template<class TInputImage , class TOutputImage >
virtual GeometryType* rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >::GetModifiableGeometry ( )
virtual

Get / Set the object pointer to projection geometry

◆ GetNameOfClass()

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

Run-time type information (and related methods).

Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.

◆ New()

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

Method for creation through the object factory.

◆ SetGeometry()

template<class TInputImage , class TOutputImage >
virtual void rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >::SetGeometry ( GeometryType _arg)
virtual

Get / Set the object pointer to projection geometry

◆ SetRotationAxisIndex()

template<class TInputImage , class TOutputImage >
virtual void rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >::SetRotationAxisIndex ( unsigned int  _arg)
virtual

Set the index of the rotation axis. The rotation axis is assumed to be one of the vector of the basis of the coordinate system. The default is the y vector (index 1).

◆ VerifyInputInformation()

template<class TInputImage , class TOutputImage >
void rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >::VerifyInputInformation ( ) const
inlineoverrideprotected

The two inputs should not be in the same space so there is nothing to verify.

Definition at line 94 of file rtkMaskCollimationImageFilter.h.

◆ VerifyPreconditions()

template<class TInputImage , class TOutputImage >
void rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >::VerifyPreconditions ( )
overrideprotectedvirtual

Checks that inputs are correctly set.

Reimplemented from itk::ProcessObject.

Member Data Documentation

◆ m_Geometry

template<class TInputImage , class TOutputImage >
GeometryPointer rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >::m_Geometry
private

RTK geometry object

Definition at line 102 of file rtkMaskCollimationImageFilter.h.

◆ m_RotationAxisIndex

template<class TInputImage , class TOutputImage >
unsigned int rtk::MaskCollimationImageFilter< TInputImage, TOutputImage >::m_RotationAxisIndex = 1
protected

Definition at line 98 of file rtkMaskCollimationImageFilter.h.


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