OpenCV  2.4.13.7
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

§ clone

CvCloneFunc CvTypeInfo::clone

§ flags

int CvTypeInfo::flags

§ header_size

int CvTypeInfo::header_size

§ is_instance

CvIsInstanceFunc CvTypeInfo::is_instance

§ next

struct CvTypeInfo* CvTypeInfo::next

§ prev

struct CvTypeInfo* CvTypeInfo::prev

§ read

CvReadFunc CvTypeInfo::read

§ release

CvReleaseFunc CvTypeInfo::release

§ type_name

const char* CvTypeInfo::type_name

§ write

CvWriteFunc CvTypeInfo::write

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