Integration of OCCT 6.5.0 from SVN
[occt.git] / src / IGESToBRep / IGESToBRep_AlgoContainer.lxx
CommitLineData
7fd59977 1// File: IGESToBRep_AlgoContainer.lxx
2// Created: Mon Feb 7 13:07:48 2000
3// Author: data exchange team
4// <det@kinox>
5
6#include <IGESToBRep_AlgoContainer.hxx>
7
8//=======================================================================
9//function : SetToolContainer
10//purpose :
11//=======================================================================
12
13inline void IGESToBRep_AlgoContainer::SetToolContainer(const Handle(IGESToBRep_ToolContainer)& TC)
14{
15 myTC = TC;
16}
17
18
19//=======================================================================
20//function : ToolContainer
21//purpose :
22//=======================================================================
23
24inline Handle(IGESToBRep_ToolContainer) IGESToBRep_AlgoContainer::ToolContainer() const
25{
26 return myTC;
27}
28
29