0025246: Make methods Intervals and NbIntervals const in Adaptor3d_Curve and it desce...
[occt.git] / src / GeomFill / GeomFill_SnglrFunc.cdl
index 2fff588..afb44f3 100644 (file)
@@ -43,12 +43,12 @@ is
     LastParameter(me) returns Real
       is redefined static; 
      
-    NbIntervals(me: in out; S : Shape from GeomAbs) returns Integer
+    NbIntervals(me; S : Shape from GeomAbs) returns Integer
        ---Purpose: Returns  the number  of  intervals for  continuity
        --          <S>. May be one if Continuity(me) >= <S>
     is redefined static;
     
-    Intervals(me: in out; T : in out Array1OfReal from TColStd; 
+    Intervals(me; T : in out Array1OfReal from TColStd; 
                  S : Shape from GeomAbs)
        ---Purpose: Stores in <T> the  parameters bounding the intervals
        --          of continuity <S>.