Searched refs:GetTVals (Results 1 – 3 of 3) sorted by relevance
55 auto xValue = xAxis_.GetTVals().back(); in UpdateVelocity()61 auto yValue = yAxis_.GetTVals().back(); in UpdateVelocity()
168 return xAxis_.GetTVals().size(); in GetAxisSize()173 return xAxis_.GetTVals().at(xAxis_.GetTVals().size() - num); in GetPreTime()
73 inline const std::vector<double>& GetTVals() const in GetTVals() function