mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
10 lines
236 B
C++
Executable File
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;
|
|
}
|