Package pyopencv :: Module cxcore_hpp_ext :: Class SparseMatIterator
[hide private]
[frames] | no frames]

Class SparseMatIterator

 object --+    
          |    
??.instance --+
              |
             SparseMatIterator

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__iter__(...)
__iter__( (SparseMatIterator)arg1) -> SparseMatIterator :
 
__reduce__(...)
helper for pickle
 
assign(...)
assign( (SparseMatIterator)arg1, (SparseMatIterator)it) -> SparseMatIterator :
 
next(...)
next( (SparseMatIterator)arg1) -> Node :
 
node(...)
node( (SparseMatIterator)arg1) -> Node :

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 24
Properties [hide private]
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (SparseMat)_m) -> None :

    C++ signature :
        void __init__(_object*,cv::SparseMat*)

__init__( (object)arg1, (SparseMatIterator)it) -> None :

    C++ signature :
        void __init__(_object*,cv::SparseMatIterator)

Overrides: object.__init__

__iter__(...)

 

__iter__( (SparseMatIterator)arg1) -> SparseMatIterator :

    C++ signature :
        SparseMatIterator_wrapper {lvalue} __iter__(SparseMatIterator_wrapper {lvalue})

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

assign(...)

 

assign( (SparseMatIterator)arg1, (SparseMatIterator)it) -> SparseMatIterator :
    
    Wrapped function:
        operator=

    C++ signature :
        cv::SparseMatIterator {lvalue} assign(cv::SparseMatIterator {lvalue},cv::SparseMatIterator)

next(...)

 

next( (SparseMatIterator)arg1) -> Node :

    C++ signature :
        cv::SparseMat::Node* next(SparseMatIterator_wrapper {lvalue})

node(...)

 

node( (SparseMatIterator)arg1) -> Node :

    C++ signature :
        cv::SparseMat::Node* node(cv::SparseMatIterator {lvalue})


Property Details [hide private]

this

Get Method:
unreachable(...)