mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
9
src/Image/Image_PixelAddress.cxx
Executable file
9
src/Image/Image_PixelAddress.cxx
Executable file
@@ -0,0 +1,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;
|
||||
}
|
Reference in New Issue
Block a user