0022337: V3d_View::Print crashes in OCCT 6.5.0
[occt.git] / src / OpenGl / OpenGl.cdl
CommitLineData
7fd59977 1--
2-- Package: OpenGl
3-- Author: CAL
4-- Created: Mercredi 4 Janvier 1995
5-- Updated: 20/08/97 ; PCT : ajout texture mapping
6-- 27/01/98 ; FMN : Delete GEOMLITE
7--
8-- Copyright: MatraDatavision 1995
9--
10-- Purpose: Specifications definitives
11--
12
13package OpenGl
14
15 ---Version:
16
17 ---Purpose: This package contains the common OpenGl graphic interface.
18
19 ---Keywords: OpenGl, CInterface
20
21 ---Warning: No class in this package. It is used only to archive
22 -- all the objects files in a library.
23 ---References:
24
25uses
26
27 OSD,
28 TColStd,
29 TCollection,
30 Aspect,
31 Quantity,
32 Graphic3d,
33 Image,
34 AlienImage
35
36is
37
38 exception Error inherits NumericError from Standard;
39
40 class GraphicDriver;
41 ---Purpose: Defines a graphic driver for the opengl interface
42
43end OpenGl;