0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / src / BinDrivers / BinDrivers_DocumentRetrievalDriver.hxx
1 // Created on: 2002-10-31
2 // Created by: Michael SAZONOV
3 // Copyright (c) 2002-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 _BinDrivers_DocumentRetrievalDriver_HeaderFile
17 #define _BinDrivers_DocumentRetrievalDriver_HeaderFile
18
19 #include <Standard.hxx>
20
21 #include <BinLDrivers_DocumentRetrievalDriver.hxx>
22 #include <Standard_IStream.hxx>
23 #include <Storage_Position.hxx>
24 #include <Standard_Integer.hxx>
25 class BinMDF_ADriverTable;
26 class Message_Messenger;
27 class BinLDrivers_DocumentSection;
28
29
30 class BinDrivers_DocumentRetrievalDriver;
31 DEFINE_STANDARD_HANDLE(BinDrivers_DocumentRetrievalDriver, BinLDrivers_DocumentRetrievalDriver)
32
33
34 class BinDrivers_DocumentRetrievalDriver : public BinLDrivers_DocumentRetrievalDriver
35 {
36
37 public:
38
39   
40   //! Constructor
41   Standard_EXPORT BinDrivers_DocumentRetrievalDriver();
42   
43   Standard_EXPORT virtual Handle(BinMDF_ADriverTable) AttributeDrivers
44     (const Handle(Message_Messenger)& theMsgDriver) Standard_OVERRIDE;
45   
46   Standard_EXPORT virtual void ReadShapeSection
47     (BinLDrivers_DocumentSection& theSection, 
48      Standard_IStream& theIS,
49      const Standard_Boolean isMess = Standard_False, 
50      const Message_ProgressRange& theRange = Message_ProgressRange()) Standard_OVERRIDE;
51   
52   Standard_EXPORT virtual void CheckShapeSection
53     (const Storage_Position& thePos, Standard_IStream& theIS) Standard_OVERRIDE;
54
55   //! Clears the NamedShape driver
56   Standard_EXPORT virtual void Clear() Standard_OVERRIDE;
57
58   //! Enables reading in the quick part access mode.
59   Standard_EXPORT virtual void EnableQuickPartReading
60     (const Handle(Message_Messenger)& theMessageDriver, Standard_Boolean theValue) Standard_OVERRIDE;
61
62
63   DEFINE_STANDARD_RTTIEXT(BinDrivers_DocumentRetrievalDriver,BinLDrivers_DocumentRetrievalDriver)
64
65 };
66
67 #endif // _BinDrivers_DocumentRetrievalDriver_HeaderFile