OpenCV  2.4.13
Open Source Computer Vision
CvTypeInfo Struct Reference

#include <types_c.h>

Public Attributes

int flags
 
int header_size
 
struct CvTypeInfoprev
 
struct CvTypeInfonext
 
const char * type_name
 
CvIsInstanceFunc is_instance
 
CvReleaseFunc release
 
CvReadFunc read
 
CvWriteFunc write
 
CvCloneFunc clone
 

Member Data Documentation

CvCloneFunc CvTypeInfo::clone
int CvTypeInfo::flags
int CvTypeInfo::header_size
CvIsInstanceFunc CvTypeInfo::is_instance
struct CvTypeInfo* CvTypeInfo::next
struct CvTypeInfo* CvTypeInfo::prev
CvReadFunc CvTypeInfo::read
CvReleaseFunc CvTypeInfo::release
const char* CvTypeInfo::type_name
CvWriteFunc CvTypeInfo::write

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