Public Member Functions | |
VSDNURBSTo2 (unsigned id, unsigned level, double x2, double y2, double knot, double knotPrev, double weight, double weightPrev, unsigned dataID) | |
virtual | ~VSDNURBSTo2 () |
void | handle (VSDCollector *collector) const |
VSDGeometryListElement * | clone () |
unsigned | getDataID () const |
Public Attributes | |
unsigned | m_dataID |
double | m_x2 |
double | m_y2 |
double | m_knot |
double | m_knotPrev |
double | m_weight |
double | m_weightPrev |
libvisio::VSDNURBSTo2::VSDNURBSTo2 | ( | unsigned | id, |
unsigned | level, | ||
double | x2, | ||
double | y2, | ||
double | knot, | ||
double | knotPrev, | ||
double | weight, | ||
double | weightPrev, | ||
unsigned | dataID | ||
) | [inline] |
virtual libvisio::VSDNURBSTo2::~VSDNURBSTo2 | ( | ) | [inline, virtual] |
libvisio::VSDGeometryListElement * libvisio::VSDNURBSTo2::clone | ( | ) | [virtual] |
Implements libvisio::VSDGeometryListElement.
unsigned libvisio::VSDNURBSTo2::getDataID | ( | ) | const [virtual] |
Reimplemented from libvisio::VSDGeometryListElement.
void libvisio::VSDNURBSTo2::handle | ( | VSDCollector * | collector | ) | const [virtual] |
Implements libvisio::VSDGeometryListElement.
unsigned libvisio::VSDNURBSTo2::m_dataID |
double libvisio::VSDNURBSTo2::m_x2 |
double libvisio::VSDNURBSTo2::m_y2 |