DATAKIT API  V2025.1
dtk_DwgReader.hpp
Go to the documentation of this file.
1 /**********************************************************
2 DTK_DWGREADER.HPP
3 ***********************************************************/
4 
5 #ifndef _DTK_DWGREADER_HPP_
6 #define _DTK_DWGREADER_HPP_
7 
8 #include "util/dtk_reader.hpp"
9 
10 
11 
12 class DwgReader: public Dtk_Reader
13 {
14 public :
15  virtual ~DwgReader();
16 
17  static Dtk_bool Enable();
18 };
19 
21 
22 void dwgr_SetReadAsDrawing( const Dtk_bool inBool );
23 
24 #endif // _DTK_DWGREADER_HPP_
Dtk_Reader
Definition: dtk_reader.hpp:15
DwgReader
Definition: dtk_DwgReader.hpp:13
DwgReader::~DwgReader
virtual ~DwgReader()
Dtk_bool
char Dtk_bool
Definition: define.h:725
DwgReader::Enable
static Dtk_bool Enable()
dwgr_SetReadAsDrawing
void dwgr_SetReadAsDrawing(const Dtk_bool inBool)
dwgr_Set3dFacesReadAsBody
void dwgr_Set3dFacesReadAsBody(const Dtk_bool inBool)
dtk_reader.hpp