Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ getPlot
Function
getPlot
src/backend/common/handle.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
Plot* getPlot(const fg_plot& pValue)
83
{
84
return reinterpret_cast<common::Plot*>(pValue);
85
}
86
87
Surface* getSurface(const fg_surface& pValue)
88
{
Callers
14
fg_append_plot_to_chart
Function · 0.85
fg_retain_plot
Function · 0.85
fg_release_plot
Function · 0.85
fg_set_plot_color
Function · 0.85
fg_set_plot_legend
Function · 0.85
fg_set_plot_marker_size
Function · 0.85
fg_get_plot_vertex_buffer
Function · 0.85
fg_get_plot_color_buffer
Function · 0.85
fg_get_plot_alpha_buffer
Function · 0.85
fg_get_plot_radii_buffer
Function · 0.85
fg_get_plot_vertex_buffer_size
Function · 0.85
fg_get_plot_color_buffer_size
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected