summaryrefslogtreecommitdiff
path: root/inc/IGESToBRep_AlgoContainer.lxx
blob: eb92d8f4682e58f33aa1533a455fb5769352a939 (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
// File:	IGESToBRep_AlgoContainer.lxx
// Created:	Mon Feb  7 13:07:48 2000
// Author:	data exchange team
//		<det@kinox>

#include <IGESToBRep_AlgoContainer.hxx>

//=======================================================================
//function : SetToolContainer
//purpose  : 
//=======================================================================

inline  void IGESToBRep_AlgoContainer::SetToolContainer(const Handle(IGESToBRep_ToolContainer)& TC) 
{
  myTC = TC;
}

 
//=======================================================================
//function : ToolContainer
//purpose  : 
//=======================================================================

inline  Handle(IGESToBRep_ToolContainer) IGESToBRep_AlgoContainer::ToolContainer() const
{
  return myTC;
}