[][src]Trait opencv::prelude::WCubeTrait

pub trait WCubeTrait: Widget3DTrait {
    pub fn as_raw_WCube(&self) -> *const c_void;
pub fn as_raw_mut_WCube(&mut self) -> *mut c_void; }

This 3D Widget defines a cube.

Required methods

Loading content...

Implementors

impl WCubeTrait for WCube[src]

Loading content...