MCPcopy 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
82Plot* getPlot(const fg_plot& pValue)
83{
84 return reinterpret_cast<common::Plot*>(pValue);
85}
86
87Surface* getSurface(const fg_surface& pValue)
88{

Callers 14

fg_append_plot_to_chartFunction · 0.85
fg_retain_plotFunction · 0.85
fg_release_plotFunction · 0.85
fg_set_plot_colorFunction · 0.85
fg_set_plot_legendFunction · 0.85
fg_set_plot_marker_sizeFunction · 0.85
fg_get_plot_color_bufferFunction · 0.85
fg_get_plot_alpha_bufferFunction · 0.85
fg_get_plot_radii_bufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected