The DWG class contains objects and enumerations used for importing and exporting CAD files via RealDWG. More...
#include <sprk_dwg.h>
Classes | |
| class | CADModel |
| The CADModel class is a smart pointer. More... | |
| class | Component |
| The Component class is a smart pointer. More... | |
| class | Factory |
| The Factory class is used to create and DWG objects which inherit from HPS::Component or one of its subclasses. More... | |
| class | File |
| The File class provides functions to import CAD files via DWG. More... | |
| class | ImportNotifier |
| The ImportNotifier class is a smart-pointer that is tied to a file import. More... | |
| class | ImportOptionsKit |
| The HPS::DWG::ImportOptionsKit class is a user space object. More... | |
| class | Layer |
| The Layer class is a user space object. More... | |
| class | Layout |
Public Types | |
| typedef std::vector< DWG::Layout, Allocator< DWG::Layout > > | LayoutArray |
Private Member Functions | |
| DWG () | |
| Private default constructor to prevent instantiation. More... | |
The DWG class contains objects and enumerations used for importing and exporting CAD files via RealDWG.
| typedef std::vector<DWG::Layout, Allocator<DWG::Layout> > HPS::DWG::LayoutArray |
|
private |
Private default constructor to prevent instantiation.