| CFx SDK Documentation
    2020SP3
    | 
#include <CloneFilers.h>
 
  
| Static Public Member Functions | |
| static OdDbWblockCloneFilerPtr | createObject (OdDbIdMapping *pIdMapping) | 
|  Static Public Member Functions inherited from OdDbDeepCloneFiler | |
| static OdDbDeepCloneFilerPtr | createObject (OdDbIdMapping *pIdMapping) | 
|  Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) | 
| static OdRxClass * | desc () | 
| Protected Member Functions | |
| OdDbWblockCloneFiler () | |
|  Protected Member Functions inherited from OdDbDeepCloneFiler | |
| OdDbDeepCloneFiler () | |
| Additional Inherited Members | |
|  Public Types inherited from OdDbFiler | |
| enum | FilerType { kFileFiler = 0, kCopyFiler = 1, kUndoFiler = 2, kBagFiler = 3, kIdXlateFiler = 4, kPageFiler = 5, kDeepCloneFiler = 6, kIdFiler = 7, kPurgeFiler = 8, kWblockCloneFiler = 9 } | 
This class is the base class for classes that are used for Wblock file I/O operations utilizing .dwg and .dxf file formats. Library Db <group OdDb_Classes>
Definition at line 100 of file CloneFilers.h.
| 
 | inlineprotected | 
Definition at line 103 of file CloneFilers.h.
| 
 | static | 
Creates a WblockCloneFiler object with the specified ID Mapping.
| pIdMapping | [in] Pointer to the ID Mapping. | 
| OdDbWblockCloneFiler::ODRX_DECLARE_MEMBERS | ( | OdDbWblockCloneFiler | ) |