summaryrefslogtreecommitdiff
path: root/inc/IntPatch_ALineToWLine.hxx
blob: e0c3b7eb20cd1c95e6993cc0afc2cdeb4cc22fb5 (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
// 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 _IntPatch_ALineToWLine_HeaderFile
#define _IntPatch_ALineToWLine_HeaderFile

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

#ifndef _IntSurf_Quadric_HeaderFile
#include <IntSurf_Quadric.hxx>
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_IntPatch_WLine_HeaderFile
#include <Handle_IntPatch_WLine.hxx>
#endif
#ifndef _Handle_IntPatch_ALine_HeaderFile
#include <Handle_IntPatch_ALine.hxx>
#endif
class IntSurf_Quadric;
class IntPatch_WLine;
class IntPatch_ALine;



class IntPatch_ALineToWLine  {
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   IntPatch_ALineToWLine(const IntSurf_Quadric& Quad1,const IntSurf_Quadric& Quad2);
  
  Standard_EXPORT   IntPatch_ALineToWLine(const IntSurf_Quadric& Quad1,const IntSurf_Quadric& Quad2,const Standard_Real Deflection,const Standard_Real PasMaxUV,const Standard_Integer NbMaxPoints);
  
  Standard_EXPORT     void SetTolParam(const Standard_Real aT) ;
  
  Standard_EXPORT     Standard_Real TolParam() const;
  
  Standard_EXPORT     void SetTolOpenDomain(const Standard_Real aT) ;
  
  Standard_EXPORT     Standard_Real TolOpenDomain() const;
  
  Standard_EXPORT     void SetTolTransition(const Standard_Real aT) ;
  
  Standard_EXPORT     Standard_Real TolTransition() const;
  
  Standard_EXPORT     void SetTol3D(const Standard_Real aT) ;
  
  Standard_EXPORT     Standard_Real Tol3D() const;
  
  Standard_EXPORT     void SetConstantParameter() const;
  
  Standard_EXPORT     void SetUniformAbscissa() const;
  
  Standard_EXPORT     void SetUniformDeflection() const;
  
  Standard_EXPORT     Handle_IntPatch_WLine MakeWLine(const Handle(IntPatch_ALine)& aline) const;
  
  Standard_EXPORT     Handle_IntPatch_WLine MakeWLine(const Handle(IntPatch_ALine)& aline,const Standard_Real paraminf,const Standard_Real paramsup) const;





protected:





private:



IntSurf_Quadric quad1;
IntSurf_Quadric quad2;
Standard_Real deflectionmax;
Standard_Real pasuvmax;
Standard_Integer nbpointsmax;
Standard_Integer type;
Standard_Real myTolParam;
Standard_Real myTolOpenDomain;
Standard_Real myTolTransition;
Standard_Real myTol3D;


};





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


#endif