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

Class _Structure

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   _Structure
Known Subclasses:
CvBox2D, CvConnectedComp, CvPoint, CvPoint2D32f, CvPoint2D64f, CvPoint3D32f, CvPoint3D64f, CvRect, CvScalar, CvSize, CvSize2D32f, CvTermCriteria

Instance Methods [hide private]
 
__repr__(self)
Print the fields
source code

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__

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

Class Methods [hide private]
 
from_param(cls, obj)
Magically construct from a tuple
source code
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 
Print the fields
Overrides: object.__repr__