0023547: Tests failures in debug mode
[occt.git] / src / STEPCAFControl / STEPCAFControl.cdl
CommitLineData
b311480e 1-- Created on: 2000-04-09
2-- Created by: Sergey MOZOKHIN
973c2be1 3-- Copyright (c) 2000-2014 OPEN CASCADE SAS
b311480e 4--
973c2be1 5-- This file is part of Open CASCADE Technology software library.
b311480e 6--
d5f74e42 7-- This library is free software; you can redistribute it and/or modify it under
8-- the terms of the GNU Lesser General Public License version 2.1 as published
973c2be1 9-- by the Free Software Foundation, with special exception defined in the file
10-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11-- distribution for complete text of the license and disclaimer of any warranty.
b311480e 12--
973c2be1 13-- Alternatively, this file may be used under the terms of Open CASCADE
14-- commercial license or contractual agreement.
7fd59977 15
16package STEPCAFControl
17
18 ---Purpose : This package provides external access and control for STEP,
19 -- on the level of CAF (shapes with attributes, external
20 -- references etc.)
21
22uses
23 Dico,
24 TCollection,
25 TColStd,
26 TopTools,
27 TopoDS,
28 IFSelect,
29 Transfer,
30 XSControl,
31 STEPControl,
32 STEPConstruct,
33 StepShape,
34 StepRepr,
35 StepBasic,
36 ShapeBuild,
37 TDF,
38 TDocStd,
39 XCAFDoc,
40 MoniTool
41
42is
43
44 class Reader;
ff8178ef 45
7fd59977 46 class Writer;
7fd59977 47
48 class ExternFile;
7fd59977 49
50 class ActorWrite;
51 class Controller;
ff8178ef 52
7fd59977 53 class DictionaryOfExternFile instantiates
54 Dictionary from Dico (ExternFile from STEPCAFControl);
55
56 class DataMapOfShapeSDR instantiates
57 DataMap from TCollection (Shape from TopoDS,
58 ShapeDefinitionRepresentation from StepShape,
59 ShapeMapHasher from TopTools);
60
61 --- skl
62 class DataMapOfShapePD instantiates
63 DataMap from TCollection (Shape from TopoDS,
64 ProductDefinition from StepBasic,
65 ShapeMapHasher from TopTools);
66
67 class DataMapOfSDRExternFile instantiates
68 DataMap from TCollection (ShapeDefinitionRepresentation from StepShape,
69 ExternFile from STEPCAFControl,
70 MapTransientHasher from TColStd);
71
72 --- skl
73 class DataMapOfPDExternFile instantiates
74 DataMap from TCollection (ProductDefinition from StepBasic,
75 ExternFile from STEPCAFControl,
76 MapTransientHasher from TColStd);
77
78 class DataMapOfLabelShape instantiates
79 DataMap from TCollection (Label from TDF,
80 Shape from TopoDS,
81 LabelMapHasher from TDF);
82
83 class DataMapOfLabelExternFile instantiates
84 DataMap from TCollection (Label from TDF,
85 ExternFile from STEPCAFControl,
86 LabelMapHasher from TDF);
87
88end STEPCAFControl;