Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:36

0001 // Created on: 2001-09-11
0002 // Created by: Julia DOROVSKIKH
0003 // Copyright (c) 2001-2014 OPEN CASCADE SAS
0004 //
0005 // This file is part of Open CASCADE Technology software library.
0006 //
0007 // This library is free software; you can redistribute it and/or modify it under
0008 // the terms of the GNU Lesser General Public License version 2.1 as published
0009 // by the Free Software Foundation, with special exception defined in the file
0010 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0011 // distribution for complete text of the license and disclaimer of any warranty.
0012 //
0013 // Alternatively, this file may be used under the terms of Open CASCADE
0014 // commercial license or contractual agreement.
0015 
0016 #ifndef _XmlXCAFDrivers_HeaderFile
0017 #define _XmlXCAFDrivers_HeaderFile
0018 
0019 #include <Standard_Handle.hxx>
0020 
0021 class Standard_Transient;
0022 class Standard_GUID;
0023 class TDocStd_Application;
0024 
0025 class XmlXCAFDrivers 
0026 {
0027 public:
0028   
0029   //! Depending from the  ID, returns a list of  storage
0030   //! or retrieval attribute drivers. Used for plugin.
0031   //!
0032   //! Standard data model drivers
0033   //! ===========================
0034   //! 47b0b826-d931-11d1-b5da-00a0c9064368 Transient-Persistent
0035   //! 47b0b827-d931-11d1-b5da-00a0c9064368 Persistent-Transient
0036   //!
0037   //! XCAF data model drivers
0038   //! =================================
0039   //! ed8793f8-3142-11d4-b9b5-0060b0ee281b Transient-Persistent
0040   //! ed8793f9-3142-11d4-b9b5-0060b0ee281b Persistent-Transient
0041   //! ed8793fa-3142-11d4-b9b5-0060b0ee281b XCAFSchema
0042   Standard_EXPORT static const Handle(Standard_Transient)& Factory (const Standard_GUID& aGUID);
0043 
0044   //! Defines format "XmlXCAF" and registers its read and write drivers
0045   //! in the specified application
0046   Standard_EXPORT static void DefineFormat (const Handle(TDocStd_Application)& theApp);
0047 };
0048 
0049 #endif // _XmlXCAFDrivers_HeaderFile