Struct opencv::core::SparseMatIterator[][src]

pub struct SparseMatIterator { /* fields omitted */ }
Expand description

Read-write Sparse Matrix Iterator

The class is similar to cv::SparseMatConstIterator, but can be used for in-place modification of the matrix elements.

Implementations

the default constructor

the full constructor setting the iterator to the first sparse matrix element

the copy constructor

Trait Implementations

Wrap the specified raw pointer Read more

Return an the underlying raw pointer while consuming this wrapper. Read more

Return the underlying raw pointer. Read more

Return the underlying mutable raw pointer Read more

Executes the destructor for this type. Read more

Performs the conversion.

moves iterator to the element after the last element

returns the current node of the sparse matrix. it.node->idx is the current element index

returns pointer to the current sparse matrix node. it.node->idx is the index of the current element (do not modify it!)

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.