summaryrefslogtreecommitdiff
path: root/inc/Contap_TheSearchOfContour.hxx
blob: 6dcdf200f88561e064f64e3eeacf3aa3403d9200 (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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
// 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 _Contap_TheSearchOfContour_HeaderFile
#define _Contap_TheSearchOfContour_HeaderFile

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

#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _Contap_SequenceOfSegmentOfTheSearchOfContour_HeaderFile
#include <Contap_SequenceOfSegmentOfTheSearchOfContour.hxx>
#endif
#ifndef _Contap_SequenceOfPathPointOfTheSearchOfContour_HeaderFile
#include <Contap_SequenceOfPathPointOfTheSearchOfContour.hxx>
#endif
#ifndef _Handle_Adaptor3d_HVertex_HeaderFile
#include <Handle_Adaptor3d_HVertex.hxx>
#endif
#ifndef _Handle_Adaptor2d_HCurve2d_HeaderFile
#include <Handle_Adaptor2d_HCurve2d.hxx>
#endif
#ifndef _Handle_Adaptor3d_TopolTool_HeaderFile
#include <Handle_Adaptor3d_TopolTool.hxx>
#endif
#ifndef _Handle_Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour_HeaderFile
#include <Handle_Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour.hxx>
#endif
#ifndef _Handle_Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour_HeaderFile
#include <Handle_Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour.hxx>
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
class StdFail_NotDone;
class Standard_OutOfRange;
class Standard_ConstructionError;
class Adaptor3d_HVertex;
class Adaptor2d_HCurve2d;
class Contap_HCurve2dTool;
class Contap_HContTool;
class Adaptor3d_TopolTool;
class Contap_TheArcFunctionOfContour;
class Contap_ThePathPointOfTheSearchOfContour;
class Contap_SequenceOfPathPointOfTheSearchOfContour;
class Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour;
class Contap_TheSegmentOfTheSearchOfContour;
class Contap_SequenceOfSegmentOfTheSearchOfContour;
class Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour;



class Contap_TheSearchOfContour  {
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   Contap_TheSearchOfContour();
  
  Standard_EXPORT     void Perform(Contap_TheArcFunctionOfContour& F,const Handle(Adaptor3d_TopolTool)& Domain,const Standard_Real TolBoundary,const Standard_Real TolTangency) ;
  
        Standard_Boolean IsDone() const;
  
        Standard_Boolean AllArcSolution() const;
  
        Standard_Integer NbPoints() const;
  
       const Contap_ThePathPointOfTheSearchOfContour& Point(const Standard_Integer Index) const;
  
        Standard_Integer NbSegments() const;
  
       const Contap_TheSegmentOfTheSearchOfContour& Segment(const Standard_Integer Index) const;





protected:





private:



Standard_Boolean done;
Standard_Boolean all;
Contap_SequenceOfSegmentOfTheSearchOfContour sseg;
Contap_SequenceOfPathPointOfTheSearchOfContour spnt;


};

#define TheVertex Handle_Adaptor3d_HVertex
#define TheVertex_hxx <Adaptor3d_HVertex.hxx>
#define TheArc Handle_Adaptor2d_HCurve2d
#define TheArc_hxx <Adaptor2d_HCurve2d.hxx>
#define TheArcTool Contap_HCurve2dTool
#define TheArcTool_hxx <Contap_HCurve2dTool.hxx>
#define TheSOBTool Contap_HContTool
#define TheSOBTool_hxx <Contap_HContTool.hxx>
#define Handle_TheTopolTool Handle_Adaptor3d_TopolTool
#define TheTopolTool Adaptor3d_TopolTool
#define TheTopolTool_hxx <Adaptor3d_TopolTool.hxx>
#define TheFunction Contap_TheArcFunctionOfContour
#define TheFunction_hxx <Contap_TheArcFunctionOfContour.hxx>
#define IntStart_ThePathPoint Contap_ThePathPointOfTheSearchOfContour
#define IntStart_ThePathPoint_hxx <Contap_ThePathPointOfTheSearchOfContour.hxx>
#define IntStart_SequenceOfPathPoint Contap_SequenceOfPathPointOfTheSearchOfContour
#define IntStart_SequenceOfPathPoint_hxx <Contap_SequenceOfPathPointOfTheSearchOfContour.hxx>
#define IntStart_SequenceNodeOfSequenceOfPathPoint Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour
#define IntStart_SequenceNodeOfSequenceOfPathPoint_hxx <Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour.hxx>
#define IntStart_SequenceNodeOfSequenceOfPathPoint Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour
#define IntStart_SequenceNodeOfSequenceOfPathPoint_hxx <Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour.hxx>
#define IntStart_TheSegment Contap_TheSegmentOfTheSearchOfContour
#define IntStart_TheSegment_hxx <Contap_TheSegmentOfTheSearchOfContour.hxx>
#define IntStart_SequenceOfSegment Contap_SequenceOfSegmentOfTheSearchOfContour
#define IntStart_SequenceOfSegment_hxx <Contap_SequenceOfSegmentOfTheSearchOfContour.hxx>
#define IntStart_SequenceNodeOfSequenceOfSegment Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour
#define IntStart_SequenceNodeOfSequenceOfSegment_hxx <Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour.hxx>
#define IntStart_SequenceNodeOfSequenceOfSegment Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour
#define IntStart_SequenceNodeOfSequenceOfSegment_hxx <Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour.hxx>
#define Handle_IntStart_SequenceNodeOfSequenceOfPathPoint Handle_Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour
#define IntStart_SequenceNodeOfSequenceOfPathPoint_Type_() Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour_Type_()
#define Handle_IntStart_SequenceNodeOfSequenceOfPathPoint Handle_Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour
#define IntStart_SequenceNodeOfSequenceOfPathPoint_Type_() Contap_SequenceNodeOfSequenceOfPathPointOfTheSearchOfContour_Type_()
#define Handle_IntStart_SequenceNodeOfSequenceOfSegment Handle_Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour
#define IntStart_SequenceNodeOfSequenceOfSegment_Type_() Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour_Type_()
#define Handle_IntStart_SequenceNodeOfSequenceOfSegment Handle_Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour
#define IntStart_SequenceNodeOfSequenceOfSegment_Type_() Contap_SequenceNodeOfSequenceOfSegmentOfTheSearchOfContour_Type_()
#define IntStart_SearchOnBoundaries Contap_TheSearchOfContour
#define IntStart_SearchOnBoundaries_hxx <Contap_TheSearchOfContour.hxx>

#include <IntStart_SearchOnBoundaries.lxx>

#undef TheVertex
#undef TheVertex_hxx
#undef TheArc
#undef TheArc_hxx
#undef TheArcTool
#undef TheArcTool_hxx
#undef TheSOBTool
#undef TheSOBTool_hxx
#undef Handle_TheTopolTool
#undef TheTopolTool
#undef TheTopolTool_hxx
#undef TheFunction
#undef TheFunction_hxx
#undef IntStart_ThePathPoint
#undef IntStart_ThePathPoint_hxx
#undef IntStart_SequenceOfPathPoint
#undef IntStart_SequenceOfPathPoint_hxx
#undef IntStart_SequenceNodeOfSequenceOfPathPoint
#undef IntStart_SequenceNodeOfSequenceOfPathPoint_hxx
#undef IntStart_SequenceNodeOfSequenceOfPathPoint
#undef IntStart_SequenceNodeOfSequenceOfPathPoint_hxx
#undef IntStart_TheSegment
#undef IntStart_TheSegment_hxx
#undef IntStart_SequenceOfSegment
#undef IntStart_SequenceOfSegment_hxx
#undef IntStart_SequenceNodeOfSequenceOfSegment
#undef IntStart_SequenceNodeOfSequenceOfSegment_hxx
#undef IntStart_SequenceNodeOfSequenceOfSegment
#undef IntStart_SequenceNodeOfSequenceOfSegment_hxx
#undef Handle_IntStart_SequenceNodeOfSequenceOfPathPoint
#undef IntStart_SequenceNodeOfSequenceOfPathPoint_Type_
#undef Handle_IntStart_SequenceNodeOfSequenceOfPathPoint
#undef IntStart_SequenceNodeOfSequenceOfPathPoint_Type_
#undef Handle_IntStart_SequenceNodeOfSequenceOfSegment
#undef IntStart_SequenceNodeOfSequenceOfSegment_Type_
#undef Handle_IntStart_SequenceNodeOfSequenceOfSegment
#undef IntStart_SequenceNodeOfSequenceOfSegment_Type_
#undef IntStart_SearchOnBoundaries
#undef IntStart_SearchOnBoundaries_hxx


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


#endif