0022627: Change OCCT memory management defaults
[occt.git] / src / IGESData / IGESData_DefaultSpecific.cdl
1 -- File:        IGESData_DefaultSpecific.cdl
2 -- Created:     Wed Sep  8 16:47:25 1993
3 -- Author:      Christian CAILLET
4 --              <cky@bravox>
5 ---Copyright:    Matra Datavision 1993
6
7
8 class DefaultSpecific  from IGESData  inherits SpecificModule
9
10     ---Purpose : Specific IGES Services for UndefinedEntity, FreeFormatEntity
11
12 uses IGESEntity, IGESDumper,
13      Messenger from Message
14
15 is
16
17     Create returns mutable DefaultSpecific;
18     ---Purpose : Creates a DefaultSpecific and puts it into SpecificLib
19
20     OwnDump (me; CN : Integer; ent : IGESEntity;
21               dumper : IGESDumper;  S : Messenger from Message; own : Integer);
22     ---Purpose : Specific Dump for UndefinedEntity : it concerns only
23     --           own parameters, the general data (Directory Part, Lists) are
24     --           taken into account by the IGESDumper
25
26 end DefaultSpecific;