blob: 72ca2cf9e0f26d5060f0736bb35f68f1faf44042 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// 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;
}
|