summaryrefslogtreecommitdiff
path: root/inc/IntSurf_PathPointTool.hxx
blob: c445a63a8c3792dde7ccd29948a4cf7cf08d7447 (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
// 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 _IntSurf_PathPointTool_HeaderFile
#define _IntSurf_PathPointTool_HeaderFile

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

#ifndef _gp_Pnt_HeaderFile
#include <gp_Pnt.hxx>
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _gp_Vec_HeaderFile
#include <gp_Vec.hxx>
#endif
#ifndef _gp_Dir2d_HeaderFile
#include <gp_Dir2d.hxx>
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
class Standard_OutOfRange;
class StdFail_UndefinedDerivative;
class IntSurf_PathPoint;



class IntSurf_PathPointTool  {
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); 
  }

  //! Returns the 3d coordinates of the starting point. <br>
      static  gp_Pnt Value3d(const IntSurf_PathPoint& PStart) ;
  //! Returns the <U, V> parameters which are associated <br>
//!          with <P> <br>
//!          it's the parameters which start the marching algorithm <br>
      static  void Value2d(const IntSurf_PathPoint& PStart,Standard_Real& U,Standard_Real& V) ;
  //! Returns True if the point is a point on a non-oriented <br>
//!          arc, which means that the intersection line does not <br>
//!          stop at such a point but just go through such a point. <br>
//!          IsPassingPnt is True when IsOnArc is True <br>
      static  Standard_Boolean IsPassingPnt(const IntSurf_PathPoint& PStart) ;
  //! Returns True if the surfaces are tangent at this point. <br>
//!          IsTangent can be True when IsOnArc is True <br>
//!          if IsPassingPnt is True and IsTangent is True,this point <br>
//!          is a stopped point. <br>
      static  Standard_Boolean IsTangent(const IntSurf_PathPoint& PStart) ;
  //! returns the tangent at the intersection in 3d space <br>
//!          associated to <P> <br>
//!         an exception is raised if IsTangent is true. <br>
      static  gp_Vec Direction3d(const IntSurf_PathPoint& PStart) ;
  //! returns the tangent at the intersection in the <br>
//!          parametric space of the parametrized surface.This tangent <br>
//!          is associated to the value2d <br>
//!          la tangente a un sens signifiant (indique le sens de chemin <br>
//!          ement) <br>
//!          an exception is raised if IsTangent is true. <br>
      static  gp_Dir2d Direction2d(const IntSurf_PathPoint& PStart) ;
  //! Returns the multiplicity of the point i-e <br>
//!          the number of auxillar parameters associated to the <br>
//!          point which the principal parameters are given by Value2d <br>
      static  Standard_Integer Multiplicity(const IntSurf_PathPoint& PStart) ;
  //! Parametric coordinates associated to the multiplicity. <br>
//!          An exception is raised if Mult<=0 or Mult>multiplicity. <br>
      static  void Parameters(const IntSurf_PathPoint& PStart,const Standard_Integer Mult,Standard_Real& U,Standard_Real& V) ;





protected:





private:





};


#include <IntSurf_PathPointTool.lxx>



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


#endif