blob: 70905e9fcf79a69b840e7d407e81b0ce9a955503 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// File: MoniTool_ValueSatisfies.cxx
// Created: Mon Feb 28 18:28:47 2000
// Author: data exchange team
// <det@kinox>
#include <MoniTool_ValueSatisfies.hxx>
//=======================================================================
//function : MoniTool_ValueSatisfies_Type_
//purpose :
//=======================================================================
Handle(Standard_Type)& STANDARD_TYPE(MoniTool_ValueSatisfies)
{
static Handle(Standard_Type) _aType =
new Standard_Type("MoniTool_ValueSatisfies", sizeof(MoniTool_ValueSatisfies), 0, NULL);
return _aType;
}
|