Salome HOME
NPAL15230: Too much memory allocation.
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_Builder.cdl
index 42eb89e86e5e1c94ceb9afcede91548f84f63650..967bc05f99f0483c10280abfcf7957e62b388e3f 100755 (executable)
@@ -99,6 +99,13 @@ is
     -- 
     --    protected methods  
     --  
+    -- 
+    PerformInternal(me:out; 
+       theDSF: DSFiller from NMTTools) 
+       ---Purpose:  Performs calculations using prepared DSFiller 
+       --           object theDSF               
+       is protected; 
+    --
     PrepareHistory (me:out) 
        ---Purpose:  Prepare information for history support  
        is redefined protected;  
@@ -241,7 +248,7 @@ fields
     mySameDomainShapes: IndexedDataMapOfShapeShape from TopTools is protected;
     --  solids 
     myDraftSolids     : IndexedDataMapOfShapeShape from TopTools is protected; 
-    
+    myEntryPoint      : Integer from Standard is protected;    
     --     
 end Builder;