MCPcopy Create free account
hub / github.com/creatale/node-dv / cvClearSet

Function cvClearSet

deps/opencv/modules/core/src/datastructs.cpp:2553–2559  ·  view source on GitHub ↗

Remove all elements from a set: */

Source from the content-addressed store, hash-verified

2551
2552/* Remove all elements from a set: */
2553CV_IMPL void
2554cvClearSet( CvSet* set )
2555{
2556 cvClearSeq( (CvSeq*)set );
2557 set->free_elems = 0;
2558 set->active_count = 0;
2559}
2560
2561
2562/****************************************************************************************\

Callers 4

cvClearGraphFunction · 0.85
cvCopyFunction · 0.85
cvSetZeroFunction · 0.85
core_c.hFile · 0.85

Calls 1

cvClearSeqFunction · 0.85

Tested by

no test coverage detected