![]() |
RTK
2.0.0
Reconstruction Toolkit
|
#include <rtkRayBoxIntersectionImageFilter.h>
Public Member Functions | |
void | AddClipPlane (const VectorType &dir, const ScalarType &pos) |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
void | SetBoxFromImage (const ImageBaseType *img, bool bWithExternalHalfPixelBorder=true) |
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) |
![]() | |
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) |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Protected Member Functions | |
void | BeforeThreadedGenerateData () override |
RayBoxIntersectionImageFilter () | |
~RayBoxIntersectionImageFilter () override | |
![]() | |
void | BeforeThreadedGenerateData () override |
RayConvexIntersectionImageFilter () | |
~RayConvexIntersectionImageFilter () | |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override |
Private Member Functions | |
void | operator= (const Self &) |
RayBoxIntersectionImageFilter (const Self &) | |
Private Attributes | |
PointType | m_BoxMax |
PointType | m_BoxMin |
ScalarType | m_Density |
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.
typedef itk::SmartPointer<const Self> rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 47 of file rtkRayBoxIntersectionImageFilter.h.
typedef BoxShape::ImageBaseType rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::ImageBaseType |
Definition at line 54 of file rtkRayBoxIntersectionImageFilter.h.
typedef itk::SmartPointer<Self> rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 46 of file rtkRayBoxIntersectionImageFilter.h.
typedef BoxShape::PointType rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::PointType |
Convenient typedefs.
Definition at line 50 of file rtkRayBoxIntersectionImageFilter.h.
typedef BoxShape::RotationMatrixType rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::RotationMatrixType |
Definition at line 53 of file rtkRayBoxIntersectionImageFilter.h.
typedef BoxShape::ScalarType rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::ScalarType |
Definition at line 52 of file rtkRayBoxIntersectionImageFilter.h.
typedef RayBoxIntersectionImageFilter rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 44 of file rtkRayBoxIntersectionImageFilter.h.
typedef RayConvexIntersectionImageFilter<TInputImage,TOutputImage> rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 45 of file rtkRayBoxIntersectionImageFilter.h.
typedef BoxShape::VectorType rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::VectorType |
Definition at line 51 of file rtkRayBoxIntersectionImageFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 89 of file rtkRayBoxIntersectionImageFilter.h.
References rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData(), rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::operator=(), and rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::RayBoxIntersectionImageFilter().
|
private |
void rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::AddClipPlane | ( | const VectorType & | dir, |
const ScalarType & | pos | ||
) |
See ConvexShape for the definition of clip planes.
|
overrideprotected |
virtual::itk::LightObject::Pointer rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | ) | const |
|
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.
|
private |
void rtk::RayBoxIntersectionImageFilter< TInputImage, TOutputImage >::SetBoxFromImage | ( | const ImageBaseType * | img, |
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 102 of file rtkRayBoxIntersectionImageFilter.h.
|
private |
Definition at line 101 of file rtkRayBoxIntersectionImageFilter.h.
|
private |
Definition at line 97 of file rtkRayBoxIntersectionImageFilter.h.
|
private |
Definition at line 103 of file rtkRayBoxIntersectionImageFilter.h.
|
private |
Definition at line 98 of file rtkRayBoxIntersectionImageFilter.h.
|
private |
Definition at line 99 of file rtkRayBoxIntersectionImageFilter.h.