0022627: Change OCCT memory management defaults
[occt.git] / src / Aspect / Aspect_Pixel.cdl
1 --
2 -- File:        Aspect_Pixel.cdl
3 -- Created:     23/03/93
4 -- Author:      BBL
5 --
6 ---Copyright:   MatraDatavision 1993
7 --
8
9 deferred class Pixel from Aspect inherits Storable
10
11         ---Version: 0.0
12
13         ---Purpose: This class defines a Pixel.
14         ---Keywords:
15         ---Warning:
16         ---References:
17 is
18
19         Initialize;
20         ---Level: Public
21
22         Print( me ; s : in out OStream ) is deferred ;
23         ---Level: Public
24         ---Purpose : Prints the contents of <me> on the stream <s>
25         ---C++: alias "friend Standard_EXPORT Standard_OStream& operator << (Standard_OStream&,const Aspect_Pixel& );"
26
27 end Pixel from Aspect;