[][src]Trait opencv::viz::prelude::WCylinderTrait

pub trait WCylinderTrait: Widget3DTrait {
    pub fn as_raw_WCylinder(&self) -> *const c_void;
pub fn as_raw_mut_WCylinder(&mut self) -> *mut c_void; }

This 3D Widget defines a cylinder. :

Required methods

Loading content...

Implementors

impl WCylinderTrait for WCylinder[src]

Loading content...