blob: 463fd7de9608c56ed29c1e0f08b27e7c52942e60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// File: Aspect_RGBPixel.cxx
// Created: 28-OCT-98
// Author: DCB
// Copyright: MatraDatavision 1998
#include <Aspect_RGBPixel.hxx>
const Handle(Standard_Type)& STANDARD_TYPE(Aspect_RGBPixel)
{
static Handle(Standard_Type) _atype =
new Standard_Type("Aspect_RGBPixel",sizeof(Aspect_RGBPixel));
return _atype;
}
|