0030686: Visualization, SelectMgr_ViewerSelector - sorting issues of transformation...
[occt.git] / src / BinXCAFDrivers / BinXCAFDrivers.hxx
1 // Created on: 2005-04-18
2 // Created by: Eugeny NAPALKOV <eugeny.napalkov@opencascade.com>
3 // Copyright (c) 2005-2014 OPEN CASCADE SAS
4 //
5 // This file is part of Open CASCADE Technology software library.
6 //
7 // This library is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License version 2.1 as published
9 // by the Free Software Foundation, with special exception defined in the file
10 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11 // distribution for complete text of the license and disclaimer of any warranty.
12 //
13 // Alternatively, this file may be used under the terms of Open CASCADE
14 // commercial license or contractual agreement.
15
16 #ifndef _BinXCAFDrivers_HeaderFile
17 #define _BinXCAFDrivers_HeaderFile
18
19 #include <Standard_Handle.hxx>
20
21 class Standard_Transient;
22 class Standard_GUID;
23 class BinMDF_ADriverTable;
24 class Message_Messenger;
25 class BinXCAFDrivers_DocumentStorageDriver;
26 class BinXCAFDrivers_DocumentRetrievalDriver;
27 class TDocStd_Application;
28
29 class BinXCAFDrivers 
30 {
31 public:
32   
33   Standard_EXPORT static const Handle(Standard_Transient)& Factory (const Standard_GUID& theGUID);
34   
35   //! Defines format "BinXCAF" and registers its read and write drivers
36   //! in the specified application
37   Standard_EXPORT static void DefineFormat (const Handle(TDocStd_Application)& theApp);
38
39   //! Creates the table of drivers of types supported
40   Standard_EXPORT static Handle(BinMDF_ADriverTable) AttributeDrivers (const Handle(Message_Messenger)& MsgDrv);
41 };
42
43 #endif // _BinXCAFDrivers_HeaderFile