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