Trait LineMod_DepthNormalTrait

Source
pub trait LineMod_DepthNormalTrait: LineMod_DepthNormalTraitConst + LineMod_ModalityTrait {
    // Required method
    fn as_raw_mut_LineMod_DepthNormal(&mut self) -> *mut c_void;

    // Provided methods
    fn set_distance_threshold(&mut self, val: i32) { ... }
    fn set_difference_threshold(&mut self, val: i32) { ... }
    fn set_num_features(&mut self, val: size_t) { ... }
    fn set_extract_threshold(&mut self, val: i32) { ... }
    fn read(&mut self, fn_: &impl FileNodeTraitConst) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn set_distance_threshold(&mut self, val: i32)

Source

fn set_difference_threshold(&mut self, val: i32)

Source

fn set_num_features(&mut self, val: size_t)

Source

fn set_extract_threshold(&mut self, val: i32)

Source

fn read(&mut self, fn_: &impl FileNodeTraitConst) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§