summaryrefslogtreecommitdiff
path: root/src/BOPTools/BOPTools_ESInterference.cxx
blob: b2c722f5917f032843de7ef94bda771583b7d507 (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
// File:	BOPTools_ESInterference.cxx
// Created:	Tue Nov 21 15:35:58 2000
// Author:	Peter KURNEV
//		<pkv@irinox>


#include <BOPTools_ESInterference.ixx>

//=======================================================================
//function :  BOPTools_ESInterference
//purpose  : 
//=======================================================================
  BOPTools_ESInterference::BOPTools_ESInterference()
:
  BOPTools_ShapeShapeInterference(0,0)
{}

//=======================================================================
//function :  BOPTools_ESInterference
//purpose  : 
//=======================================================================
  BOPTools_ESInterference::BOPTools_ESInterference
  (const Standard_Integer anIndex1,
   const Standard_Integer anIndex2,
   const IntTools_CommonPrt& aCPart)
:  
  BOPTools_ShapeShapeInterference(anIndex1,anIndex2)
{
  myCommonPart=aCPart;
}

//=======================================================================
//function :  CommonPrt
//purpose  : 
//=======================================================================
  const IntTools_CommonPrt& BOPTools_ESInterference::CommonPrt() const 
{
  return myCommonPart;
}