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

Method alphasSize

src/api/cpp/vector_field.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107unsigned VectorField::alphasSize() const
108{
109 unsigned temp = 0;
110 FG_THROW(fg_get_vector_field_alpha_buffer_size(&temp, get()));
111 return temp;
112}
113
114unsigned VectorField::directionsSize() const
115{

Callers

nothing calls this directly

Tested by

no test coverage detected