#include <VSDTypes.h>
Public Member Functions | |
| NURBSData () | |
| NURBSData (const NURBSData &data) | |
Public Attributes | |
| double | lastKnot |
| unsigned | degree |
| unsigned char | xType |
| unsigned char | yType |
| std::vector< double > | knots |
| std::vector< double > | weights |
| std::vector< std::pair< double, double > > | points |
| libvisio::NURBSData::NURBSData | ( | ) | [inline] |
| libvisio::NURBSData::NURBSData | ( | const NURBSData & | data | ) | [inline] |
| unsigned libvisio::NURBSData::degree |
| std::vector<double> libvisio::NURBSData::knots |
| std::vector<std::pair<double, double> > libvisio::NURBSData::points |
| std::vector<double> libvisio::NURBSData::weights |
| unsigned char libvisio::NURBSData::xType |
| unsigned char libvisio::NURBSData::yType |