0022627: Change OCCT memory management defaults
[occt.git] / src / IGESData / IGESData_TransfEntity.cdl
CommitLineData
7fd59977 1-- File: TransfEntity.cdl
2-- Created: Tue Apr 7 16:00:42 1992
3-- Author: Christian CAILLET
4-- <cky@phobox>
5---Copyright: Matra Datavision 1992
6
7
8deferred class TransfEntity from IGESData inherits IGESEntity
9
10 ---Purpose : defines required type for Transf in directory part
11 -- an effective Transf entity must inherits it
12
13uses GTrsf
14
15is
16
17 Value (me) returns GTrsf is deferred;
18 ---Purpose : gives value of the transformation, as a GTrsf
19 -- To be defined by an effective class of Transformation Entity
20 -- Warning : Must take in account Composition : if a TransfEntity has in
21 -- its Directory Part, a Transf, this means that it is Compound,
22 -- Value must return the global result
23
24end TransfEntity;