Detail_TrackerContribFeatureTrait

Trait Detail_TrackerContribFeatureTrait 

Source
pub trait Detail_TrackerContribFeatureTrait: Detail_TrackerContribFeatureTraitConst + Detail_TrackerFeatureTrait {
    // Required method
    fn as_raw_mut_Detail_TrackerContribFeature(&mut self) -> *mut c_void;

    // Provided method
    fn selection(
        &mut self,
        response: &mut impl MatTrait,
        npoints: i32,
    ) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn selection( &mut self, response: &mut impl MatTrait, npoints: i32, ) -> Result<()>

Identify most effective features

§Parameters
  • response: Collection of response for the specific TrackerContribFeature
  • npoints: Max number of features

Note: This method modifies the response parameter

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§