RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkRayQuadricIntersectionImageFilter.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | Pointer = itk::SmartPointer< Self > |
using | PointType = ConvexShape::PointType |
using | ScalarType = ConvexShape::ScalarType |
using | Self = RayQuadricIntersectionImageFilter |
using | Superclass = RayConvexIntersectionImageFilter< TInputImage, TOutputImage > |
using | VectorType = ConvexShape::VectorType |
Public Types inherited from rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage > | |
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 | |
void | AddClipPlane (const VectorType &dir, const ScalarType &pos) |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
virtual ScalarType | GetDensity () |
virtual void | SetDensity (ScalarType _arg) |
virtual const std::vector< VectorType > & | GetPlaneDirections () const |
virtual const std::vector< ScalarType > & | GetPlanePositions () const |
virtual ScalarType | GetA () |
virtual void | SetA (ScalarType _arg) |
virtual ScalarType | GetB () |
virtual void | SetB (ScalarType _arg) |
virtual ScalarType | GetC () |
virtual void | SetC (ScalarType _arg) |
virtual ScalarType | GetD () |
virtual void | SetD (ScalarType _arg) |
virtual ScalarType | GetE () |
virtual void | SetE (ScalarType _arg) |
virtual ScalarType | GetF () |
virtual void | SetF (ScalarType _arg) |
virtual ScalarType | GetG () |
virtual void | SetG (ScalarType _arg) |
virtual ScalarType | GetH () |
virtual void | SetH (ScalarType _arg) |
virtual ScalarType | GetI () |
virtual void | SetI (ScalarType _arg) |
virtual ScalarType | GetJ () |
virtual void | SetJ (ScalarType _arg) |
Public Member Functions inherited from rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage > | |
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 () |
Static Public Member Functions inherited from rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Protected Member Functions | |
void | BeforeThreadedGenerateData () override |
RayQuadricIntersectionImageFilter () | |
~RayQuadricIntersectionImageFilter () override=default | |
Protected Member Functions inherited from rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage > | |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
RayConvexIntersectionImageFilter () | |
void | VerifyPreconditions () const override |
~RayConvexIntersectionImageFilter () override=default | |
Private Attributes | |
ScalarType | m_A { 0. } |
ScalarType | m_B { 0. } |
ScalarType | m_C { 0. } |
ScalarType | m_D { 0. } |
ScalarType | m_Density { 1. } |
ScalarType | m_E { 0. } |
ScalarType | m_F { 0. } |
ScalarType | m_G { 0. } |
ScalarType | m_H { 0. } |
ScalarType | m_I { 0. } |
ScalarType | m_J { 0. } |
std::vector< VectorType > | m_PlaneDirections |
std::vector< ScalarType > | m_PlanePositions |
Analytical projection of a QuadricShape.
Definition at line 38 of file rtkRayQuadricIntersectionImageFilter.h.
using rtk::RayQuadricIntersectionImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 48 of file rtkRayQuadricIntersectionImageFilter.h.
using rtk::RayQuadricIntersectionImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 47 of file rtkRayQuadricIntersectionImageFilter.h.
using rtk::RayQuadricIntersectionImageFilter< TInputImage, TOutputImage >::PointType = ConvexShape::PointType |
Convenient type alias.
Definition at line 51 of file rtkRayQuadricIntersectionImageFilter.h.
using rtk::RayQuadricIntersectionImageFilter< TInputImage, TOutputImage >::ScalarType = ConvexShape::ScalarType |
Definition at line 53 of file rtkRayQuadricIntersectionImageFilter.h.
using rtk::RayQuadricIntersectionImageFilter< TInputImage, TOutputImage >::Self = RayQuadricIntersectionImageFilter |
Standard class type alias.
Definition at line 45 of file rtkRayQuadricIntersectionImageFilter.h.
using rtk::RayQuadricIntersectionImageFilter< TInputImage, TOutputImage >::Superclass = RayConvexIntersectionImageFilter<TInputImage, TOutputImage> |
Definition at line 46 of file rtkRayQuadricIntersectionImageFilter.h.
using rtk::RayQuadricIntersectionImageFilter< TInputImage, TOutputImage >::VectorType = ConvexShape::VectorType |
Definition at line 52 of file rtkRayQuadricIntersectionImageFilter.h.
|
protected |
|
overrideprotecteddefault |
void rtk::RayQuadricIntersectionImageFilter< TInputImage, TOutputImage >::AddClipPlane | ( | const VectorType & | dir, |
const ScalarType & | pos | ||
) |
See ConvexShape for the definition of clip planes.
|
overrideprotectedvirtual |
ConvexShape must be created in the BeforeThreadedGenerateData in the daugter classes.
Reimplemented from rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >.
|
virtual |
Reimplemented from rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get / Set the constant density of the volume
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Run-time type information (and related methods).
Reimplemented from rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >.
|
virtual |
Get reference to vector of plane parameters.
|
virtual |
Get reference to vector of plane parameters.
|
static |
Method for creation through the object factory.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get / Set the constant density of the volume
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
virtual |
Get/Set QuadricShape parameters.
|
private |
Definition at line 115 of file rtkRayQuadricIntersectionImageFilter.h.
|
private |
Definition at line 116 of file rtkRayQuadricIntersectionImageFilter.h.
|
private |
Definition at line 117 of file rtkRayQuadricIntersectionImageFilter.h.
|
private |
Definition at line 118 of file rtkRayQuadricIntersectionImageFilter.h.
|
private |
Definition at line 111 of file rtkRayQuadricIntersectionImageFilter.h.
|
private |
Definition at line 119 of file rtkRayQuadricIntersectionImageFilter.h.
|
private |
Definition at line 120 of file rtkRayQuadricIntersectionImageFilter.h.
|
private |
Definition at line 121 of file rtkRayQuadricIntersectionImageFilter.h.
|
private |
Definition at line 122 of file rtkRayQuadricIntersectionImageFilter.h.
|
private |
Definition at line 123 of file rtkRayQuadricIntersectionImageFilter.h.
|
private |
Definition at line 124 of file rtkRayQuadricIntersectionImageFilter.h.
|
private |
Definition at line 112 of file rtkRayQuadricIntersectionImageFilter.h.
|
private |
Definition at line 113 of file rtkRayQuadricIntersectionImageFilter.h.