OpenCV  2.4.13.2
Open Source Computer Vision
CvType Struct Reference

#include <core_c.h>

Public Member Functions

 CvType (const char *type_name, CvIsInstanceFunc is_instance, CvReleaseFunc release=0, CvReadFunc read=0, CvWriteFunc write=0, CvCloneFunc clone=0)
 
 ~CvType ()
 

Public Attributes

CvTypeInfoinfo
 

Static Public Attributes

static CvTypeInfofirst
 
static CvTypeInfolast
 

Constructor & Destructor Documentation

§ CvType()

CvType::CvType ( const char *  type_name,
CvIsInstanceFunc  is_instance,
CvReleaseFunc  release = 0,
CvReadFunc  read = 0,
CvWriteFunc  write = 0,
CvCloneFunc  clone = 0 
)

§ ~CvType()

CvType::~CvType ( )

Member Data Documentation

§ first

CvTypeInfo* CvType::first
static

§ info

CvTypeInfo* CvType::info

§ last

CvTypeInfo* CvType::last
static

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