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

Public Member Functions

 VSDSplineStart (unsigned id, unsigned level, const boost::optional< double > &x, const boost::optional< double > &y, const boost::optional< double > &secondKnot, const boost::optional< double > &firstKnot, const boost::optional< double > &lastKnot, const boost::optional< unsigned > &degree)
 
 ~VSDSplineStart () override
 
void handle (VSDCollector *collector) const override
 
VSDGeometryListElementclone () override
 
- Public Member Functions inherited from libvisio::VSDGeometryListElement
 VSDGeometryListElement (unsigned id, unsigned level)
 
virtual ~VSDGeometryListElement ()
 
virtual unsigned getDataID () const
 
void setLevel (unsigned level)
 

Public Attributes

double m_x
 
double m_y
 
double m_secondKnot
 
double m_firstKnot
 
double m_lastKnot
 
unsigned m_degree
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ VSDSplineStart()

libvisio::VSDSplineStart::VSDSplineStart ( unsigned id,
unsigned level,
const boost::optional< double > & x,
const boost::optional< double > & y,
const boost::optional< double > & secondKnot,
const boost::optional< double > & firstKnot,
const boost::optional< double > & lastKnot,
const boost::optional< unsigned > & degree )
inline

◆ ~VSDSplineStart()

libvisio::VSDSplineStart::~VSDSplineStart ( )
inlineoverride

Member Function Documentation

◆ clone()

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

◆ handle()

void libvisio::VSDSplineStart::handle ( VSDCollector * collector) const
overridevirtual

Member Data Documentation

◆ m_degree

unsigned libvisio::VSDSplineStart::m_degree

◆ m_firstKnot

double libvisio::VSDSplineStart::m_firstKnot

◆ m_lastKnot

double libvisio::VSDSplineStart::m_lastKnot

◆ m_secondKnot

double libvisio::VSDSplineStart::m_secondKnot

◆ m_x

double libvisio::VSDSplineStart::m_x

◆ m_y

double libvisio::VSDSplineStart::m_y

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

Generated for libvisio by doxygen 1.12.0