Lines Matching refs:deg

61   Standard_Integer deg = Poles.Length() - 1;  in IncreaseDegree()  local
62 BSplCLib_BezierArrays bzarr(deg); in IncreaseDegree()
63 BSplCLib::IncreaseDegree(deg, NewDegree, 0, in IncreaseDegree()
79 Standard_Integer deg = Poles.Length() - 1; in IncreaseDegree() local
80 BSplCLib_BezierArrays bzarr(deg); in IncreaseDegree()
81 BSplCLib::IncreaseDegree(deg, NewDegree, 0, in IncreaseDegree()
96 Standard_Integer deg = Poles.Length() - 1; in PolesCoefficients() local
97 TColStd_Array1OfReal bidflatknots (FlatBezierKnots(deg), 1, 2*(deg+1)); in PolesCoefficients()
98 BSplCLib::BuildCache(0.,1.,0,deg,bidflatknots, in PolesCoefficients()
112 Standard_Integer deg = Poles.Length() - 1; in PolesCoefficients() local
113 TColStd_Array1OfReal bidflatknots (FlatBezierKnots(deg), 1, 2*(deg+1)); in PolesCoefficients()
114 BSplCLib::BuildCache(0.,1.,0,deg,bidflatknots, in PolesCoefficients()
128 Standard_Integer deg = Poles.Length() - 1; in D0() local
129 BSplCLib_BezierArrays bzarr(deg); in D0()
130 BSplCLib::D0(U, 1, deg, 0, Poles, Weights, bzarr.knots, &bzarr.mults, P); in D0()
143 Standard_Integer deg = Poles.Length() - 1; in D0() local
144 BSplCLib_BezierArrays bzarr(deg); in D0()
145 BSplCLib::D0(U, 1, deg, 0, Poles, Weights, bzarr.knots, &bzarr.mults, P); in D0()
159 Standard_Integer deg = Poles.Length() - 1; in D1() local
160 BSplCLib_BezierArrays bzarr(deg); in D1()
161 BSplCLib::D1(U, 1, deg, 0, Poles, Weights, bzarr.knots, &bzarr.mults, P, V); in D1()
175 Standard_Integer deg = Poles.Length() - 1; in D1() local
176 BSplCLib_BezierArrays bzarr(deg); in D1()
177 BSplCLib::D1(U, 1, deg, 0, Poles, Weights, bzarr.knots, &bzarr.mults, P, V); in D1()
193 Standard_Integer deg = Poles.Length() - 1; in D2() local
194 BSplCLib_BezierArrays bzarr(deg); in D2()
195 BSplCLib::D2(U, 1, deg, 0, Poles, Weights, bzarr.knots, &bzarr.mults, P, V1, V2); in D2()
210 Standard_Integer deg = Poles.Length() - 1; in D2() local
211 BSplCLib_BezierArrays bzarr(deg); in D2()
212 BSplCLib::D2(U, 1, deg, 0, Poles, Weights, bzarr.knots, &bzarr.mults, P, V1, V2); in D2()
229 Standard_Integer deg = Poles.Length() - 1; in D3() local
230 BSplCLib_BezierArrays bzarr(deg); in D3()
231 BSplCLib::D3(U, 1, deg, 0, Poles, Weights, bzarr.knots, &bzarr.mults, in D3()
248 Standard_Integer deg = Poles.Length() - 1; in D3() local
249 BSplCLib_BezierArrays bzarr(deg); in D3()
250 BSplCLib::D3(U, 1, deg, 0, Poles, Weights, bzarr.knots, &bzarr.mults, in D3()