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

/external/opencv/cxcore/include/
H A Dcxtypes.h1160 typedef struct CvMemStorage struct
1165 struct CvMemStorage* parent; /* We get new blocks from parent as needed. */
1169 CvMemStorage; typedef in typeref:struct:CvMemStorage
1173 (((CvMemStorage*)(storage))->signature & CV_MAGIC_MASK) == CV_STORAGE_MAGIC_VAL)
1217 CvMemStorage* storage; /* Where the seq is stored. */ \

Completed in 176 milliseconds