Home
last modified time | relevance | path

Searched refs:GetPVals (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
Dvelocity_tracker.h54 return xAxis_.GetPVals().size(); in GetStepCount()
60 std::vector<double> xs = xAxis_.GetPVals(); in UpdateStepLength()
61 std::vector<double> ys = yAxis_.GetPVals(); in UpdateStepLength()
178 return xAxis_.GetPVals().at(xAxis_.GetPVals().size() - num); in GetPreX()
183 return yAxis_.GetPVals().at(yAxis_.GetPVals().size() - num); in GetPreY()
Dleast_square_impl.h78 inline const std::vector<double>& GetPVals() const in GetPVals() function