]> SALOME platform Git repositories - modules/geom.git/blob - src/NMTAlgo/NMTAlgo.cdl
Salome HOME
Fix for Bug IPAL9053( 3.0.0: "Check Geometry" and "Load script" functionalities from...
[modules/geom.git] / src / NMTAlgo / NMTAlgo.cdl
1 -- File:        NMTAlgo.cdl
2 -- Created:     Tue Jan 27 14:39:05 2004
3 -- Author:      Peter KURNEV
4 --              <pkv@irinox>
5 ---Copyright:    Matra Datavision 2004
6
7
8 package NMTAlgo 
9
10         ---Purpose: 
11
12 uses
13     TCollection,
14     TColStd, 
15     gp,
16     TopAbs, 
17     TopoDS, 
18     TopTools,  
19     
20     BooleanOperations,
21     BOPTColStd,
22     IntTools,
23     BOPTools, 
24     BOP, 
25      
26     NMTDS,
27     NMTTools, 
28       
29     BRep,
30     BRepAlgo 
31     
32 is 
33     deferred class Algo; 
34     class Splitter; 
35     class Splitter1; --modified by NIZNHY-PKV Wed Feb 11 14:28:50 2004
36     class Builder; 
37     class Tools; 
38     class Loop3d; 
39         
40 end NMTAlgo;