Package pyopencv :: Module pyopencvext :: Class CvScalar :: Class __array_1_double_4
[hide private]
[frames] | no frames]

Class __array_1_double_4

 object --+    
          |    
??.instance --+
              |
             CvScalar.__array_1_double_4

Instance Methods [hide private]
 
__getitem__(...)
__getitem__( (__array_1_double_4)arg1, (int)index) -> float :
 
__init__(...)
Raises an exception This class cannot be instantiated from Python
 
__len__(...)
__len__( (__array_1_double_4)arg1) -> int :
 
__reduce__(...)
helper for pickle
 
__setitem__(...)
__setitem__( (__array_1_double_4)arg1, (int)index, (object)value) -> None :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__getitem__(...)
(Indexing operator)

 

__getitem__( (__array_1_double_4)arg1, (int)index) -> float :

    C++ signature :
        double __getitem__(pyplusplus::containers::static_sized::array_1_t<double, 4ul> {lvalue},unsigned long)

__init__(...)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__

__len__(...)
(Length operator)

 

__len__( (__array_1_double_4)arg1) -> int :

    C++ signature :
        unsigned long __len__(pyplusplus::containers::static_sized::array_1_t<double, 4ul> {lvalue})

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__setitem__(...)
(Index assignment operator)

 

__setitem__( (__array_1_double_4)arg1, (int)index, (object)value) -> None :

    C++ signature :
        void __setitem__(pyplusplus::containers::static_sized::array_1_t<double, 4ul> {lvalue},unsigned long,double)