[][src]Trait opencv::hub_prelude::WMeshTrait

pub trait WMeshTrait: Widget3DTrait {
    pub fn as_raw_WMesh(&self) -> *const c_void;
pub fn as_raw_mut_WMesh(&mut self) -> *mut c_void; }

Constructs a WMesh.

Parameters

  • mesh: Mesh object that will be displayed.
  • cloud: Points of the mesh object.
  • polygons: Points of the mesh object.
  • colors: Point colors.
  • normals: Point normals.

Required methods

Loading content...

Implementors

impl WMeshTrait for WMesh[src]

Loading content...