CFx SDK Documentation  2020SP3
CloneFilers.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 
25 
26 
27 #ifndef OD_CLONEFILERS_INCLUDED
28 #define OD_CLONEFILERS_INCLUDED
29 
30 #include "DbFiler.h"
31 #include "IdArrays.h"
32 
33 class OdDbIdMapping;
34 
35 class OdDbDeepCloneFiler;
40 
48 {
49 protected:
51 
52 public:
54 
60 
61  // Protocol specific to clone filers
62 
69  virtual void start() = 0;
75  virtual bool nextReference(OdDbObjectId& objectId) = 0;
76 
80  virtual OdDbIdMapping& idMapping() = 0;
81 
85  virtual void defaultProcessReferences() = 0;
86 };
87 
93 
101 {
102 protected:
104 
105 public:
107 
113 };
114 
115 #endif //OD_CLONEFILERS_INCLUDED
OdDbDeepCloneFiler
Definition: CloneFilers.h:48
OdDbDeepCloneFiler::idMapping
virtual OdDbIdMapping & idMapping()=0
IdArrays.h
OdDbObjectId
Definition: DbObjectId.h:99
OdDbDeepCloneFiler::OdDbDeepCloneFiler
OdDbDeepCloneFiler()
Definition: CloneFilers.h:50
OdDbWblockCloneFilerPtr
OdSmartPtr< OdDbWblockCloneFiler > OdDbWblockCloneFilerPtr
Definition: CloneFilers.h:88
OdDbWblockCloneFiler::createObject
static OdDbWblockCloneFilerPtr createObject(OdDbIdMapping *pIdMapping)
OdDbWblockCloneFiler
Definition: CloneFilers.h:101
OdSmartPtr
Definition: SmartPtr.h:58
OdDbDeepCloneFilerPtr
OdSmartPtr< OdDbDeepCloneFiler > OdDbDeepCloneFilerPtr
Definition: CloneFilers.h:35
OdDbDeepCloneFiler::nextReference
virtual bool nextReference(OdDbObjectId &objectId)=0
DbFiler.h
OdDbDeepCloneFiler::ODRX_DECLARE_MEMBERS
ODRX_DECLARE_MEMBERS(OdDbDeepCloneFiler)
TOOLKIT_EXPORT
#define TOOLKIT_EXPORT
Definition: DbExport.h:40
OdDbDeepCloneFiler::defaultProcessReferences
virtual void defaultProcessReferences()=0
OdDbDeepCloneFiler::createObject
static OdDbDeepCloneFilerPtr createObject(OdDbIdMapping *pIdMapping)
OdDbWblockCloneFiler::OdDbWblockCloneFiler
OdDbWblockCloneFiler()
Definition: CloneFilers.h:103
OdDbIdMapping
Definition: DbIdMapping.h:238
OdDbDwgFiler
Definition: DbFiler.h:1031
OdDbWblockCloneFiler::ODRX_DECLARE_MEMBERS
ODRX_DECLARE_MEMBERS(OdDbWblockCloneFiler)
OdDbDeepCloneFiler::start
virtual void start()=0