[][src]Trait opencv::core::SparseMat_NodeTrait

pub trait SparseMat_NodeTrait {
    fn as_raw_SparseMat_Node(&self) -> *const c_void;
fn as_raw_mut_SparseMat_Node(&mut self) -> *mut c_void; fn hashval(&self) -> size_t { ... }
fn set_hashval(&mut self, val: size_t) { ... }
fn next(&self) -> size_t { ... }
fn set_next(&mut self, val: size_t) { ... }
fn idx(&mut self) -> &mut [i32; 32] { ... } }

sparse matrix node - element of a hash table

Required methods

Loading content...

Provided methods

fn hashval(&self) -> size_t[src]

hash value

fn set_hashval(&mut self, val: size_t)[src]

hash value

fn next(&self) -> size_t[src]

index of the next node in the same hash table entry

fn set_next(&mut self, val: size_t)[src]

index of the next node in the same hash table entry

fn idx(&mut self) -> &mut [i32; 32][src]

index of the matrix element

Loading content...

Implementors

Loading content...