blob: 01c9f8c10e28f08c365e1ee8dddecdb141ac7738 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// File: IGESToBRep_AlgoContainer.cxx
// Created: Mon Feb 7 13:07:15 2000
// Author: data exchange team
// <det@kinox>
#include <IGESToBRep_AlgoContainer.ixx>
//=======================================================================
//function : IGESToBRep_AlgoContainer
//purpose :
//=======================================================================
IGESToBRep_AlgoContainer::IGESToBRep_AlgoContainer()
{
myTC = new IGESToBRep_ToolContainer;
}
|