0022627: Change OCCT memory management defaults
[occt.git] / src / IntPatch / IntPatch_PrmPrmIntersection_T3Bits.cdl
CommitLineData
7fd59977 1-- File: IntPatch_PrmPrmIntersection_T3Bits.cdl
2-- Created: Thu Jan 28 14:46:57 1993
3-- Author: Laurent BUCHARD
4---Copyright: Matra Datavision 1993
5
6class PrmPrmIntersection_T3Bits from IntPatch
7
8uses Integer from Standard
9
10is
11
12 Create (size : Integer from Standard);
13
14 Destroy(me : in out);
15 ---C++: alias ~
16
17 Add (me : in out; t : Integer from Standard);
18 ---C++: inline
19
20 Val (me ; t : Integer from Standard) returns Integer from Standard;
21 ---C++: inline
22
23 Raz (me : in out; t : Integer from Standard);
24 ---C++: inline
25
26 ResetAnd (me : in out);
27
28 And (me : in out;
29 Oth : in out PrmPrmIntersection_T3Bits from IntPatch;
30 indiceprecedent : in out Integer from Standard)
31 returns Integer from Standard;
32
33fields
34 -- ind : Integer from Standard;
35 p : Address from Standard;
36 Isize : Integer from Standard;
37
38end PrmPrmIntersection_T3Bits;