1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00
Files
occt/src/IFSelect/IFSelect_ActFunc.cxx
2012-03-05 19:23:40 +04:00

22 lines
544 B
C++
Executable File

// File: IFSelect_ActFunc.cxx
// Created: Tue Feb 29 15:57:24 2000
// Author: data exchange team
// <det@kinox>
#include <IFSelect_ActFunc.hxx>
//=======================================================================
//function : IFSelect_ActFunc_Type_
//purpose :
//=======================================================================
Handle(Standard_Type)& STANDARD_TYPE(IFSelect_ActFunc)
{
static Handle(Standard_Type) _aType =
new Standard_Type("IFSelect_ActFunc", sizeof(IFSelect_ActFunc), 0, NULL);
return _aType;
}