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

Function fg_get_vector_field_direction_buffer

src/api/c/vector_field.cpp:122–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122fg_err fg_get_vector_field_direction_buffer(unsigned* pOut, const fg_vector_field pField)
123{
124 try {
125 ARG_ASSERT(1, (pField!=0));
126
127 *pOut = getVectorField(pField)->dbo();
128 }
129 CATCHALL
130
131 return FG_ERR_NONE;
132}
133
134fg_err fg_get_vector_field_vertex_buffer_size(unsigned* pOut, const fg_vector_field pField)
135{

Callers 1

directionsMethod · 0.85

Calls 2

getVectorFieldFunction · 0.85
dboMethod · 0.80

Tested by

no test coverage detected