OpenCV
3.4.15
Open Source Computer Vision
|
class for automatic module/RTTI data registration/unregistration More...
#include <opencv2/core/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 |