blob: a2dd9392b5aeaae43e91c1bddefd6d41c22c8945 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// File: ShapeProcess_OperFunc.cxx
// Created: Tue Aug 22 13:36:08 2000
// Author: data exchange team
// <det@doomox>
#include <ShapeProcess_OperFunc.hxx>
//=======================================================================
//function : MoniFrame_OperFunc_Type_
//purpose :
//=======================================================================
/*
Handle(Standard_Type)& STANDARD_TYPE(ShapeProcess_OperFunc)
{
static Handle(Standard_Type) _aType =
new Standard_Type("MoniFrame_OperFunc", sizeof(ShapeProcess_OperFunc), 0, NULL);
return _aType;
}
*/
|