Public Member Functions | |
void | clear () |
void | add (int curveNumber) |
void | add (QList< int > curveNumbers) |
void | add (VertexRef point) |
void | add (QList< VertexRef > points) |
Public Attributes | |
QList< VertexRef > | vertex |
QList< int > | curve |
Definition at line 25 of file vectorselection.h.
VectorSelection::VectorSelection | ( | ) |
Definition at line 20 of file vectorselection.cpp.
void VectorSelection::add | ( | int | curveNumber | ) |
Definition at line 30 of file vectorselection.cpp.
void VectorSelection::add | ( | QList< int > | curveNumbers | ) |
Definition at line 35 of file vectorselection.cpp.
Definition at line 46 of file vectorselection.cpp.
void VectorSelection::add | ( | VertexRef | point | ) |
Definition at line 40 of file vectorselection.cpp.
void VectorSelection::clear | ( | ) |
Definition at line 24 of file vectorselection.cpp.
QList<int> VectorSelection::curve |
Definition at line 37 of file vectorselection.h.
Definition at line 36 of file vectorselection.h.