RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkDrawEllipsoidImageFilter.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | Pointer = itk::SmartPointer< Self > |
using | PointType = ConvexShape::PointType |
using | ScalarType = ConvexShape::ScalarType |
using | Self = DrawEllipsoidImageFilter |
using | Superclass = DrawConvexImageFilter< TInputImage, TOutputImage > |
using | VectorType = ConvexShape::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 |
Public Member Functions | |
void | AddClipPlane (const VectorType &dir, const ScalarType &pos) |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
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 | 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::DrawConvexImageFilter< TInputImage, TOutputImage > | |
virtual ConvexShape * | GetModifiableConvexShape () |
virtual const ConvexShape * | GetConvexShape () const |
virtual void | SetConvexShape (ConvexShape *_arg) |
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 |
DrawEllipsoidImageFilter () | |
~DrawEllipsoidImageFilter () override=default | |
Protected Member Functions inherited from rtk::DrawConvexImageFilter< TInputImage, TOutputImage > | |
DrawConvexImageFilter () | |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
~DrawConvexImageFilter () 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 |
Draws an ellipsoid in a 3D image.
Definition at line 38 of file rtkDrawEllipsoidImageFilter.h.
using rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 47 of file rtkDrawEllipsoidImageFilter.h.
using rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 46 of file rtkDrawEllipsoidImageFilter.h.
using rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage >::PointType = ConvexShape::PointType |
Convenient type alias.
Definition at line 50 of file rtkDrawEllipsoidImageFilter.h.
using rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage >::ScalarType = ConvexShape::ScalarType |
Definition at line 52 of file rtkDrawEllipsoidImageFilter.h.
using rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage >::Self = DrawEllipsoidImageFilter |
Standard class type alias.
Definition at line 44 of file rtkDrawEllipsoidImageFilter.h.
using rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage >::Superclass = DrawConvexImageFilter<TInputImage, TOutputImage> |
Definition at line 45 of file rtkDrawEllipsoidImageFilter.h.
using rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage >::VectorType = ConvexShape::VectorType |
Definition at line 51 of file rtkDrawEllipsoidImageFilter.h.
|
protected |
|
overrideprotecteddefault |
void rtk::DrawEllipsoidImageFilter< TInputImage, TOutputImage >::AddClipPlane | ( | const VectorType & | dir, |
const ScalarType & | pos | ||
) |
See ConvexShape for the definition of clip planes.
|
overrideprotectedvirtual |
ConvexShape must be created in the BeforeThreadedGenerateData in the daugter classes.
Reimplemented from rtk::DrawConvexImageFilter< TInputImage, TOutputImage >.
|
virtual |
Reimplemented from rtk::DrawConvexImageFilter< 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
|
virtual |
Run-time type information (and related methods).
Reimplemented from rtk::DrawConvexImageFilter< TInputImage, TOutputImage >.
Reimplemented in rtk::DrawCylinderImageFilter< TInputImage, TOutputImage >, and rtk::DrawConeImageFilter< 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 108 of file rtkDrawEllipsoidImageFilter.h.
|
private |
Definition at line 107 of file rtkDrawEllipsoidImageFilter.h.
|
private |
Definition at line 106 of file rtkDrawEllipsoidImageFilter.h.
|
private |
Definition at line 102 of file rtkDrawEllipsoidImageFilter.h.
|
private |
Definition at line 103 of file rtkDrawEllipsoidImageFilter.h.
|
private |
Definition at line 104 of file rtkDrawEllipsoidImageFilter.h.