File indexing completed on 2025-11-17 09:48:03
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 #ifndef _TDataStd_GenericEmpty_HeaderFile
0015 #define _TDataStd_GenericEmpty_HeaderFile
0016
0017 #include <Standard.hxx>
0018 #include <Standard_Type.hxx>
0019
0020 #include <TDF_DerivedAttribute.hxx>
0021
0022 class TDF_RelocationTable;
0023
0024 class TDataStd_GenericEmpty;
0025 DEFINE_STANDARD_HANDLE(TDataStd_GenericEmpty, TDF_Attribute)
0026
0027
0028
0029 class TDataStd_GenericEmpty : public TDF_Attribute
0030 {
0031
0032 public:
0033
0034 Standard_EXPORT void Restore (const Handle(TDF_Attribute)&) Standard_OVERRIDE {};
0035
0036 Standard_EXPORT void Paste (const Handle(TDF_Attribute)&, const Handle(TDF_RelocationTable)&) const Standard_OVERRIDE {}
0037
0038
0039 Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const Standard_OVERRIDE;
0040
0041
0042 DEFINE_STANDARD_RTTIEXT(TDataStd_GenericEmpty,TDF_Attribute)
0043
0044 };
0045
0046 #endif