|
IBSimu 1.0.4
|
DXF blocks class. More...
#include <mydxfblocks.hpp>
Public Member Functions | |
| MyDXFBlocks (class MyDXFFile *dxf) | |
| ~MyDXFBlocks () | |
| void | write (class MyDXFFile *dxf, std::ofstream &ostr) |
| Write dxf file to stream. | |
| uint32_t | size (void) const |
| MyDXFBlock * | get_by_name (const std::string &name) |
| const MyDXFBlock * | get_by_name (const std::string &name) const |
| MyDXFBlock * | operator() (int a) |
| const MyDXFBlock * | operator() (int a) const |
| void | clear (void) |
| void | debug_print (std::ostream &os) const |
| Print debugging information to os. | |
DXF blocks class.
Container for data of a DXF file blocks.
| MyDXFBlocks::MyDXFBlocks | ( | class MyDXFFile * | dxf | ) |
| MyDXFBlocks::~MyDXFBlocks | ( | ) |
| void MyDXFBlocks::clear | ( | void | ) |
| void MyDXFBlocks::debug_print | ( | std::ostream & | os | ) | const |
Print debugging information to os.
| const MyDXFBlock* MyDXFBlocks::get_by_name | ( | const std::string & | name | ) | const |
| MyDXFBlock* MyDXFBlocks::get_by_name | ( | const std::string & | name | ) |
| MyDXFBlock* MyDXFBlocks::operator() | ( | int | a | ) | [inline] |
| const MyDXFBlock* MyDXFBlocks::operator() | ( | int | a | ) | const [inline] |
| uint32_t MyDXFBlocks::size | ( | void | ) | const [inline] |
| void MyDXFBlocks::write | ( | class MyDXFFile * | dxf, |
| std::ofstream & | ostr | ||
| ) |
Write dxf file to stream.
1.7.4