MCPcopy Create free account
hub / github.com/AnetaTexler/FaceBlit / clear

Method clear

dlib-19.21/dlib/array2d/array2d_kernel.h:238–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 void clear (
239 )
240 {
241 if (data != 0)
242 {
243 pool.deallocate_array(data);
244 nc_ = 0;
245 nr_ = 0;
246 data = 0;
247 at_start_ = true;
248 cur = 0;
249 last = 0;
250 }
251 }
252
253 void set_size (
254 long rows,

Callers 3

deserializeFunction · 0.45
deserializeFunction · 0.45
deserializeFunction · 0.45

Calls 1

deallocate_arrayMethod · 0.45

Tested by

no test coverage detected