RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkDrawBoxImageFilter.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | ImageBaseType = BoxShape::ImageBaseType |
using | Pointer = itk::SmartPointer< Self > |
using | PointType = BoxShape::PointType |
using | RotationMatrixType = BoxShape::RotationMatrixType |
using | ScalarType = BoxShape::ScalarType |
using | Self = DrawBoxImageFilter |
using | Superclass = DrawConvexImageFilter< TInputImage, TOutputImage > |
using | VectorType = BoxShape::VectorType |
Public Types inherited from rtk::DrawConvexImageFilter< TInputImage, TOutputImage > | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | ConvexShapePointer = ConvexShape::Pointer |
using | OutputImageRegionType = typename TOutputImage::RegionType |
using | Pointer = itk::SmartPointer< Self > |
using | PointType = ConvexShape::PointType |
using | ScalarType = ConvexShape::ScalarType |
using | Self = DrawConvexImageFilter |
using | Superclass = itk::InPlaceImageFilter< TInputImage, TOutputImage > |
using | VectorType = ConvexShape::VectorType |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from rtk::DrawConvexImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Protected Member Functions | |
void | BeforeThreadedGenerateData () override |
DrawBoxImageFilter () | |
~DrawBoxImageFilter ()=default | |
Protected Member Functions inherited from rtk::DrawConvexImageFilter< TInputImage, TOutputImage > | |
void | BeforeThreadedGenerateData () override |
DrawConvexImageFilter () | |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
~DrawConvexImageFilter () override=default | |
Private Attributes | |
VectorType | m_BoxMax { 0. } |
VectorType | m_BoxMin { 0. } |
ScalarType | m_Density { 1. } |
RotationMatrixType | m_Direction |
std::vector< VectorType > | m_PlaneDirections |
std::vector< ScalarType > | m_PlanePositions |
Draws a 3D image user defined BoxShape.
Definition at line 39 of file rtkDrawBoxImageFilter.h.
using rtk::DrawBoxImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 48 of file rtkDrawBoxImageFilter.h.
using rtk::DrawBoxImageFilter< TInputImage, TOutputImage >::ImageBaseType = BoxShape::ImageBaseType |
Definition at line 55 of file rtkDrawBoxImageFilter.h.
using rtk::DrawBoxImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 47 of file rtkDrawBoxImageFilter.h.
using rtk::DrawBoxImageFilter< TInputImage, TOutputImage >::PointType = BoxShape::PointType |
Convenient type alias.
Definition at line 51 of file rtkDrawBoxImageFilter.h.
using rtk::DrawBoxImageFilter< TInputImage, TOutputImage >::RotationMatrixType = BoxShape::RotationMatrixType |
Definition at line 54 of file rtkDrawBoxImageFilter.h.
using rtk::DrawBoxImageFilter< TInputImage, TOutputImage >::ScalarType = BoxShape::ScalarType |
Definition at line 53 of file rtkDrawBoxImageFilter.h.
using rtk::DrawBoxImageFilter< TInputImage, TOutputImage >::Self = DrawBoxImageFilter |
Standard class type alias.
Definition at line 45 of file rtkDrawBoxImageFilter.h.
using rtk::DrawBoxImageFilter< TInputImage, TOutputImage >::Superclass = DrawConvexImageFilter<TInputImage, TOutputImage> |
Definition at line 46 of file rtkDrawBoxImageFilter.h.
using rtk::DrawBoxImageFilter< TInputImage, TOutputImage >::VectorType = BoxShape::VectorType |
Definition at line 52 of file rtkDrawBoxImageFilter.h.
|
protected |
|
protecteddefault |
void rtk::DrawBoxImageFilter< 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::DrawConvexImageFilter< 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::DrawBoxImageFilter< 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 108 of file rtkDrawBoxImageFilter.h.
|
private |
Definition at line 107 of file rtkDrawBoxImageFilter.h.
|
private |
Definition at line 103 of file rtkDrawBoxImageFilter.h.
|
private |
Definition at line 109 of file rtkDrawBoxImageFilter.h.
|
private |
Definition at line 104 of file rtkDrawBoxImageFilter.h.
|
private |
Definition at line 105 of file rtkDrawBoxImageFilter.h.