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

Public Member Functions

 VSDInfiniteLine (unsigned id, unsigned level, const boost::optional< double > &x1, const boost::optional< double > &y1, const boost::optional< double > &x2, const boost::optional< double > &y2)
 
 ~VSDInfiniteLine () override
 
void handle (VSDCollector *collector) const override
 
VSDGeometryListElementclone () override
 
- Public Member Functions inherited from libvisio::VSDGeometryListElement
 VSDGeometryListElement (unsigned id, unsigned level)
 
virtual ~VSDGeometryListElement ()
 
virtual unsigned getDataID () const
 
void setLevel (unsigned level)
 

Public Attributes

double m_x1
 
double m_y1
 
double m_x2
 
double m_y2
 

Additional Inherited Members

- Protected Attributes inherited from libvisio::VSDGeometryListElement
unsigned m_id
 
unsigned m_level
 

Constructor & Destructor Documentation

◆ VSDInfiniteLine()

libvisio::VSDInfiniteLine::VSDInfiniteLine ( unsigned id,
unsigned level,
const boost::optional< double > & x1,
const boost::optional< double > & y1,
const boost::optional< double > & x2,
const boost::optional< double > & y2 )
inline

◆ ~VSDInfiniteLine()

libvisio::VSDInfiniteLine::~VSDInfiniteLine ( )
inlineoverride

Member Function Documentation

◆ clone()

libvisio::VSDGeometryListElement * libvisio::VSDInfiniteLine::clone ( )
overridevirtual

◆ handle()

void libvisio::VSDInfiniteLine::handle ( VSDCollector * collector) const
overridevirtual

Member Data Documentation

◆ m_x1

double libvisio::VSDInfiniteLine::m_x1

◆ m_x2

double libvisio::VSDInfiniteLine::m_x2

◆ m_y1

double libvisio::VSDInfiniteLine::m_y1

◆ m_y2

double libvisio::VSDInfiniteLine::m_y2

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

Generated for libvisio by doxygen 1.12.0