Public Member Functions | |
| VSDSplineKnot (unsigned id, unsigned level, const boost::optional< double > &x, const boost::optional< double > &y, const boost::optional< double > &knot) | |
| virtual | ~VSDSplineKnot () |
| void | handle (VSDCollector *collector) const |
| VSDGeometryListElement * | clone () |
Public Attributes | |
| double | m_x |
| double | m_y |
| double | m_knot |
| libvisio::VSDSplineKnot::VSDSplineKnot | ( | unsigned | id, |
| unsigned | level, | ||
| const boost::optional< double > & | x, | ||
| const boost::optional< double > & | y, | ||
| const boost::optional< double > & | knot | ||
| ) | [inline] |
| virtual libvisio::VSDSplineKnot::~VSDSplineKnot | ( | ) | [inline, virtual] |
| libvisio::VSDGeometryListElement * libvisio::VSDSplineKnot::clone | ( | ) | [virtual] |
Implements libvisio::VSDGeometryListElement.
| void libvisio::VSDSplineKnot::handle | ( | VSDCollector * | collector | ) | const [virtual] |
Implements libvisio::VSDGeometryListElement.
Referenced by libvisio::VSDGeometryList::addSplineKnot().
| double libvisio::VSDSplineKnot::m_x |
Referenced by libvisio::VSDGeometryList::addSplineKnot().
| double libvisio::VSDSplineKnot::m_y |
Referenced by libvisio::VSDGeometryList::addSplineKnot().