![]() |
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 |
![]() | |
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 |
Public Member Functions | |
void | AddClipPlane (const VectorType &dir, const ScalarType &pos) |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
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 VectorType | GetBoxMin () |
virtual void | SetBoxMin (VectorType _arg) |
virtual VectorType | GetBoxMax () |
virtual void | SetBoxMax (VectorType _arg) |
virtual RotationMatrixType | GetDirection () |
virtual void | SetDirection (RotationMatrixType _arg) |
![]() | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
virtual ConvexShape * | GetModifiableConvexShape () |
virtual const ConvexShape * | GetConvexShape () const |
virtual void | SetConvexShape (ConvexShape *_arg) |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Protected Member Functions | |
void | BeforeThreadedGenerateData () override |
DrawBoxImageFilter () | |
~DrawBoxImageFilter ()=default | |
![]() | |
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< typename 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.
|
overridevirtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< typename TInputImage, typename 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 103 of file rtkDrawBoxImageFilter.h.
|
private |
Definition at line 102 of file rtkDrawBoxImageFilter.h.
|
private |
Definition at line 98 of file rtkDrawBoxImageFilter.h.
|
private |
Definition at line 104 of file rtkDrawBoxImageFilter.h.
|
private |
Definition at line 99 of file rtkDrawBoxImageFilter.h.
|
private |
Definition at line 100 of file rtkDrawBoxImageFilter.h.