libvisio::VSDRelEllipticalArcTo Class Reference
Inheritance diagram for libvisio::VSDRelEllipticalArcTo:
libvisio::VSDGeometryListElement

Public Member Functions

 VSDRelEllipticalArcTo (unsigned id, unsigned level, const boost::optional< double > &x3, const boost::optional< double > &y3, const boost::optional< double > &x2, const boost::optional< double > &y2, const boost::optional< double > &angle, const boost::optional< double > &ecc)
 
 ~VSDRelEllipticalArcTo () override
 
void handle (VSDCollector *collector) const override
 
VSDGeometryListElementclone () override
 
- Public Member Functions inherited from libvisio::VSDGeometryListElement
 VSDGeometryListElement (unsigned id, unsigned level)
 
virtual ~VSDGeometryListElement ()
 
virtual void handle (VSDCollector *collector) const =0
 
virtual VSDGeometryListElementclone ()=0
 
virtual unsigned getDataID () const
 
void setLevel (unsigned level)
 

Public Attributes

double m_x3
 
double m_y3
 
double m_x2
 
double m_y2
 
double m_angle
 
double m_ecc
 

Additional Inherited Members

- Protected Attributes inherited from libvisio::VSDGeometryListElement
unsigned m_id
 
unsigned m_level
 

Constructor & Destructor Documentation

◆ VSDRelEllipticalArcTo()

libvisio::VSDRelEllipticalArcTo::VSDRelEllipticalArcTo ( unsigned  id,
unsigned  level,
const boost::optional< double > &  x3,
const boost::optional< double > &  y3,
const boost::optional< double > &  x2,
const boost::optional< double > &  y2,
const boost::optional< double > &  angle,
const boost::optional< double > &  ecc 
)
inline

◆ ~VSDRelEllipticalArcTo()

libvisio::VSDRelEllipticalArcTo::~VSDRelEllipticalArcTo ( )
inlineoverride

Member Function Documentation

◆ clone()

libvisio::VSDGeometryListElement * libvisio::VSDRelEllipticalArcTo::clone ( )
overridevirtual

◆ handle()

void libvisio::VSDRelEllipticalArcTo::handle ( VSDCollector collector) const
overridevirtual

Member Data Documentation

◆ m_angle

double libvisio::VSDRelEllipticalArcTo::m_angle

◆ m_ecc

double libvisio::VSDRelEllipticalArcTo::m_ecc

◆ m_x2

double libvisio::VSDRelEllipticalArcTo::m_x2

◆ m_x3

double libvisio::VSDRelEllipticalArcTo::m_x3

◆ m_y2

double libvisio::VSDRelEllipticalArcTo::m_y2

◆ m_y3

double libvisio::VSDRelEllipticalArcTo::m_y3

The documentation for this class was generated from the following file:

Generated for libvisio by doxygen 1.9.4