CFx SDK Documentation  2023 SP0
DbViewRepInventorSource.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2017, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Teigha(R) software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Teigha(R) Copyright (C) 2002-2017 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 #ifndef OD_VIEWREPINVENTORSOURCE_H
25 #define OD_VIEWREPINVENTORSOURCE_H
26 
27 #include "DbObject.h"
28 #include "ModelDocObjExports.h"
29 #include "DbViewRepSource.h"
30 
31 #include "TD_PackPush.h"
32 
39 {
40 public:
42  //OdDbViewRepInventorSource(const OdString&);
45 
46  //bool isMultiBody() const;
47  //bool isiFactory() const;
48  //bool isiComponent() const;
49  //bool isWeldment() const;
50  //bool hasFlatPattern() const;
51  //bool isSheetMetal() const;
52  //bool isPresentation() const;
53  //bool isAssembly() const;
54  //bool isPart() const;
55  //bool isFlagOn(unsigned long) const;
56  //void setInventorSourceFlags(unsigned long);
57  //unsigned long inventorSourceFlags() const;
58  //void setPresentationView(class const OdString&);
59  //OdString presentationView() const;
60  //void setMemberName(class const OdString&);
61  //OdString memberName() const;
62  //void setWeldmentInstance(class const OdString&);
63  //OdString weldInstance() const;
64  //void setLOD(class const OdString&);
65  //OdString LOD() const;
66  //void setPositionalName(class const OdString&);
67  //OdString positionalName() const;
68  //void setPath(class const OdString&);
69  //OdString path() const;
70 
71  //virtual enum OdDbViewRep::SourceType type() const;
72 
73 protected:
74  // OdDbObject methods :
75  virtual OdResult dwgInFields(OdDbDwgFiler* pFiler);
76  virtual void dwgOutFields(OdDbDwgFiler* pFiler) const;
77  virtual OdResult dxfInFields(OdDbDxfFiler* pFiler);
78  virtual void dxfOutFields(OdDbDxfFiler* pFiler) const;
79 };
80 
81 #include "TD_PackPop.h"
82 
83 #endif //OD_VIEWREPINVENTORSOURCE_H
#define MODELDOCOBJ_EXPORT
OdResult
Definition: OdResult.h:29
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
virtual ~OdDbViewRepInventorSource()
ODDB_DECLARE_MEMBERS(OdDbViewRepInventorSource)