OpenCV  3.2.0-dev
Open Source Computer Vision
CvAttrList Struct Reference

List of attributes. More...

#include "types_c.h"

Collaboration diagram for CvAttrList:

Public Attributes

const char ** attr
 NULL-terminated array of (attribute_name,attribute_value) pairs. More...
 
struct CvAttrListnext
 Pointer to next chunk of the attributes list. More...
 

Detailed Description

List of attributes.

:

In the current implementation, attributes are used to pass extra parameters when writing user objects (see cvWrite). XML attributes inside tags are not supported, aside from the object type specification (type_id attribute).

See also
cvAttrList, cvAttrValue

Member Data Documentation

const char** CvAttrList::attr

NULL-terminated array of (attribute_name,attribute_value) pairs.

struct CvAttrList* CvAttrList::next

Pointer to next chunk of the attributes list.


The documentation for this struct was generated from the following file: