Searched defs:CurvePoint (Results 1 – 2 of 2) sorted by relevance
34 struct CurvePoint struct36 CurvePoint() {} in CurvePoint() function37 CurvePoint(int index, int attenuationInMb) : in CurvePoint() argument43 inline bool operator< (const CurvePoint &lhs, const CurvePoint &rhs) argument
52 struct CurvePoint { struct56 using CurvePoints = std::vector<CurvePoint>; argument