Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ getHistogram
Function
getHistogram
src/backend/common/handle.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
Histogram* getHistogram(const fg_histogram& pValue)
78
{
79
return reinterpret_cast<common::Histogram*>(pValue);
80
}
81
82
Plot* getPlot(const fg_plot& pValue)
83
{
Callers
11
fg_retain_histogram
Function · 0.85
fg_release_histogram
Function · 0.85
fg_set_histogram_color
Function · 0.85
fg_set_histogram_legend
Function · 0.85
fg_get_histogram_vertex_buffer
Function · 0.85
fg_get_histogram_color_buffer
Function · 0.85
fg_get_histogram_alpha_buffer
Function · 0.85
fg_get_histogram_vertex_buffer_size
Function · 0.85
fg_get_histogram_color_buffer_size
Function · 0.85
fg_get_histogram_alpha_buffer_size
Function · 0.85
fg_append_histogram_to_chart
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected