00001 00012 #ifndef __DXF_READER_H__ 00013 #define __DXF_READER_H__ 00014 00015 #include <reader/reader.h> 00016 00025 class DxfReader : public Reader { 00026 public: 00031 virtual const char* getFormatName(); 00032 00037 virtual const Reader::FormatType getFormatType(); 00038 00046 static Reader* readFile(const char* fileName) 00047 throw (ReadFileException*, FileFormatException*); 00048 }; // class DxfReader 00049 00050 #endif // ! DXF_READER_H