Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ directions
Method
directions
src/api/cpp/vector_field.cpp:86–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
unsigned VectorField::directions() const
87
{
88
unsigned temp = 0;
89
FG_THROW(fg_get_vector_field_direction_buffer(&temp, get()));
90
return temp;
91
}
92
93
unsigned VectorField::verticesSize() const
94
{
Callers
4
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
fg_get_vector_field_direction_buffer
Function · 0.85
Tested by
no test coverage detected