Searched defs:CurvePoint (Results 1 – 2 of 2) sorted by relevance
35 struct CurvePoint struct37 CurvePoint() {} in CurvePoint() function38 CurvePoint(int index, int attenuationInMb) : in CurvePoint() function44 inline bool operator< (const CurvePoint &lhs, const CurvePoint &rhs) argument
49 struct CurvePoint { struct53 using CurvePoints = std::vector<CurvePoint>; argument