RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkRayBoxIntersectionImageFilter.h>
Public Member Functions | |
void | AddClipPlane (const VectorType &dir, const ScalarType &pos) |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
void | SetBoxFromImage (const ImageBaseType *_arg, bool bWithExternalHalfPixelBorder=true) |
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 PointType | GetBoxMin () |
virtual void | SetBoxMin (PointType _arg) |
virtual PointType | GetBoxMax () |
virtual void | SetBoxMax (PointType _arg) |
virtual RotationMatrixType | GetDirection () |
virtual void | SetDirection (RotationMatrixType _arg) |
Public Member Functions inherited from rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage > | |
virtual ::itk::LightObject::Pointer | CreateAnother () 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 () |
Static Public Member Functions inherited from rtk::RayConvexIntersectionImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Protected Member Functions | |
void | BeforeThreadedGenerateData () override |
RayBoxIntersectionImageFilter () | |
~RayBoxIntersectionImageFilter () 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 | |
PointType | m_BoxMax { 0. } |
PointType | m_BoxMin { 0. } |
ScalarType | m_Density { 1. } |
RotationMatrixType | m_Direction |
std::vector< VectorType > | m_PlaneDirections |
std::vector< ScalarType > | m_PlanePositions |
Analytical projection of a BoxShape.
Definition at line 39 of file rtkRayBoxIntersectionImageFilter.h.
using rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 49 of file rtkRayBoxIntersectionImageFilter.h.
using rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::ImageBaseType = BoxShape::ImageBaseType |
Definition at line 56 of file rtkRayBoxIntersectionImageFilter.h.
using rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 48 of file rtkRayBoxIntersectionImageFilter.h.
using rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::PointType = BoxShape::PointType |
Convenient type alias.
Definition at line 52 of file rtkRayBoxIntersectionImageFilter.h.
using rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::RotationMatrixType = BoxShape::RotationMatrixType |
Definition at line 55 of file rtkRayBoxIntersectionImageFilter.h.
using rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::ScalarType = BoxShape::ScalarType |
Definition at line 54 of file rtkRayBoxIntersectionImageFilter.h.
using rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::Self = RayBoxIntersectionImageFilter |
Standard class type alias.
Definition at line 46 of file rtkRayBoxIntersectionImageFilter.h.
using rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::Superclass = RayConvexIntersectionImageFilter<TInputImage, TOutputImage> |
Definition at line 47 of file rtkRayBoxIntersectionImageFilter.h.
using rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::VectorType = BoxShape::VectorType |
Definition at line 53 of file rtkRayBoxIntersectionImageFilter.h.
|
protected |
|
overrideprotecteddefault |
void rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::AddClipPlane | ( | const VectorType & | dir, |
const ScalarType & | pos | ||
) |
See ConvexShape for the definition of clip planes.
|
overrideprotectedvirtual |
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Reimplemented from itk::Object.
|
virtual |
Get/Set the box parameters. See rtk::BoxShape.
|
virtual |
Get/Set the box parameters. See rtk::BoxShape.
|
virtual |
Get / Set the constant density of the volume
|
virtual |
Get/Set the box parameters. See rtk::BoxShape.
|
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.
void rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::SetBoxFromImage | ( | const ImageBaseType * | _arg, |
bool | bWithExternalHalfPixelBorder = true |
||
) |
Set the box from an image. See rtk::BoxShape::SetBoxFromImage.
|
virtual |
Get/Set the box parameters. See rtk::BoxShape.
|
virtual |
Get/Set the box parameters. See rtk::BoxShape.
|
virtual |
Get / Set the constant density of the volume
|
virtual |
Get/Set the box parameters. See rtk::BoxShape.
|
private |
Definition at line 109 of file rtkRayBoxIntersectionImageFilter.h.
|
private |
Definition at line 108 of file rtkRayBoxIntersectionImageFilter.h.
|
private |
Definition at line 104 of file rtkRayBoxIntersectionImageFilter.h.
|
private |
Definition at line 110 of file rtkRayBoxIntersectionImageFilter.h.
|
private |
Definition at line 105 of file rtkRayBoxIntersectionImageFilter.h.
|
private |
Definition at line 106 of file rtkRayBoxIntersectionImageFilter.h.