Home
last modified time | relevance | path

Searched refs:myWeights (Results 1 – 25 of 34) sorted by relevance

12

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DShapePersistent_Geom2d_Curve.hxx56 { theReadData >> myRational >> myPoles >> myWeights; } in Read()
58 { theWriteData << myRational << myPoles << myWeights; } in Write()
62 theChildren.Append(myWeights); in PChildren()
72 Handle(StdLPersistent_HArray1::Real) myWeights;
89 theReadData >> myPoles >> myWeights >> myKnots >> myMultiplicities; in Read()
94 theWriteData << myPoles << myWeights << myKnots << myMultiplicities; in Write()
99 theChildren.Append(myWeights); in PChildren()
113 Handle(StdLPersistent_HArray1::Real) myWeights;
H A DShapePersistent_Geom_Curve.hxx57 { theReadData >> myRational >> myPoles >> myWeights; } in Read()
59 { theWriteData << myRational << myPoles << myWeights; } in Write()
63 theChildren.Append(myWeights); in PChildren()
72 Handle(StdLPersistent_HArray1::Real) myWeights;
89 theReadData >> myPoles >> myWeights >> myKnots >> myMultiplicities; in Read()
94 theWriteData << myPoles << myWeights << myKnots << myMultiplicities; in Write()
99 theChildren.Append(myWeights); in PChildren()
112 Handle(StdLPersistent_HArray1::Real) myWeights;
H A DShapePersistent_Geom_Surface.hxx121 { theReadData >> myURational >> myVRational >> myPoles >> myWeights; } in Read()
123 { theWriteData << myURational << myVRational << myPoles << myWeights; } in Write()
127 theChildren.Append(myWeights); in PChildren()
138 Handle(StdLPersistent_HArray2::Real) myWeights;
161 theReadData >> myWeights; in Read()
171 theWriteData << myWeights; in Write()
178 theChildren.Append(myWeights); in PChildren()
197 Handle(StdLPersistent_HArray2::Real) myWeights;
H A Dmath_ComputeGaussPointsAndWeights.hxx59 Handle(TColStd_HArray1OfReal) myWeights;
H A Dmath_ComputeKronrodPointsAndWeights.hxx59 Handle(TColStd_HArray1OfReal) myWeights;
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_Curved.cxx177 myWeights = new TColStd_HArray2OfReal( 1, NPolU, 1, NPolV); in Init()
182 myWeights->SetValue( i, 1 , W1(i)); in Init()
183 myWeights->SetValue( i, NPolV, W3(i)); in Init()
192 myWeights->SetValue( 1 , j, W4(j)); in Init()
193 myWeights->SetValue( NPolU, j, W2(j)); in Init()
202 myWeights->SetValue(i,j,W); in Init()
251 myWeights = new TColStd_HArray2OfReal( 1, NPolU, 1, NPolV); in Init()
255 myWeights->SetValue(i,j,W1(i)*Factor); in Init()
H A DGeomFill_Stretch.cxx151 myWeights = new TColStd_HArray2OfReal( 1, NPolU, 1, NPolV); in Init()
156 myWeights->SetValue( i, 1 , W1(i)); in Init()
157 myWeights->SetValue( i, NPolV, W3(i)); in Init()
164 myWeights->SetValue( 1 , j, W4(j)); in Init()
165 myWeights->SetValue( NPolU, j, W2(j)); in Init()
180 myWeights->SetValue(i,j,W); in Init()
H A DGeomFill_Coons.cxx188 myWeights = new TColStd_HArray2OfReal( 1, NPolU, 1, NPolV); in Init()
192 myWeights->SetValue( i, 1 , W1(i)); in Init()
193 myWeights->SetValue( i, NPolV, W3(i)); in Init()
200 myWeights->SetValue( 1 , j, W4(j)); in Init()
201 myWeights->SetValue( NPolU, j, W2(j)); in Init()
216 myWeights->SetValue(i,j,W); in Init()
H A DGeomFill_Filling.hxx61 Handle(TColStd_HArray2OfReal) myWeights;
/dports/cad/opencascade/opencascade-7.6.0/src/ShapePersistent/
H A DShapePersistent_Geom2d_Curve.hxx56 { theReadData >> myRational >> myPoles >> myWeights; } in Read()
58 { theWriteData << myRational << myPoles << myWeights; } in Write()
62 theChildren.Append(myWeights); in PChildren()
72 Handle(StdLPersistent_HArray1::Real) myWeights;
89 theReadData >> myPoles >> myWeights >> myKnots >> myMultiplicities; in Read()
94 theWriteData << myPoles << myWeights << myKnots << myMultiplicities; in Write()
99 theChildren.Append(myWeights); in PChildren()
113 Handle(StdLPersistent_HArray1::Real) myWeights;
H A DShapePersistent_Geom_Curve.hxx57 { theReadData >> myRational >> myPoles >> myWeights; } in Read()
59 { theWriteData << myRational << myPoles << myWeights; } in Write()
63 theChildren.Append(myWeights); in PChildren()
72 Handle(StdLPersistent_HArray1::Real) myWeights;
89 theReadData >> myPoles >> myWeights >> myKnots >> myMultiplicities; in Read()
94 theWriteData << myPoles << myWeights << myKnots << myMultiplicities; in Write()
99 theChildren.Append(myWeights); in PChildren()
112 Handle(StdLPersistent_HArray1::Real) myWeights;
H A DShapePersistent_Geom_Surface.hxx121 { theReadData >> myURational >> myVRational >> myPoles >> myWeights; } in Read()
123 { theWriteData << myURational << myVRational << myPoles << myWeights; } in Write()
127 theChildren.Append(myWeights); in PChildren()
138 Handle(StdLPersistent_HArray2::Real) myWeights;
161 theReadData >> myWeights; in Read()
171 theWriteData << myWeights; in Write()
178 theChildren.Append(myWeights); in PChildren()
197 Handle(StdLPersistent_HArray2::Real) myWeights;
H A DShapePersistent_Geom2d_Curve.cxx31 if (myWeights.IsNull()) in Handle()
33 return new Geom2d_BezierCurve (*myPoles->Array(), *myWeights->Array()); in Handle()
46 if (myWeights.IsNull()) in Handle()
50 *myWeights->Array(), in Handle()
296 … aPpBC->myWeights = StdLPersistent_HArray1::Translate<TColStd_HArray1OfReal>(*theCurve->Weights()); in Handle()
325 …aPpBSC->myWeights = StdLPersistent_HArray1::Translate<TColStd_HArray1OfReal>(*theCurve->Weights()); in Handle()
H A DShapePersistent_Geom_Curve.cxx32 if (myWeights.IsNull()) in Handle()
34 return new Geom_BezierCurve (*myPoles->Array(), *myWeights->Array()); in Handle()
47 if (myWeights.IsNull()) in Handle()
51 *myWeights->Array(), in Handle()
298 … aPpBC->myWeights = StdLPersistent_HArray1::Translate<TColStd_HArray1OfReal>(*theCurve->Weights()); in Handle()
327 …aPpBSC->myWeights = StdLPersistent_HArray1::Translate<TColStd_HArray1OfReal>(*theCurve->Weights()); in Handle()
H A DShapePersistent_Geom_Surface.cxx54 if (myWeights.IsNull()) in Handle()
56 return new Geom_BezierSurface (*myPoles->Array(), *myWeights->Array()); in Handle()
70 if (myWeights.IsNull()) in Handle()
74 *myWeights->Array(), in Handle()
388 … aPpB->myWeights = StdLPersistent_HArray2::Translate<TColStd_HArray2OfReal>(*theSurf->Weights()); in Handle()
421 … aPpBS->myWeights = StdLPersistent_HArray2::Translate<TColStd_HArray2OfReal>(*theSurf->Weights()); in Handle()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DShapePersistent_Geom2d_Curve.hxx52 { theReadData >> myRational >> myPoles >> myWeights; } in Read()
54 { theWriteData << myRational << myPoles << myWeights; } in Write()
58 theChildren.Append(myWeights); in PChildren()
68 Handle(StdLPersistent_HArray1::Real) myWeights;
79 theReadData >> myPoles >> myWeights >> myKnots >> myMultiplicities; in Read()
84 theWriteData << myPoles << myWeights << myKnots << myMultiplicities; in Write()
89 theChildren.Append(myWeights); in PChildren()
103 Handle(StdLPersistent_HArray1::Real) myWeights;
H A DShapePersistent_Geom_Curve.hxx53 { theReadData >> myRational >> myPoles >> myWeights; } in Read()
55 { theWriteData << myRational << myPoles << myWeights; } in Write()
59 theChildren.Append(myWeights); in PChildren()
68 Handle(StdLPersistent_HArray1::Real) myWeights;
79 theReadData >> myPoles >> myWeights >> myKnots >> myMultiplicities; in Read()
84 theWriteData << myPoles << myWeights << myKnots << myMultiplicities; in Write()
89 theChildren.Append(myWeights); in PChildren()
102 Handle(StdLPersistent_HArray1::Real) myWeights;
H A DShapePersistent_Geom_Surface.hxx116 { theReadData >> myURational >> myVRational >> myPoles >> myWeights; } in Read()
118 { theWriteData << myURational << myVRational << myPoles << myWeights; } in Write()
122 theChildren.Append(myWeights); in PChildren()
133 Handle(StdLPersistent_HArray2::Real) myWeights;
147 theReadData >> myWeights; in Read()
157 theWriteData << myWeights; in Write()
164 theChildren.Append(myWeights); in PChildren()
183 Handle(StdLPersistent_HArray2::Real) myWeights;
H A Dmath_ComputeGaussPointsAndWeights.hxx59 Handle(TColStd_HArray1OfReal) myWeights;
H A Dmath_ComputeKronrodPointsAndWeights.hxx59 Handle(TColStd_HArray1OfReal) myWeights;
/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath_ComputeGaussPointsAndWeights.cxx29 myWeights = new TColStd_HArray1OfReal(1, Number); in math_ComputeGaussPointsAndWeights()
68 myWeights->ChangeValue(i) = VWarray(i).Weight(); in math_ComputeGaussPointsAndWeights()
93 Standard_Integer Number = myWeights->Length(); in Weights()
96 theWeights(i) = myWeights->Value(i); in Weights()
H A Dmath_ComputeKronrodPointsAndWeights.cxx32 myWeights = new TColStd_HArray1OfReal(1, a2NP1); in math_ComputeKronrodPointsAndWeights()
161 myWeights->ChangeValue(i) = VWarray(i).Weight(); in math_ComputeKronrodPointsAndWeights()
186 Standard_Integer Number = myWeights->Length(); in Weights()
189 theWeights(i) = myWeights->Value(i); in Weights()
H A Dmath_ComputeGaussPointsAndWeights.hxx59 Handle(TColStd_HArray1OfReal) myWeights;
H A Dmath_ComputeKronrodPointsAndWeights.hxx59 Handle(TColStd_HArray1OfReal) myWeights;
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DThermostat.cpp403 VelocitySquaredMapped * myWeights = new VelocitySquaredMapped(atc_,lambdaAtomMap_); in set_weights() local
404 weights_ = myWeights; in set_weights()
405 (atc_->interscale_manager()).add_per_atom_quantity(myWeights, in set_weights()
409 VelocitySquared * myWeights = new VelocitySquared(atc_); in set_weights() local
410 weights_ = myWeights; in set_weights()
411 (atc_->interscale_manager()).add_per_atom_quantity(myWeights, in set_weights()
649 weights_ = myWeights; in set_weights()
650 (atc_->interscale_manager()).add_per_atom_quantity(myWeights, in set_weights()
654 VelocitySquared * myWeights = new VelocitySquared(atc_); in set_weights() local
655 weights_ = myWeights; in set_weights()
[all …]

12