RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkRayConvexIntersectionImageFilter.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | ConvexShapePointer = ConvexShape::Pointer |
using | GeometryConstPointer = typename GeometryType::ConstPointer |
using | GeometryType = rtk::ThreeDCircularProjectionGeometry |
using | OutputImageRegionType = typename TOutputImage::RegionType |
using | Pointer = itk::SmartPointer< Self > |
using | PointType = ConvexShape::PointType |
using | ScalarType = ConvexShape::ScalarType |
using | Self = RayConvexIntersectionImageFilter |
using | Superclass = itk::InPlaceImageFilter< TInputImage, TOutputImage > |
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) |
virtual const GeometryType * | GetGeometry () const |
virtual void | SetGeometry (const GeometryType *_arg) |
virtual double | GetAttenuation () |
virtual void | SetAttenuation (double _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | BeforeThreadedGenerateData () override |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
RayConvexIntersectionImageFilter () | |
void | VerifyPreconditions () const override |
~RayConvexIntersectionImageFilter () override=default | |
Private Attributes | |
double | m_Attenuation = 0. |
ConvexShapePointer | m_ConvexShape |
GeometryConstPointer | m_Geometry |
Analytical projection of ConvexShape.
Definition at line 40 of file rtkRayConvexIntersectionImageFilter.h.
using rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 49 of file rtkRayConvexIntersectionImageFilter.h.
using rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >::ConvexShapePointer = ConvexShape::Pointer |
Definition at line 55 of file rtkRayConvexIntersectionImageFilter.h.
using rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >::GeometryConstPointer = typename GeometryType::ConstPointer |
Definition at line 54 of file rtkRayConvexIntersectionImageFilter.h.
using rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >::GeometryType = rtk::ThreeDCircularProjectionGeometry |
Definition at line 53 of file rtkRayConvexIntersectionImageFilter.h.
using rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Convenient type alias.
Definition at line 52 of file rtkRayConvexIntersectionImageFilter.h.
using rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 48 of file rtkRayConvexIntersectionImageFilter.h.
using rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >::PointType = ConvexShape::PointType |
Definition at line 57 of file rtkRayConvexIntersectionImageFilter.h.
using rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >::ScalarType = ConvexShape::ScalarType |
Definition at line 56 of file rtkRayConvexIntersectionImageFilter.h.
using rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >::Self = RayConvexIntersectionImageFilter |
Standard class type alias.
Definition at line 46 of file rtkRayConvexIntersectionImageFilter.h.
using rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >::Superclass = itk::InPlaceImageFilter<TInputImage, TOutputImage> |
Definition at line 47 of file rtkRayConvexIntersectionImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
ConvexShape must be created in the BeforeThreadedGenerateData in the daugter classes.
Reimplemented from itk::ImageSource< TOutputImage >.
Reimplemented in rtk::RayQuadricIntersectionImageFilter< TInputImage, TOutputImage >, and rtk::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >.
|
virtual |
Reimplemented from itk::Object.
Reimplemented in rtk::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >, and rtk::RayQuadricIntersectionImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
Apply changes to the input image requested region.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Get / Set the attenuation \(\mu\) to simulate the attenuated line integral. Default is 0. The attenuated line integral model is
\[ p=\int f(\underline s+r\underline{d})\exp(\mu r)\mathrm{d}r \]
with \(\underline s\) and \(\underline d\) the ray source and direction. The value is therefore:
\begin{eqnarray*} p&=&\int_{n}^{f} d\exp(\mu r)\mathrm{d}r\\ &=&\dfrac{d}{\mu}\left(\exp(\mu {f})-\exp(\mu n)\right) \end{eqnarray*}
with \(n\) and \(f\) the distances from source to intersection points near and far from the source and \(d\) m_Density.
|
virtual |
Get / Set the object pointer to the ConvexShape.
|
virtual |
Get / Set the object pointer to projection geometry
|
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::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >, rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >, and rtk::RayQuadricIntersectionImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
virtual |
Get / Set the attenuation \(\mu\) to simulate the attenuated line integral. Default is 0. The attenuated line integral model is
\[ p=\int f(\underline s+r\underline{d})\exp(\mu r)\mathrm{d}r \]
with \(\underline s\) and \(\underline d\) the ray source and direction. The value is therefore:
\begin{eqnarray*} p&=&\int_{n}^{f} d\exp(\mu r)\mathrm{d}r\\ &=&\dfrac{d}{\mu}\left(\exp(\mu {f})-\exp(\mu n)\right) \end{eqnarray*}
with \(n\) and \(f\) the distances from source to intersection points near and far from the source and \(d\) m_Density.
|
virtual |
Get / Set the object pointer to the ConvexShape.
|
virtual |
Get / Set the object pointer to projection geometry
|
overrideprotectedvirtual |
Checks that inputs are correctly set.
Reimplemented from itk::ProcessObject.
|
private |
Definition at line 117 of file rtkRayConvexIntersectionImageFilter.h.
|
private |
Definition at line 115 of file rtkRayConvexIntersectionImageFilter.h.
|
private |
Definition at line 116 of file rtkRayConvexIntersectionImageFilter.h.