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

List of all members.

Public Member Functions

 VSDNURBSTo1 (unsigned id, unsigned level, double x2, double y2, unsigned char xType, unsigned char yType, unsigned degree, std::vector< std::pair< double, double > > controlPoints, std::vector< double > knotVector, std::vector< double > weights)
virtual ~VSDNURBSTo1 ()
void handle (VSDCollector *collector) const
VSDGeometryListElementclone ()

Public Attributes

double m_x2
double m_y2
unsigned m_xType
unsigned m_yType
unsigned m_degree
std::vector< std::pair< double,
double > > 
m_controlPoints
std::vector< double > m_knotVector
std::vector< double > m_weights

Constructor & Destructor Documentation

libvisio::VSDNURBSTo1::VSDNURBSTo1 ( unsigned  id,
unsigned  level,
double  x2,
double  y2,
unsigned char  xType,
unsigned char  yType,
unsigned  degree,
std::vector< std::pair< double, double > >  controlPoints,
std::vector< double >  knotVector,
std::vector< double >  weights 
) [inline]
virtual libvisio::VSDNURBSTo1::~VSDNURBSTo1 ( ) [inline, virtual]

Member Function Documentation

void libvisio::VSDNURBSTo1::handle ( VSDCollector collector) const [virtual]

Member Data Documentation

std::vector<std::pair<double, double> > libvisio::VSDNURBSTo1::m_controlPoints
std::vector<double> libvisio::VSDNURBSTo1::m_weights

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