1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-21 10:13:43 +03:00
occt/src/Image/Image_PixelAddress.cxx
2012-03-05 19:23:40 +04:00

10 lines
236 B
C++
Executable File

#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;
}