![]() |
OpenCV
4.0.0-pre
Open Source Computer Vision
|
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me! |
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 | |
| CvTypeInfo * | info |
Static Public Attributes | |
| static CvTypeInfo * | first |
| static CvTypeInfo * | last |
class for automatic module/RTTI data registration/unregistration
| CvType::CvType | ( | const char * | type_name, |
| CvIsInstanceFunc | is_instance, | ||
| CvReleaseFunc | release = 0, |
||
| CvReadFunc | read = 0, |
||
| CvWriteFunc | write = 0, |
||
| CvCloneFunc | clone = 0 |
||
| ) |
| CvType::~CvType | ( | ) |
|
static |
| CvTypeInfo* CvType::info |
|
static |