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

Public Member Functions

 VSDSplineKnot (unsigned id, unsigned level, const boost::optional< double > &x, const boost::optional< double > &y, const boost::optional< double > &knot)
 
 ~VSDSplineKnot () 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_x
 
double m_y
 
double m_knot
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ VSDSplineKnot()

libvisio::VSDSplineKnot::VSDSplineKnot ( unsigned  id,
unsigned  level,
const boost::optional< double > &  x,
const boost::optional< double > &  y,
const boost::optional< double > &  knot 
)
inline

◆ ~VSDSplineKnot()

libvisio::VSDSplineKnot::~VSDSplineKnot ( )
inlineoverride

Member Function Documentation

◆ clone()

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

◆ handle()

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

Member Data Documentation

◆ m_knot

double libvisio::VSDSplineKnot::m_knot

◆ m_x

double libvisio::VSDSplineKnot::m_x

◆ m_y

double libvisio::VSDSplineKnot::m_y

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

Generated for libvisio by doxygen 1.9.4