Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ pushPoint
Function
pushPoint
src/backend/opengl/chart_impl.cpp:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
template<typename T>
65
void pushPoint(vector<T> &points, T x, T y)
66
{
67
points.push_back(x);
68
points.push_back(y);
69
}
70
71
template<typename T>
72
void pushPoint(vector<T> &points, T x, T y, T z)
Callers
1
generateChartData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected