Home
last modified time | relevance | path

Searched defs:theLeft (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_Comparator.hxx43 virtual Standard_Boolean IsGreater (const TheItemType& theLeft, const TheItemType& theRight) const in IsGreater() argument
49 virtual Standard_Boolean IsEqual (const TheItemType& theLeft, const TheItemType& theRight) const in IsEqual() argument
58 virtual Standard_Boolean IsLower (const TheItemType& theLeft, const TheItemType& theRight) const in IsLower() argument
63 …virtual Standard_Boolean IsLowerEqual (const TheItemType& theLeft, const TheItemType& theRight) co… in IsLowerEqual() argument
68 …virtual Standard_Boolean IsGreaterEqual (const TheItemType& theLeft, const TheItemType& theRight) … in IsGreaterEqual() argument
H A DNCollection_Vec2.hxx125 friend NCollection_Vec2 operator+ (const NCollection_Vec2& theLeft, in operator +()
141 friend NCollection_Vec2 operator- (const NCollection_Vec2& theLeft, in operator -()
163 friend NCollection_Vec2 operator* (const NCollection_Vec2& theLeft, in operator *()
254 friend NCollection_Vec2 operator/ (const NCollection_Vec2& theLeft, in operator /()
H A DNCollection_Vec4.hxx210 friend NCollection_Vec4 operator+ (const NCollection_Vec4& theLeft, in operator +()
234 friend NCollection_Vec4 operator- (const NCollection_Vec4& theLeft, in operator -()
252 friend NCollection_Vec4 operator* (const NCollection_Vec4& theLeft, in operator *()
371 friend NCollection_Vec4 operator/ (const NCollection_Vec4& theLeft, in operator /()
H A DNCollection_Vec3.hxx183 friend NCollection_Vec3 operator+ (const NCollection_Vec3& theLeft, in operator +()
206 friend NCollection_Vec3 operator- (const NCollection_Vec3& theLeft, in operator -()
231 friend NCollection_Vec3 operator* (const NCollection_Vec3& theLeft, in operator *()
323 friend NCollection_Vec3 operator/ (const NCollection_Vec3& theLeft, in operator /()
H A DNCollection_Map.hxx343 void Union (const NCollection_Map& theLeft, in Union()
416 void Intersection (const NCollection_Map& theLeft, in Intersection()
484 void Subtraction (const NCollection_Map& theLeft, in Subtraction()
533 void Difference (const NCollection_Map& theLeft, in Difference()
H A Dmath_ValueAndWeight.hxx49 inline bool operator < (const math_ValueAndWeight& theLeft, in operator <()
H A DBVH_Distance.hxx71 virtual Standard_Boolean IsMetricBetter (const NumType& theLeft, in IsMetricBetter()
H A DBVH_PairDistance.hxx65 virtual Standard_Boolean IsMetricBetter (const NumType& theLeft, in IsMetricBetter()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_Vec2.hxx125 friend NCollection_Vec2 operator+ (const NCollection_Vec2& theLeft, in operator +()
141 friend NCollection_Vec2 operator- (const NCollection_Vec2& theLeft, in operator -()
163 friend NCollection_Vec2 operator* (const NCollection_Vec2& theLeft, in operator *()
254 friend NCollection_Vec2 operator/ (const NCollection_Vec2& theLeft, in operator /()
H A DNCollection_Vec4.hxx208 friend NCollection_Vec4 operator+ (const NCollection_Vec4& theLeft, in operator +()
232 friend NCollection_Vec4 operator- (const NCollection_Vec4& theLeft, in operator -()
250 friend NCollection_Vec4 operator* (const NCollection_Vec4& theLeft, in operator *()
369 friend NCollection_Vec4 operator/ (const NCollection_Vec4& theLeft, in operator /()
H A DNCollection_Map.hxx343 void Union (const NCollection_Map& theLeft, in Union()
416 void Intersection (const NCollection_Map& theLeft, in Intersection()
484 void Subtraction (const NCollection_Map& theLeft, in Subtraction()
533 void Difference (const NCollection_Map& theLeft, in Difference()
H A DNCollection_Vec3.hxx181 friend NCollection_Vec3 operator+ (const NCollection_Vec3& theLeft, in operator +()
204 friend NCollection_Vec3 operator- (const NCollection_Vec3& theLeft, in operator -()
229 friend NCollection_Vec3 operator* (const NCollection_Vec3& theLeft, in operator *()
321 friend NCollection_Vec3 operator/ (const NCollection_Vec3& theLeft, in operator /()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_Vec2.hxx125 friend NCollection_Vec2 operator+ (const NCollection_Vec2& theLeft, in operator +()
141 friend NCollection_Vec2 operator- (const NCollection_Vec2& theLeft, in operator -()
163 friend NCollection_Vec2 operator* (const NCollection_Vec2& theLeft, in operator *()
254 friend NCollection_Vec2 operator/ (const NCollection_Vec2& theLeft, in operator /()
H A DNCollection_Vec4.hxx208 friend NCollection_Vec4 operator+ (const NCollection_Vec4& theLeft, in operator +()
232 friend NCollection_Vec4 operator- (const NCollection_Vec4& theLeft, in operator -()
250 friend NCollection_Vec4 operator* (const NCollection_Vec4& theLeft, in operator *()
369 friend NCollection_Vec4 operator/ (const NCollection_Vec4& theLeft, in operator /()
H A DNCollection_Vec3.hxx181 friend NCollection_Vec3 operator+ (const NCollection_Vec3& theLeft, in operator +()
204 friend NCollection_Vec3 operator- (const NCollection_Vec3& theLeft, in operator -()
229 friend NCollection_Vec3 operator* (const NCollection_Vec3& theLeft, in operator *()
321 friend NCollection_Vec3 operator/ (const NCollection_Vec3& theLeft, in operator /()
H A DNCollection_Map.hxx343 void Union (const NCollection_Map& theLeft, in Union()
416 void Intersection (const NCollection_Map& theLeft, in Intersection()
484 void Subtraction (const NCollection_Map& theLeft, in Subtraction()
533 void Difference (const NCollection_Map& theLeft, in Difference()
H A Dmath_ValueAndWeight.hxx49 inline bool operator < (const math_ValueAndWeight& theLeft, in operator <()
H A DBVH_Distance.hxx72 virtual Standard_Boolean IsMetricBetter (const NumType& theLeft, in IsMetricBetter()
H A DBVH_PairDistance.hxx66 virtual Standard_Boolean IsMetricBetter (const NumType& theLeft, in IsMetricBetter()
H A Dmath_IntegerVector.hxx146 …friend inline math_IntegerVector operator* (const Standard_Integer theLeft, const math_IntegerVect… in operator *()
/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath_Vector.cxx320 void math_Vector::Add (const math_Vector& theLeft, const math_Vector& theRight) in Add()
335 void math_Vector::Subtract (const math_Vector& theLeft, const math_Vector& theRight) in Subtract()
350 void math_Vector::Multiply(const math_Matrix& theLeft, const math_Vector& theRight) in Multiply()
370 void math_Vector::Multiply(const math_Vector& theLeft, const math_Matrix& theRight) in Multiply()
410 void math_Vector::TMultiply(const math_Vector& theLeft, const math_Matrix& theTRight) in TMultiply()
476 void math_Vector::Multiply(const Standard_Real theLeft, const math_Vector& theRight) in Multiply()
H A Dmath_ValueAndWeight.hxx49 inline bool operator < (const math_ValueAndWeight& theLeft, in operator <()
H A Dmath_IntegerVector.cxx282 void math_IntegerVector::Add (const math_IntegerVector& theLeft, const math_IntegerVector& theRight) in Add()
297 void math_IntegerVector::Subtract (const math_IntegerVector& theLeft, in Subtract()
313 void math_IntegerVector::Multiply(const Standard_Integer theLeft, const math_IntegerVector& theRigh… in Multiply()
/dports/cad/opencascade/opencascade-7.6.0/src/BVH/
H A DBVH_Distance.hxx72 virtual Standard_Boolean IsMetricBetter (const NumType& theLeft, in IsMetricBetter()
H A DBVH_PairDistance.hxx66 virtual Standard_Boolean IsMetricBetter (const NumType& theLeft, in IsMetricBetter()

12