MCPcopy Create free account
hub / github.com/arrayfire/forge / directionsSize

Method directionsSize

src/api/cpp/vector_field.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114unsigned VectorField::directionsSize() const
115{
116 unsigned temp = 0;
117 FG_THROW(fg_get_vector_field_direction_buffer_size(&temp, get()));
118 return temp;
119}
120
121fg_vector_field VectorField::get() const
122{

Callers 4

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Tested by

no test coverage detected