summaryrefslogtreecommitdiff
path: root/inc/TopOpeBRep_EdgesFiller.hxx
blob: 46ab86d9a4de62aac8550ceb3b7744e522d0f6d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _TopOpeBRep_EdgesFiller_HeaderFile
#define _TopOpeBRep_EdgesFiller_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx>
#endif

#ifndef _TopoDS_Edge_HeaderFile
#include <TopoDS_Edge.hxx>
#endif
#ifndef _TopoDS_Face_HeaderFile
#include <TopoDS_Face.hxx>
#endif
#ifndef _Handle_TopOpeBRepDS_HDataStructure_HeaderFile
#include <Handle_TopOpeBRepDS_HDataStructure.hxx>
#endif
#ifndef _TopOpeBRepDS_PDataStructure_HeaderFile
#include <TopOpeBRepDS_PDataStructure.hxx>
#endif
#ifndef _TopOpeBRep_PEdgesIntersector_HeaderFile
#include <TopOpeBRep_PEdgesIntersector.hxx>
#endif
#ifndef _TopOpeBRepDS_ListOfInterference_HeaderFile
#include <TopOpeBRepDS_ListOfInterference.hxx>
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _TopOpeBRepDS_Kind_HeaderFile
#include <TopOpeBRepDS_Kind.hxx>
#endif
#ifndef _Handle_TopOpeBRepDS_Interference_HeaderFile
#include <Handle_TopOpeBRepDS_Interference.hxx>
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _TopOpeBRepDS_Config_HeaderFile
#include <TopOpeBRepDS_Config.hxx>
#endif
class TopOpeBRepDS_HDataStructure;
class TopoDS_Shape;
class TopOpeBRep_EdgesIntersector;
class TopOpeBRepDS_ListIteratorOfListOfInterference;
class TopOpeBRep_Point2d;
class TopOpeBRepDS_Transition;
class TopOpeBRepDS_Interference;
class TopoDS_Edge;
class TopOpeBRepDS_ListOfInterference;


//! Fills a TopOpeBRepDS_DataStructure with Edge/Edge <br>
//!          instersection data described by TopOpeBRep_EdgesIntersector. <br>
class TopOpeBRep_EdgesFiller  {
public:

  void* operator new(size_t,void* anAddress) 
  {
    return anAddress;
  }
  void* operator new(size_t size) 
  {
    return Standard::Allocate(size); 
  }
  void  operator delete(void *anAddress) 
  {
    if (anAddress) Standard::Free((Standard_Address&)anAddress); 
  }

  
  Standard_EXPORT   TopOpeBRep_EdgesFiller();
  
  Standard_EXPORT     void Insert(const TopoDS_Shape& E1,const TopoDS_Shape& E2,TopOpeBRep_EdgesIntersector& EI,const Handle(TopOpeBRepDS_HDataStructure)& HDS) ;
  
  Standard_EXPORT     void Face(const Standard_Integer I,const TopoDS_Shape& F) ;
  
  Standard_EXPORT    const TopoDS_Shape& Face(const Standard_Integer I) const;





protected:





private:

  
  Standard_EXPORT     Standard_Boolean GetGeometry(TopOpeBRepDS_ListIteratorOfListOfInterference& IT,const TopOpeBRep_Point2d& P,Standard_Integer& G,TopOpeBRepDS_Kind& K) const;
  
  Standard_EXPORT     Standard_Boolean MakeGeometry(const TopOpeBRep_Point2d& P,Standard_Integer& G,TopOpeBRepDS_Kind& K) const;
  
  Standard_EXPORT     void SetShapeTransition(const TopOpeBRep_Point2d& P,TopOpeBRepDS_Transition& T1,TopOpeBRepDS_Transition& T2) const;
  
  Standard_EXPORT     Handle_TopOpeBRepDS_Interference StorePI(const TopOpeBRep_Point2d& P,const TopOpeBRepDS_Transition& T,const Standard_Integer EI,const Standard_Integer PI,const Standard_Real p,const Standard_Integer IE) ;
  
  Standard_EXPORT     Handle_TopOpeBRepDS_Interference StoreVI(const TopOpeBRep_Point2d& P,const TopOpeBRepDS_Transition& T,const Standard_Integer EI,const Standard_Integer VI,const Standard_Boolean VB,const TopOpeBRepDS_Config C,const Standard_Real p,const Standard_Integer IE) ;
  
  Standard_EXPORT     Standard_Boolean ToRecompute(const TopOpeBRep_Point2d& P,const Handle(TopOpeBRepDS_Interference)& I,const Standard_Integer IEmother) ;
  
  Standard_EXPORT     void StoreRecompute(const Handle(TopOpeBRepDS_Interference)& I,const Standard_Integer IEmother) ;
  
  Standard_EXPORT     void RecomputeInterferences(const TopoDS_Edge& E,TopOpeBRepDS_ListOfInterference& LOI) ;


TopoDS_Edge myE1;
TopoDS_Edge myE2;
TopoDS_Face myF1;
TopoDS_Face myF2;
Handle_TopOpeBRepDS_HDataStructure myHDS;
TopOpeBRepDS_PDataStructure myPDS;
TopOpeBRep_PEdgesIntersector myPEI;
TopOpeBRepDS_ListOfInterference myLI1;
TopOpeBRepDS_ListOfInterference myLI2;


};





// other Inline functions and methods (like "C++: function call" methods)


#endif