blob: f2ec1e123deeee516c55d8b393bd853261dc0248 (
plain)
1
2
3
4
5
6
7
8
|
#include <ImageUtility_X11XImage.hxx>
const Handle(Standard_Type)& STANDARD_TYPE(ImageUtility_X11XImage)
{
static Handle(Standard_Type) _atype =
new Standard_Type ("ImageUtility_X11XImage", sizeof (ImageUtility_X11XImage));
return _atype;
}
|