File indexing completed on 2026-05-04 08:44:53
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018 #ifndef BinTObjDrivers_IntSparseArrayDriver_HeaderFile
0019 #define BinTObjDrivers_IntSparseArrayDriver_HeaderFile
0020
0021 #include <BinMDF_ADriver.hxx>
0022
0023 class BinTObjDrivers_IntSparseArrayDriver : public BinMDF_ADriver
0024 {
0025
0026 public:
0027 Standard_EXPORT BinTObjDrivers_IntSparseArrayDriver(
0028 const Handle(Message_Messenger)& theMessageDriver);
0029
0030
0031 Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const Standard_OVERRIDE;
0032
0033
0034 Standard_EXPORT Standard_Boolean
0035 Paste(const BinObjMgt_Persistent& theSource,
0036 const Handle(TDF_Attribute)& theTarget,
0037 BinObjMgt_RRelocationTable& theRelocTable) const Standard_OVERRIDE;
0038
0039
0040
0041 Standard_EXPORT void Paste(const Handle(TDF_Attribute)& theSource,
0042 BinObjMgt_Persistent& theTarget,
0043 BinObjMgt_SRelocationTable& theRelocTable) const Standard_OVERRIDE;
0044
0045
0046
0047 public:
0048
0049 DEFINE_STANDARD_RTTIEXT(BinTObjDrivers_IntSparseArrayDriver, BinMDF_ADriver)
0050 };
0051
0052
0053 DEFINE_STANDARD_HANDLE(BinTObjDrivers_IntSparseArrayDriver, BinMDF_ADriver)
0054
0055 #endif
0056
0057 #ifdef _MSC_VER
0058 #pragma once
0059 #endif