Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ getSurface
Function
getSurface
src/backend/common/handle.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
Surface* getSurface(const fg_surface& pValue)
88
{
89
return reinterpret_cast<common::Surface*>(pValue);
90
}
91
92
VectorField* getVectorField(const fg_vector_field& pValue)
93
{
Callers
11
fg_append_surface_to_chart
Function · 0.85
fg_retain_surface
Function · 0.85
fg_release_surface
Function · 0.85
fg_set_surface_color
Function · 0.85
fg_set_surface_legend
Function · 0.85
fg_get_surface_vertex_buffer
Function · 0.85
fg_get_surface_color_buffer
Function · 0.85
fg_get_surface_alpha_buffer
Function · 0.85
fg_get_surface_vertex_buffer_size
Function · 0.85
fg_get_surface_color_buffer_size
Function · 0.85
fg_get_surface_alpha_buffer_size
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected