IBSimu 1.0.4
|
DXF table class. More...
#include <mydxftables.hpp>
Public Member Functions | |
MyDXFTable (const std::string &name, class MyDXFFile *dxf) | |
~MyDXFTable () | |
void | write (class MyDXFFile *dxf, std::ofstream &ostr) |
Write dxf file to stream. | |
void | debug_print (std::ostream &os) const |
DXF table class.
MyDXFTable::MyDXFTable | ( | const std::string & | name, |
class MyDXFFile * | dxf | ||
) |
MyDXFTable::~MyDXFTable | ( | ) |
void MyDXFTable::debug_print | ( | std::ostream & | os | ) | const |
void MyDXFTable::write | ( | class MyDXFFile * | dxf, |
std::ofstream & | ostr | ||
) |
Write dxf file to stream.