blob: 9a72c8062957d8a95ae2bfe64dffdb85c830d18e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// File: AlienImage_BMPHeader.cxx
// Created: Quebex 26 October 1998
// Author: DCB
// Notes: Most of code is taken from Xw_load_bmp_image.c file (ZOV)
//
// Copyright: MatraDatavision 1998
#include <AlienImage_BMPHeader.hxx>
const Handle(Standard_Type)& STANDARD_TYPE(AlienImage_BMPHeader)
{
static Handle(Standard_Type) _atype =
new Standard_Type ("AlienImage_BMPHeader", sizeof (AlienImage_BMPHeader));
return _atype;
}
|