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

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

◆ VSDXNURBSTo1()

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

◆ ~VSDXNURBSTo1()

libvisio::VSDXNURBSTo1::~VSDXNURBSTo1 ( )
inline

Member Function Documentation

◆ clone()

libvisio::VSDXGeometryListElement * libvisio::VSDXNURBSTo1::clone ( )
virtual

◆ handle()

void libvisio::VSDXNURBSTo1::handle ( VSDXCollector collector)
virtual

Member Data Documentation

◆ m_controlPoints

std::vector<std::pair<double, double> > libvisio::VSDXNURBSTo1::m_controlPoints
private

◆ m_degree

unsigned libvisio::VSDXNURBSTo1::m_degree
private

◆ m_id

unsigned libvisio::VSDXNURBSTo1::m_id
private

◆ m_knotVector

std::vector<double> libvisio::VSDXNURBSTo1::m_knotVector
private

◆ m_level

unsigned libvisio::VSDXNURBSTo1::m_level
private

◆ m_weights

std::vector<double> libvisio::VSDXNURBSTo1::m_weights
private

◆ m_x2

double libvisio::VSDXNURBSTo1::m_x2
private

◆ m_xType

unsigned libvisio::VSDXNURBSTo1::m_xType
private

◆ m_y2

double libvisio::VSDXNURBSTo1::m_y2
private

◆ m_yType

unsigned libvisio::VSDXNURBSTo1::m_yType
private

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

Generated for libvisio by doxygen 1.8.13