Searched refs:GetPVals (Results 1 – 2 of 2) sorted by relevance
54 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()
78 inline const std::vector<double>& GetPVals() const in GetPVals() function