MyDXFBlocks Class Reference
DXF blocks class. More...
#include <mydxfblocks.hpp>
Public Member Functions | |
MyDXFBlocks (class MyDXFFile *dxf) | |
void | write (class MyDXFFile *dxf, std::ofstream &ostr) |
Write dxf file to stream. More... | |
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. More... | |
Detailed Description
DXF blocks class.
Container for data of a DXF file blocks.
Member Function Documentation
◆ debug_print()
void MyDXFBlocks::debug_print | ( | std::ostream & | os | ) | const |
Print debugging information to os.
◆ write()
void MyDXFBlocks::write | ( | class MyDXFFile * | dxf, |
std::ofstream & | ostr | ||
) |
Write dxf file to stream.
The documentation for this class was generated from the following files: