Warnings on vc14 were eliminated
[occt.git] / src / TopOpeBRep / TopOpeBRep_FFDumper.hxx
1 // Created on: 1996-10-23
2 // Created by: Jean Yves LEBEY
3 // Copyright (c) 1996-1999 Matra Datavision
4 // Copyright (c) 1999-2014 OPEN CASCADE SAS
5 //
6 // This file is part of Open CASCADE Technology software library.
7 //
8 // This library is free software; you can redistribute it and/or modify it under
9 // the terms of the GNU Lesser General Public License version 2.1 as published
10 // by the Free Software Foundation, with special exception defined in the file
11 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 // distribution for complete text of the license and disclaimer of any warranty.
13 //
14 // Alternatively, this file may be used under the terms of Open CASCADE
15 // commercial license or contractual agreement.
16
17 #ifndef _TopOpeBRep_FFDumper_HeaderFile
18 #define _TopOpeBRep_FFDumper_HeaderFile
19
20 #include <Standard.hxx>
21 #include <Standard_Type.hxx>
22
23 #include <TopOpeBRep_PFacesFiller.hxx>
24 #include <TopoDS_Face.hxx>
25 #include <TopTools_DataMapOfShapeInteger.hxx>
26 #include <Standard_Integer.hxx>
27 #include <MMgt_TShared.hxx>
28 #include <TopOpeBRepDS_Kind.hxx>
29 #include <Standard_Boolean.hxx>
30 class TopOpeBRep_LineInter;
31 class TopOpeBRep_VPointInter;
32 class TopoDS_Shape;
33
34
35 class TopOpeBRep_FFDumper;
36 DEFINE_STANDARD_HANDLE(TopOpeBRep_FFDumper, MMgt_TShared)
37
38
39 class TopOpeBRep_FFDumper : public MMgt_TShared
40 {
41
42 public:
43
44   
45   Standard_EXPORT TopOpeBRep_FFDumper(const TopOpeBRep_PFacesFiller& PFF);
46   
47   Standard_EXPORT void Init (const TopOpeBRep_PFacesFiller& PFF);
48   
49   Standard_EXPORT void DumpLine (const Standard_Integer I);
50   
51   Standard_EXPORT void DumpLine (const TopOpeBRep_LineInter& L);
52   
53   Standard_EXPORT void DumpVP (const TopOpeBRep_VPointInter& VP);
54   
55   Standard_EXPORT void DumpVP (const TopOpeBRep_VPointInter& VP, const Standard_Integer ISI);
56   
57   Standard_EXPORT Standard_Integer ExploreIndex (const TopoDS_Shape& S, const Standard_Integer ISI) const;
58   
59   Standard_EXPORT void DumpDSP (const TopOpeBRep_VPointInter& VP, const TopOpeBRepDS_Kind GK, const Standard_Integer G, const Standard_Boolean newinDS) const;
60   
61   Standard_EXPORT TopOpeBRep_PFacesFiller PFacesFillerDummy() const;
62
63
64
65
66   DEFINE_STANDARD_RTTIEXT(TopOpeBRep_FFDumper,MMgt_TShared)
67
68 protected:
69
70
71
72
73 private:
74
75
76   TopOpeBRep_PFacesFiller myPFF;
77   TopoDS_Face myF1;
78   TopoDS_Face myF2;
79   TopTools_DataMapOfShapeInteger myEM1;
80   TopTools_DataMapOfShapeInteger myEM2;
81   Standard_Integer myEn1;
82   Standard_Integer myEn2;
83   Standard_Integer myLineIndex;
84
85
86 };
87
88
89
90
91
92
93
94 #endif // _TopOpeBRep_FFDumper_HeaderFile