Package pycv :: Package interfaces :: Package opencv :: Module CVtypes :: Class CvMemStorage
[hide private]
[frames] | no frames]

Class CvMemStorage

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   CvMemStorage

Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__

Inherited from object: __delattr__, __getattribute__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _fields_ = [('signature', <class 'ctypes.c_long'>), ('bottom',...
  block_size = <Field type=c_long, ofs=16, size=4>
  bottom = <Field type=c_void_p, ofs=4, size=4>
  free_space = <Field type=c_long, ofs=20, size=4>
  parent = <Field type=LP_CvMemStorage, ofs=12, size=4>
  signature = <Field type=c_long, ofs=0, size=4>
  top = <Field type=c_void_p, ofs=8, size=4>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('signature', <class 'ctypes.c_long'>),
 ('bottom', <class 'ctypes.c_void_p'>),
 ('top', <class 'ctypes.c_void_p'>),
 ('parent', <class 'ctypes.LP_CvMemStorage'>),
 ('block_size', <class 'ctypes.c_long'>),
 ('free_space', <class 'ctypes.c_long'>)]