#include <dxf_line_arc_parser.h>
|
virtual void | addArc (const DL_ArcData &_arc) |
|
virtual void | addCircle (const DL_CircleData &_circle) |
|
virtual void | addImage (const DL_ImageData &_image) |
|
virtual void | addLine (const DL_LineData &_line) |
|
const std::vector< DL_ArcData > & | getArcs () |
|
const std::vector< DL_CircleData > & | getCircles () |
|
const std::vector< DL_ImageData > & | getImage () |
|
const std::vector< DL_LineData > & | getLines () |
|
void | reset () |
| resets the creation interface More...
|
|
Definition at line 38 of file dxf_line_arc_parser.h.
void tuw_graph::DxfLineArcParser::addArc |
( |
const DL_ArcData & |
_arc | ) |
|
|
virtual |
void tuw_graph::DxfLineArcParser::addCircle |
( |
const DL_CircleData & |
_circle | ) |
|
|
virtual |
void tuw_graph::DxfLineArcParser::addImage |
( |
const DL_ImageData & |
_image | ) |
|
|
virtual |
void tuw_graph::DxfLineArcParser::addLine |
( |
const DL_LineData & |
_line | ) |
|
|
virtual |
const std::vector< DL_ArcData > & tuw_graph::DxfLineArcParser::getArcs |
( |
| ) |
|
const std::vector< DL_CircleData > & tuw_graph::DxfLineArcParser::getCircles |
( |
| ) |
|
const std::vector< DL_ImageData > & tuw_graph::DxfLineArcParser::getImage |
( |
| ) |
|
const std::vector< DL_LineData > & tuw_graph::DxfLineArcParser::getLines |
( |
| ) |
|
void tuw_graph::DxfLineArcParser::reset |
( |
| ) |
|
std::vector<DL_ArcData> tuw_graph::DxfLineArcParser::arcs_ |
|
private |
std::vector<DL_CircleData> tuw_graph::DxfLineArcParser::circles_ |
|
private |
bool tuw_graph::DxfLineArcParser::error_ = false |
|
private |
bool tuw_graph::DxfLineArcParser::imageFound_ = false |
|
private |
std::vector<DL_ImageData> tuw_graph::DxfLineArcParser::images_ |
|
private |
std::vector<DL_LineData> tuw_graph::DxfLineArcParser::lines_ |
|
private |
The documentation for this class was generated from the following files: