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

Class CvSeq

source code

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

Instance Methods [hide private]
 
hrange(self)
generator function iterating along h_next
source code

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_ = [('flags', <class 'ctypes.c_long'>), ('header_size'...
  block_max = <Field type=c_void_p, ofs=32, size=4>
  delta_elems = <Field type=c_long, ofs=40, size=4>
  elem_size = <Field type=c_long, ofs=28, size=4>
  first = <Field type=c_void_p, ofs=52, size=4>
  flags = <Field type=c_long, ofs=0, size=4>
  free_blocks = <Field type=c_void_p, ofs=48, size=4>
  h_next = <Field type=c_void_p, ofs=12, size=4>
  h_prev = <Field type=c_void_p, ofs=8, size=4>
  header_size = <Field type=c_long, ofs=4, size=4>
  ptr = <Field type=c_void_p, ofs=36, size=4>
  storage = <Field type=LP_CvMemStorage, ofs=44, size=4>
  total = <Field type=c_long, ofs=24, size=4>
  v_next = <Field type=c_void_p, ofs=20, size=4>
  v_prev = <Field type=c_void_p, ofs=16, 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:
[('flags', <class 'ctypes.c_long'>),
 ('header_size', <class 'ctypes.c_long'>),
 ('h_prev', <class 'ctypes.c_void_p'>),
 ('h_next', <class 'ctypes.c_void_p'>),
 ('v_prev', <class 'ctypes.c_void_p'>),
 ('v_next', <class 'ctypes.c_void_p'>),
 ('total', <class 'ctypes.c_long'>),
 ('elem_size', <class 'ctypes.c_long'>),
...