summaryrefslogtreecommitdiff
path: root/src/HLRAlgo/HLRAlgo_Intersection.cxx
blob: 53380b7f7c8d192f5c24aa96326ee8dceee7d351 (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
// File:	HLRAlgo_Intersection.cxx
// Created:	Wed Feb 19 14:22:05 1992
// Author:	Christophe MARION
//		<cma@sdsun2>

#include <HLRAlgo_Intersection.ixx>

//=======================================================================
//function : HLRAlgo_Intersection
//purpose  : 
//=======================================================================

HLRAlgo_Intersection::HLRAlgo_Intersection()
{}

//=======================================================================
//function : HLRAlgo_Intersection
//purpose  : 
//=======================================================================

HLRAlgo_Intersection::HLRAlgo_Intersection
  (const TopAbs_Orientation Ori,
   const Standard_Integer Lev,
   const Standard_Integer SegInd,
   const Standard_Integer Ind,
   const Standard_Real P,
   const Standard_ShortReal Tol,
   const TopAbs_State S) :
  myOrien(Ori),
  mySegIndex(SegInd),
  myIndex(Ind),
  myLevel(Lev),
  myParam(P),
  myToler(Tol),
  myState(S)
{}