#ifndef _XCAFSchema_PDF_Attribute_HeaderFile #include #endif #ifndef _PDF_Attribute_HeaderFile #include #endif #include #ifndef _Storage_Schema_HeaderFile #include #endif #ifndef _Storage_stCONSTclCOM_HeaderFile #include #endif IMPLEMENT_STANDARD_HANDLE(XCAFSchema_PDF_Attribute,Storage_CallBack) IMPLEMENT_STANDARD_RTTIEXT(XCAFSchema_PDF_Attribute,Storage_CallBack) Handle(Standard_Persistent) XCAFSchema_PDF_Attribute::New() const { Handle(Standard_Persistent) NullObject; return NullObject; } void XCAFSchema_PDF_Attribute::SAdd(const Handle(PDF_Attribute)& p, const Handle(Storage_Schema)& theSchema) { if (!p.IsNull()) { if (theSchema->AddPersistent(p,"PDF_Attribute")) { } } } void XCAFSchema_PDF_Attribute::Add(const Handle(Standard_Persistent)& p, const Handle(Storage_Schema)& theSchema) const { XCAFSchema_PDF_Attribute::SAdd((Handle(PDF_Attribute)&)p,theSchema); } void XCAFSchema_PDF_Attribute::SWrite(const Handle(Standard_Persistent)& p, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema) { if (!p.IsNull()) { theSchema->WritePersistentObjectHeader(p,f); f.BeginWritePersistentObjectData(); f.EndWritePersistentObjectData(); } } void XCAFSchema_PDF_Attribute::Write(const Handle(Standard_Persistent)& p, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema) const { XCAFSchema_PDF_Attribute::SWrite(p,f,theSchema); } void XCAFSchema_PDF_Attribute::SRead(const Handle(Standard_Persistent)& p, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema) { if (!p.IsNull()) { theSchema->ReadPersistentObjectHeader(f); f.BeginReadPersistentObjectData(); f.EndReadPersistentObjectData(); } } void XCAFSchema_PDF_Attribute::Read(const Handle(Standard_Persistent)& p, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema) const { XCAFSchema_PDF_Attribute::SRead(p,f,theSchema); }