0024784: Move documentation in CDL files to proper location
[occt.git] / src / IGESDefs / IGESDefs.cdl
CommitLineData
b311480e 1-- Created on: 1993-01-09
2-- Created by: CKY / Contract Toubro-Larsen ( Deepak PRABHU )
3-- Copyright (c) 1993-1999 Matra Datavision
973c2be1 4-- Copyright (c) 1999-2014 OPEN CASCADE SAS
7fd59977 5--
973c2be1 6-- This file is part of Open CASCADE Technology software library.
7fd59977 7--
d5f74e42 8-- This library is free software; you can redistribute it and/or modify it under
9-- the terms of the GNU Lesser General Public License version 2.1 as published
973c2be1 10-- by the Free Software Foundation, with special exception defined in the file
11-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12-- distribution for complete text of the license and disclaimer of any warranty.
7fd59977 13--
973c2be1 14-- Alternatively, this file may be used under the terms of Open CASCADE
15-- commercial license or contractual agreement.
7fd59977 16
17package IGESDefs
18
19 ---Purpose : To embody general definitions of Entities
20 -- (Parameters, Tables ...)
21
22uses
23
24 Standard,
25 TCollection,
26 TColStd,
27 Message,
28 Interface,
29 IGESData,
30 IGESBasic,
31 IGESGraph
32
33is
34
35 class AssociativityDef;
7fd59977 36
37 class MacroDef;
7fd59977 38
39 class UnitsData;
7fd59977 40
41 class AttributeDef;
7fd59977 42
43 class TabularData;
7fd59977 44
45 class GenericData;
7fd59977 46
47 class AttributeTable;
7fd59977 48
49 -- Tools for Entities --
50
51 class ToolAssociativityDef;
52 class ToolMacroDef;
53 class ToolUnitsData;
54 class ToolAttributeDef;
55 class ToolTabularData;
56 class ToolGenericData;
57 class ToolAttributeTable;
58
59 -- Definition and Exploitation of Entities defined in this Package
60
61 class Protocol;
62 class ReadWriteModule;
63 class GeneralModule;
64 class SpecificModule;
65
66 -- Instantiations
67
68 class Array1OfTabularData instantiates Array1 from TCollection(TabularData);
69
70 class HArray1OfTabularData instantiates HArray1 from TCollection
71 (TabularData,Array1OfTabularData);
72 class HArray1OfHArray1OfTextDisplayTemplate instantiates
73 -- HArray1 (HArray1OfTextDisplayTemplate,Array1OfHArray1OfTextDisplayTemplate);
74 JaggedArray from Interface (HArray1OfTextDisplayTemplate from IGESGraph);
75
76 -- Package Methods
77
78 Init;
79 ---Purpose : Prepares dynamic data (Protocol, Modules) for this package
80
81 Protocol returns Protocol from IGESDefs;
82 ---Purpose : Returns the Protocol for this Package
83
84end IGESDefs;