![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkRayEllipsoidIntersectionImageFilter.h>
Inheritance diagram for rtk::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for rtk::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >:Public Types | |
| using | ConstPointer = itk::SmartPointer< const Self > |
| using | Pointer = itk::SmartPointer< Self > |
| using | PointType = ConvexShape::PointType |
| using | ScalarType = ConvexShape::ScalarType |
| using | Self = RayEllipsoidIntersectionImageFilter |
| 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 |
| const char * | GetNameOfClass () const override |
| virtual ScalarType | GetDensity () |
| virtual void | SetDensity (ScalarType _arg) |
| virtual const std::vector< VectorType > & | GetPlaneDirections () const |
| virtual const std::vector< ScalarType > & | GetPlanePositions () const |
| virtual PointType | GetCenter () |
| virtual void | SetCenter (PointType _arg) |
| virtual VectorType | GetAxis () |
| virtual void | SetAxis (VectorType _arg) |
| virtual ScalarType | GetAngle () |
| virtual void | SetAngle (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 |
| RayEllipsoidIntersectionImageFilter () | |
| ~RayEllipsoidIntersectionImageFilter () override=default | |
Protected Member Functions inherited from rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage > | |
| void | BeforeThreadedGenerateData () override |
| void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
| RayConvexIntersectionImageFilter () | |
| void | VerifyPreconditions () const override |
| ~RayConvexIntersectionImageFilter () override=default | |
Private Attributes | |
| ScalarType | m_Angle { 0. } |
| VectorType | m_Axis |
| PointType | m_Center |
| ScalarType | m_Density { 1. } |
| std::vector< VectorType > | m_PlaneDirections |
| std::vector< ScalarType > | m_PlanePositions |
Analytical projection of ellipsoids.
Definition at line 43 of file rtkRayEllipsoidIntersectionImageFilter.h.
| using rtk::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 53 of file rtkRayEllipsoidIntersectionImageFilter.h.
| using rtk::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 52 of file rtkRayEllipsoidIntersectionImageFilter.h.
| using rtk::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >::PointType = ConvexShape::PointType |
Convenient type alias.
Definition at line 56 of file rtkRayEllipsoidIntersectionImageFilter.h.
| using rtk::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >::ScalarType = ConvexShape::ScalarType |
Definition at line 58 of file rtkRayEllipsoidIntersectionImageFilter.h.
| using rtk::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >::Self = RayEllipsoidIntersectionImageFilter |
Standard class type alias.
Definition at line 50 of file rtkRayEllipsoidIntersectionImageFilter.h.
| using rtk::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >::Superclass = RayConvexIntersectionImageFilter<TInputImage, TOutputImage> |
Definition at line 51 of file rtkRayEllipsoidIntersectionImageFilter.h.
| using rtk::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >::VectorType = ConvexShape::VectorType |
Definition at line 57 of file rtkRayEllipsoidIntersectionImageFilter.h.
|
protected |
|
overrideprotecteddefault |
| void rtk::RayEllipsoidIntersectionImageFilter< TInputImage, TOutputImage >::AddClipPlane | ( | const VectorType & | dir, |
| const ScalarType & | pos | ||
| ) |
See ConvexShape for the definition of clip planes.
|
overrideprotected |
|
virtual |
Reimplemented from rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage >.
|
virtual |
Get/Set the rotation angle around the y axis.
|
virtual |
Get/Set the semi-principal axes of the ellipsoid.
|
virtual |
Get/Set the center of the ellipsoid.
|
virtual |
Get / Set the constant density of the volume
|
overridevirtual |
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 the rotation angle around the y axis.
|
virtual |
Get/Set the semi-principal axes of the ellipsoid.
|
virtual |
Get/Set the center of the ellipsoid.
|
virtual |
Get / Set the constant density of the volume
|
private |
Definition at line 109 of file rtkRayEllipsoidIntersectionImageFilter.h.
|
private |
Definition at line 108 of file rtkRayEllipsoidIntersectionImageFilter.h.
|
private |
Definition at line 107 of file rtkRayEllipsoidIntersectionImageFilter.h.
|
private |
Definition at line 103 of file rtkRayEllipsoidIntersectionImageFilter.h.
|
private |
Definition at line 104 of file rtkRayEllipsoidIntersectionImageFilter.h.
|
private |
Definition at line 105 of file rtkRayEllipsoidIntersectionImageFilter.h.
1.8.14