blob: 743bb7569ac4e7c436f17a2920d8466382396774 (
plain)
1
2
3
4
5
6
7
8
9
|
#include <MoniTool_DataInfo.ixx>
Handle(Standard_Type) MoniTool_DataInfo::Type
(const Handle(Standard_Transient)& ent)
{ return ent->DynamicType(); }
Standard_CString MoniTool_DataInfo::TypeName
(const Handle(Standard_Transient)& ent)
{ return ent->DynamicType()->Name(); }
|