Home
last modified time | relevance | path

Searched refs:theC1 (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimRgbToGreyFilter.cpp25 theC1(1.0/3.0), in ossimRgbToGreyFilter()
38 theC1(c1), in ossimRgbToGreyFilter()
52 theC1(c1), in ossimRgbToGreyFilter()
147 theC1, in saveState()
169 theC1 = ossimString(lookup).toDouble(); in loadState()
216 value = ossim::round<int>(theC1*(bandSrc[0][offset]) + in runUcharTransformation()
/dports/cad/opencascade/opencascade-7.6.0/src/Quantity/
H A DQuantity_Color.cxx204 Quantity_Color::Quantity_Color (const Standard_Real theC1, const Standard_Real theC2, const Standar… in Quantity_Color() argument
207 SetValues (theC1, theC2, theC3, theType); in Quantity_Color()
259 Quantity_ColorValidateRgbRange(theC1, theC2, theC3); in SetValues()
260 myRgb.SetValues (float(theC1), float(theC2), float(theC3)); in SetValues()
265 Quantity_ColorValidateRgbRange(theC1, theC2, theC3); in SetValues()
266 myRgb.SetValues ((float )Convert_sRGB_To_LinearRGB (theC1), in SetValues()
273 Quantity_ColorValidateHlsRange(theC1, theC2, theC3); in SetValues()
274 …myRgb = Convert_HLS_To_LinearRGB (NCollection_Vec3<float> (float(theC1), float(theC2), float(theC3… in SetValues()
279 Quantity_ColorValidateLabRange(theC1, theC2, theC3); in SetValues()
280 …myRgb = Convert_Lab_To_LinearRGB (NCollection_Vec3<float> (float(theC1), float(theC2), float(theC3… in SetValues()
[all …]
H A DQuantity_Color.hxx49 Standard_EXPORT Quantity_Color (const Standard_Real theC1,
71 Standard_EXPORT void Values (Standard_Real& theC1,
78 Standard_EXPORT void SetValues (const Standard_Real theC1,
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_EdgeEdge.cxx57 const Handle(Geom_Curve)& theC1,
65 const Handle(Geom_Curve)& theC1,
1148 iErr = DistPC(aA, theC1, theCriteria, theProjPC, in FindDistPC()
1154 iErr = DistPC(aB, theC1, theCriteria, theProjPC, in FindDistPC()
1163 iErr = DistPC(aXP, theC1, theCriteria, theProjPC, in FindDistPC()
1169 iErr = DistPC(aXL, theC1, theCriteria, theProjPC, in FindDistPC()
1182 iErr = DistPC(aXP, theC1, theCriteria, theProjPC, in FindDistPC()
1190 iErr = DistPC(aXL, theC1, theCriteria, theProjPC, in FindDistPC()
1197 DistPC(aXP, theC1, theCriteria, theProjPC, in FindDistPC()
1215 const Handle(Geom_Curve)& theC1, in DistPC() argument
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DQuantity_Color.hxx49 Standard_EXPORT Quantity_Color (const Standard_Real theC1,
71 Standard_EXPORT void Values (Standard_Real& theC1,
78 Standard_EXPORT void SetValues (const Standard_Real theC1,
H A DGeom2dGcc_Lin2dTanObl.hxx151 …t Geom2dGcc_Lin2dTanOblIter& theLin, const Standard_Real theTol, const Geom2dAdaptor_Curve& theC1);
H A DIntCurve_IntPolyPolyGen.gxx60 void GetIntersection(const TheCurve& theC1, const Standard_Real theT1f, const Standard_Real theT1l,
1233 void GetIntersection(const TheCurve& theC1, const Standard_Real theT1f, const Standard_Real theT1l,
1248 TheCurveTool::D0(theC1, theT1f, aP1f);
1249 TheCurveTool::D0(theC1, theT1l, aP1l);
1336 …GetIntersection(theC1, theT1f, theT1l, theC2, theT2f, aT2m, theTolConf, theMaxCount, thePInt, theD…
1337 …GetIntersection(theC1, theT1f, theT1l, theC2, aT2m, theT2l, theTolConf, theMaxCount, thePInt, theD…
1342 …GetIntersection(theC1, theT1f, aT1m, theC2, theT2f, theT2l, theTolConf, theMaxCount, thePInt, theD…
1349 …GetIntersection(theC1, theT1f, aT1m, theC2, theT2f, aT2m, theTolConf, theMaxCount, thePInt, theDis…
1350 …GetIntersection(theC1, theT1f, aT1m, theC2, aT2m, theT2l, theTolConf, theMaxCount, thePInt, theDis…
1351 …GetIntersection(theC1, aT1m, theT1l, theC2, theT2f, aT2m, theTolConf, theMaxCount, thePInt, theDis…
[all …]
H A DGeom2dGcc_Lin2d2Tan.hxx155 …d2TanIter& theLin, const Standard_Real theTol, const Geom2dAdaptor_Curve& theC1, const Geom2dAdapt…
H A Dgp_Sphere.hxx95 … Standard_Real& theC1, Standard_Real& theC2, Standard_Real& theC3, Standard_Real& theD) const;
H A Dgp_Cylinder.hxx98 … Standard_Real& theC1, Standard_Real& theC2, Standard_Real& theC3, Standard_Real& theD) const;
H A Dgp_Cone.hxx134 … Standard_Real& theC1, Standard_Real& theC2, Standard_Real& theC3, Standard_Real& theD) const;
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/imaging/
H A DossimRgbToGreyFilter.h63 double theC1; variable
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeConstruct/
H A DShapeConstruct_MakeTriangulation.cxx267 Standard_Real theC, theC1 = 0.0, theC2 = 0.0; in Triangulate() local
282 if (ii%2) theC2 += theC; else theC1 += theC; in Triangulate()
284 Standard_Integer best1 = ((theC1 > theC2)? 0 : 2); in Triangulate()
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dGcc/
H A DGeom2dGcc_Lin2dTanObl.hxx151 …t Geom2dGcc_Lin2dTanOblIter& theLin, const Standard_Real theTol, const Geom2dAdaptor_Curve& theC1);
H A DGeom2dGcc_Lin2dTanObl.cxx209 const Geom2dAdaptor_Curve &theC1) in Add() argument
233 Geom2dGcc_CurveTool::D1(theC1, aPar1arg, aPoint, aVTan); in Add()
H A DGeom2dGcc_Lin2d2Tan.hxx155 …d2TanIter& theLin, const Standard_Real theTol, const Geom2dAdaptor_Curve& theC1, const Geom2dAdapt…
H A DGeom2dGcc_Lin2d2Tan.cxx366 const Geom2dAdaptor_Curve &theC1, in Add() argument
391 Geom2dGcc_CurveTool::D1(theC1, aPar1arg, aPoint, aVTan); in Add()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGeom2dGcc_Lin2dTanObl.hxx155 …t Geom2dGcc_Lin2dTanOblIter& theLin, const Standard_Real theTol, const Geom2dAdaptor_Curve& theC1);
H A DIntCurve_IntPolyPolyGen.gxx60 void GetIntersection(const TheCurve& theC1, const Standard_Real theT1f, const Standard_Real theT1l,
1232 void GetIntersection(const TheCurve& theC1, const Standard_Real theT1f, const Standard_Real theT1l,
1247 TheCurveTool::D0(theC1, theT1f, aP1f);
1248 TheCurveTool::D0(theC1, theT1l, aP1l);
1335 …GetIntersection(theC1, theT1f, theT1l, theC2, theT2f, aT2m, theTolConf, theMaxCount, thePInt, theD…
1336 …GetIntersection(theC1, theT1f, theT1l, theC2, aT2m, theT2l, theTolConf, theMaxCount, thePInt, theD…
1341 …GetIntersection(theC1, theT1f, aT1m, theC2, theT2f, theT2l, theTolConf, theMaxCount, thePInt, theD…
1348 …GetIntersection(theC1, theT1f, aT1m, theC2, theT2f, aT2m, theTolConf, theMaxCount, thePInt, theDis…
1349 …GetIntersection(theC1, theT1f, aT1m, theC2, aT2m, theT2l, theTolConf, theMaxCount, thePInt, theDis…
1350 …GetIntersection(theC1, aT1m, theT1l, theC2, theT2f, aT2m, theTolConf, theMaxCount, thePInt, theDis…
[all …]
H A DGeom2dGcc_Lin2d2Tan.hxx158 …d2TanIter& theLin, const Standard_Real theTol, const Geom2dAdaptor_Curve& theC1, const Geom2dAdapt…
/dports/cad/opencascade/opencascade-7.6.0/src/IntCurve/
H A DIntCurve_IntPolyPolyGen.gxx60 void GetIntersection(const TheCurve& theC1, const Standard_Real theT1f, const Standard_Real theT1l,
1233 void GetIntersection(const TheCurve& theC1, const Standard_Real theT1f, const Standard_Real theT1l,
1248 TheCurveTool::D0(theC1, theT1f, aP1f);
1249 TheCurveTool::D0(theC1, theT1l, aP1l);
1336 …GetIntersection(theC1, theT1f, theT1l, theC2, theT2f, aT2m, theTolConf, theMaxCount, thePInt, theD…
1337 …GetIntersection(theC1, theT1f, theT1l, theC2, aT2m, theT2l, theTolConf, theMaxCount, thePInt, theD…
1342 …GetIntersection(theC1, theT1f, aT1m, theC2, theT2f, theT2l, theTolConf, theMaxCount, thePInt, theD…
1349 …GetIntersection(theC1, theT1f, aT1m, theC2, theT2f, aT2m, theTolConf, theMaxCount, thePInt, theDis…
1350 …GetIntersection(theC1, theT1f, aT1m, theC2, aT2m, theT2l, theTolConf, theMaxCount, thePInt, theDis…
1351 …GetIntersection(theC1, aT1m, theT1l, theC2, theT2f, aT2m, theTolConf, theMaxCount, thePInt, theDis…
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_ExtElC.cxx246 Extrema_ExtElC::Extrema_ExtElC (const gp_Lin& theC1, in Extrema_ExtElC() argument
303 const gp_Dir &aD1 = theC1.Position().Direction(), in Extrema_ExtElC()
314 const gp_XYZ aL1L2 = theC2.Location().XYZ() - theC1.Location().XYZ(); in Extrema_ExtElC()
325 mySqDist[0] = theC2.SquareDistance(theC1.Location()); in Extrema_ExtElC()
333 const gp_Pnt aP1(ElCLib::Value(aU1, theC1)), in Extrema_ExtElC()
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_Cylinder.hxx98 … Standard_Real& theC1, Standard_Real& theC2, Standard_Real& theC3, Standard_Real& theD) const;
H A Dgp_Sphere.hxx95 … Standard_Real& theC1, Standard_Real& theC2, Standard_Real& theC3, Standard_Real& theD) const;
H A Dgp_Cone.hxx134 … Standard_Real& theC1, Standard_Real& theC2, Standard_Real& theC3, Standard_Real& theD) const;

12