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

Method reset

VS/include/dlib/array2d/array2d_kernel.h:261–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 ) const { return at_start_; }
260
261 void reset (
262 ) const { at_start_ = true; cur = 0; }
263
264 bool current_element_valid (
265 ) const { return (cur != 0); }

Callers 15

any_decision_functionMethod · 0.45
clearMethod · 0.45
copy_toMethod · 0.45
any_trainerMethod · 0.45
clearMethod · 0.45
any_trainerClass · 0.45
copy_toMethod · 0.45
anyMethod · 0.45
clearMethod · 0.45
anyClass · 0.45
copy_toMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected