OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
CvType Struct Reference

class for automatic module/RTTI data registration/unregistration More...

#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
 

Detailed Description

class for automatic module/RTTI data registration/unregistration

Constructor & Destructor Documentation

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

Member Data Documentation

CvTypeInfo* CvType::first
static
CvTypeInfo* CvType::info
CvTypeInfo* CvType::last
static

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