Searched defs:CvAttrList (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxtypes.h1639 typedef struct CvAttrList struct
1642 struct CvAttrList* next; /* Pointer to next chunk of the attributes list. */
1644 CvAttrList; typedef in typeref:struct:CvAttrList
1646 CV_INLINE CvAttrList cvAttrList( const char** attr CV_DEFAULT(NULL),
1647 CvAttrList* next CV_DEFAULT(NULL) )
1649 CvAttrList l;
1735 const void* struct_ptr, CvAttrList attributes );

Completed in 142 milliseconds