Files
OCCT/src/IGESToBRep/IGESToBRep_AlgoContainer.cxx
2012-03-05 19:23:40 +04:00

19 lines
462 B
C++
Executable File

// 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;
}