]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMAlgo/GEOMAlgo_Gluer.hxx
Salome HOME
af5faefa17fb25e7cfd0a673b1178f02980ea0aa
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_Gluer.hxx
1 // File generated by CPPExt (Value)
2 //
3 //                     Copyright (C) 1991 - 2000 by  
4 //                      Matra Datavision SA.  All rights reserved.
5 //  
6 //                     Copyright (C) 2001 - 2004 by
7 //                     Open CASCADE SA.  All rights reserved.
8 // 
9 // This file is part of the Open CASCADE Technology software.
10 //
11 // This software may be distributed and/or modified under the terms and
12 // conditions of the Open CASCADE Public License as defined by Open CASCADE SA
13 // and appearing in the file LICENSE included in the packaging of this file.
14 //  
15 // This software is distributed on an "AS IS" basis, without warranty of any
16 // kind, and Open CASCADE SA hereby disclaims all such warranties,
17 // including without limitation, any warranties of merchantability, fitness
18 // for a particular purpose or non-infringement. Please see the License for
19 // the specific terms and conditions governing rights and limitations under the
20 // License.
21
22 #ifndef _GEOMAlgo_Gluer_HeaderFile
23 #define _GEOMAlgo_Gluer_HeaderFile
24
25 #ifndef _Standard_Boolean_HeaderFile
26 #include <Standard_Boolean.hxx>
27 #endif
28 #ifndef _Standard_Real_HeaderFile
29 #include <Standard_Real.hxx>
30 #endif
31 #ifndef _TopTools_DataMapOfShapeListOfShape_HeaderFile
32 #include <TopTools_DataMapOfShapeListOfShape.hxx>
33 #endif
34 #ifndef _TopTools_DataMapOfShapeShape_HeaderFile
35 #include <TopTools_DataMapOfShapeShape.hxx>
36 #endif
37 #ifndef _Standard_Integer_HeaderFile
38 #include <Standard_Integer.hxx>
39 #endif
40 #ifndef _GEOMAlgo_ShapeAlgo_HeaderFile
41 #include <GEOMAlgo_ShapeAlgo.hxx>
42 #endif
43 #ifndef _TopAbs_ShapeEnum_HeaderFile
44 #include <TopAbs_ShapeEnum.hxx>
45 #endif
46 class TopoDS_Edge;
47 class GEOMAlgo_PassKey;
48 class TopoDS_Face;
49 class TopTools_ListOfShape;
50 class TopoDS_Vertex;
51 class TopTools_DataMapOfShapeListOfShape;
52 class TopTools_DataMapOfShapeShape;
53
54
55 #ifndef _Standard_HeaderFile
56 #include <Standard.hxx>
57 #endif
58 #ifndef _Standard_Macro_HeaderFile
59 #include <Standard_Macro.hxx>
60 #endif
61
62 class GEOMAlgo_Gluer  : public GEOMAlgo_ShapeAlgo {
63
64 public:
65
66     void* operator new(size_t,void* anAddress) 
67       {
68         return anAddress;
69       }
70     void* operator new(size_t size) 
71       { 
72         return Standard::Allocate(size); 
73       }
74     void  operator delete(void *anAddress) 
75       { 
76         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
77       }
78  // Methods PUBLIC
79  // 
80 Standard_EXPORT GEOMAlgo_Gluer();
81 Standard_EXPORT virtual ~GEOMAlgo_Gluer();
82 Standard_EXPORT   void SetCheckGeometry(const Standard_Boolean aFlag) ;
83 Standard_EXPORT   Standard_Boolean CheckGeometry() const;
84 Standard_EXPORT virtual  void Perform() ;
85 Standard_EXPORT   Standard_Integer AloneShapes() const;
86 Standard_EXPORT  const TopTools_DataMapOfShapeListOfShape& Images() const;
87 Standard_EXPORT  const TopTools_DataMapOfShapeShape& Origins() const;
88
89
90
91
92
93 protected:
94
95  // Methods PROTECTED
96  // 
97 Standard_EXPORT virtual  void CheckData() ;
98 Standard_EXPORT virtual  void CheckResult() ;
99 Standard_EXPORT   void MakeVertices() ;
100 Standard_EXPORT   void MakeEdges() ;
101 Standard_EXPORT   void MakeFaces() ;
102 Standard_EXPORT   void MakeShapes(const TopAbs_ShapeEnum aType) ;
103 Standard_EXPORT   void MakeShells() ;
104 Standard_EXPORT   void MakeSolids() ;
105 Standard_EXPORT   void InnerTolerance() ;
106 Standard_EXPORT   void EdgePassKey(const TopoDS_Edge& aE,GEOMAlgo_PassKey& aPK) ;
107 Standard_EXPORT   void FacePassKey(const TopoDS_Face& aF,GEOMAlgo_PassKey& aPK) ;
108 Standard_EXPORT   void MakeVertex(const TopTools_ListOfShape& aLV,TopoDS_Vertex& aNewV) ;
109 Standard_EXPORT   void MakeEdge(const TopoDS_Edge& aEdge,TopoDS_Edge& aNewEdge) ;
110 Standard_EXPORT   void MakeFace(const TopoDS_Face& aFace,TopoDS_Face& aNewEdge) ;
111 Standard_EXPORT   Standard_Boolean IsToReverse(const TopoDS_Face& aFR,const TopoDS_Face& aF) ;
112
113
114  // Fields PROTECTED
115  //
116 Standard_Boolean myCheckGeometry;
117 Standard_Real myTol;
118 TopTools_DataMapOfShapeListOfShape myImages;
119 TopTools_DataMapOfShapeShape myOrigins;
120 Standard_Integer myNbAlone;
121
122
123 private: 
124
125  // Methods PRIVATE
126  // 
127
128
129  // Fields PRIVATE
130  //
131
132
133 };
134
135
136
137
138
139 // other Inline functions and methods (like "C++: function call" methods)
140 //
141
142
143 #endif