pub trait LineMod_ColorGradientTrait: LineMod_ColorGradientTraitConst + LineMod_ModalityTrait {
// Required method
fn as_raw_mut_LineMod_ColorGradient(&mut self) -> *mut c_void;
// Provided methods
fn set_weak_threshold(&mut self, val: f32) { ... }
fn set_num_features(&mut self, val: size_t) { ... }
fn set_strong_threshold(&mut self, val: f32) { ... }
fn read(&mut self, fn_: &impl FileNodeTraitConst) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::rgbd::LineMod_ColorGradient
Required Methods§
fn as_raw_mut_LineMod_ColorGradient(&mut self) -> *mut c_void
Provided Methods§
fn set_weak_threshold(&mut self, val: f32)
fn set_num_features(&mut self, val: size_t)
fn set_strong_threshold(&mut self, val: f32)
fn read(&mut self, fn_: &impl FileNodeTraitConst) -> Result<()>
Object Safety§
This trait is not object safe.