| 
    Itasca C++ Interface
    
   | 
 
DXF Reader interface class. More...
#include <idxfreader.h>
Public Member Functions | |
| virtual bool | importFile (const string &filename, IDXFData *data)=0 | 
| Reads contents of filename into IDXFData data.  | |
| virtual void | destroy ()=0 | 
| Destroys this object.  | |
| virtual bool | importFile (const string &filename, IDXFData *data)=0 | 
| Reads contents of filename into IDXFData data, return true if successful.  | |
| virtual void | destroy ()=0 | 
| Destroys this object.  | |
DXF Reader interface class.
You can get a pointer to this from IProgram, and pass in your own IDXFData implementation. This allows you to redirect the data read from the DXF file to any destination you choose.