Searched refs:cvClearSet (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cv/src/
H A Dcvsubdivision2d.cpp533 cvClearSet( (CvSet *) (subdiv->edges) );
534 cvClearSet( (CvSet *) subdiv );
/external/opencv/cxcore/src/
H A Dcxcopy.cpp313 cvClearSet( dst1->heap );
713 cvClearSet( mat1->heap );
H A Dcxdatastructs.cpp2857 cvClearSet( CvSet* set ) function
2859 CV_FUNCNAME( "cvClearSet" );
2920 cvClearSet( graph->edges );
2921 cvClearSet( (CvSet*)graph );
/external/opencv/cxcore/include/
H A Dcxcore.h943 to reuse memory allocated for the storage - cvClearSeq,cvClearSet ...
1153 CVAPI(void) cvClearSet( CvSet* set_header );
/external/opencv/ml/src/
H A Dmltree.cpp2865 cvClearSet( data->cv_heap );

Completed in 300 milliseconds