[][src]Trait opencv::viz::WPolyLineTrait

pub trait WPolyLineTrait: Widget3DTrait {
    pub fn as_raw_WPolyLine(&self) -> *const c_void;
pub fn as_raw_mut_WPolyLine(&mut self) -> *mut c_void; }

This 3D Widget defines a poly line. :

Required methods

Loading content...

Implementors

impl WPolyLineTrait for WPolyLine[src]

Loading content...