libvisio::VSDXNURBSTo1 Class Reference
Inheritance diagram for libvisio::VSDXNURBSTo1:
libvisio::VSDXGeometryListElement

List of all members.

Public Member Functions

 VSDXNURBSTo1 (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)
 ~VSDXNURBSTo1 ()
void handle (VSDXCollector *collector)
VSDXGeometryListElementclone ()
- Public Member Functions inherited from libvisio::VSDXGeometryListElement
 VSDXGeometryListElement ()
virtual ~VSDXGeometryListElement ()

Private Attributes

unsigned m_id
unsigned m_level
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::VSDXNURBSTo1::VSDXNURBSTo1 ( 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
libvisio::VSDXNURBSTo1::~VSDXNURBSTo1 ( )
inline

Member Function Documentation

libvisio::VSDXGeometryListElement * libvisio::VSDXNURBSTo1::clone ( )
virtual
void libvisio::VSDXNURBSTo1::handle ( VSDXCollector collector)
virtual

Member Data Documentation

std::vector<std::pair<double, double> > libvisio::VSDXNURBSTo1::m_controlPoints
private
unsigned libvisio::VSDXNURBSTo1::m_degree
private
unsigned libvisio::VSDXNURBSTo1::m_id
private
std::vector<double> libvisio::VSDXNURBSTo1::m_knotVector
private
unsigned libvisio::VSDXNURBSTo1::m_level
private
std::vector<double> libvisio::VSDXNURBSTo1::m_weights
private
double libvisio::VSDXNURBSTo1::m_x2
private
unsigned libvisio::VSDXNURBSTo1::m_xType
private
double libvisio::VSDXNURBSTo1::m_y2
private
unsigned libvisio::VSDXNURBSTo1::m_yType
private

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

Generated for libvisio by doxygen 1.8.1.1