| 105 | } |
| 106 | |
| 107 | unsigned 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 | |
| 114 | unsigned VectorField::directionsSize() const |
| 115 | { |
nothing calls this directly
no test coverage detected