0022627: Change OCCT memory management defaults
[occt.git] / src / STEPCAFControl / STEPCAFControl_Controller.cdl
1 -- File:        STEPCAFControl_Controller.cdl
2 -- Created:     Thu Oct  5 18:49:55 2000
3 -- Author:      Andrey BETENEV
4 --              <abv@doomox.nnov.matra-dtv.fr>
5 ---Copyright:    Matra Datavision 2000
6
7
8 class Controller from STEPCAFControl inherits Controller from STEPControl
9
10     ---Purpose: Extends Controller from STEPControl in order to provide
11     --          ActorWrite adapted for writing assemblies from DECAF
12     --          Note that ActorRead from STEPControl is used for reading
13     --          (inherited automatically)
14
15 uses
16     ActorWrite from STEPCAFControl
17
18 is
19
20     Create returns mutable Controller;
21     ---Purpose : Initializes the use of STEP Norm (the first time)
22
23     Init (myclass) returns Boolean;
24     ---Purpose : Standard Initialisation. It creates a Controller for STEP-XCAF
25     --           and records it to various names, available to select it later
26     --           Returns True when done, False if could not be done
27
28 end Controller;