mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-22 20:59:38 +08:00
19 lines
462 B
C++
Executable File
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;
|
|
}
|
|
|