Struct opencv::viz::WPaintedCloud
source · pub struct WPaintedCloud { /* private fields */ }Implementations§
source§impl WPaintedCloud
impl WPaintedCloud
sourcepub fn new(cloud: &impl ToInputArray) -> Result<WPaintedCloud>
pub fn new(cloud: &impl ToInputArray) -> Result<WPaintedCloud>
Paint cloud with default gradient between cloud bounds points
sourcepub fn new_1(
cloud: &impl ToInputArray,
p1: Point3d,
p2: Point3d
) -> Result<WPaintedCloud>
pub fn new_1( cloud: &impl ToInputArray, p1: Point3d, p2: Point3d ) -> Result<WPaintedCloud>
Paint cloud with default gradient between given points
sourcepub fn new_2(
cloud: &impl ToInputArray,
p1: Point3d,
p2: Point3d,
c1: &impl ColorTraitConst,
c2: impl ColorTraitConst
) -> Result<WPaintedCloud>
pub fn new_2( cloud: &impl ToInputArray, p1: Point3d, p2: Point3d, c1: &impl ColorTraitConst, c2: impl ColorTraitConst ) -> Result<WPaintedCloud>
Paint cloud with gradient specified by given colors between given points
Trait Implementations§
source§impl Boxed for WPaintedCloud
impl Boxed for WPaintedCloud
source§unsafe fn from_raw(
ptr: <WPaintedCloud as OpenCVType<'_>>::ExternReceive
) -> Self
unsafe fn from_raw( ptr: <WPaintedCloud as OpenCVType<'_>>::ExternReceive ) -> Self
Wrap the specified raw pointer Read more
source§fn into_raw(self) -> <WPaintedCloud as OpenCVTypeExternContainer>::ExternSendMut
fn into_raw(self) -> <WPaintedCloud as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying raw pointer while consuming this wrapper. Read more
source§fn as_raw(&self) -> <WPaintedCloud as OpenCVTypeExternContainer>::ExternSend
fn as_raw(&self) -> <WPaintedCloud as OpenCVTypeExternContainer>::ExternSend
Return the underlying raw pointer. Read more
source§fn as_raw_mut(
&mut self
) -> <WPaintedCloud as OpenCVTypeExternContainer>::ExternSendMut
fn as_raw_mut( &mut self ) -> <WPaintedCloud as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying mutable raw pointer Read more
source§impl Debug for WPaintedCloud
impl Debug for WPaintedCloud
source§impl Drop for WPaintedCloud
impl Drop for WPaintedCloud
source§impl From<WPaintedCloud> for Widget
impl From<WPaintedCloud> for Widget
source§fn from(s: WPaintedCloud) -> Self
fn from(s: WPaintedCloud) -> Self
Converts to this type from the input type.
source§impl From<WPaintedCloud> for Widget3D
impl From<WPaintedCloud> for Widget3D
source§fn from(s: WPaintedCloud) -> Self
fn from(s: WPaintedCloud) -> Self
Converts to this type from the input type.
source§impl WPaintedCloudTrait for WPaintedCloud
impl WPaintedCloudTrait for WPaintedCloud
fn as_raw_mut_WPaintedCloud(&mut self) -> *mut c_void
source§impl WPaintedCloudTraitConst for WPaintedCloud
impl WPaintedCloudTraitConst for WPaintedCloud
fn as_raw_WPaintedCloud(&self) -> *const c_void
source§impl Widget3DTrait for WPaintedCloud
impl Widget3DTrait for WPaintedCloud
fn as_raw_mut_Widget3D(&mut self) -> *mut c_void
source§fn update_pose(&mut self, pose: Affine3d) -> Result<()>
fn update_pose(&mut self, pose: Affine3d) -> Result<()>
Updates pose of the widget by pre-multiplying its current pose. Read more
source§impl Widget3DTraitConst for WPaintedCloud
impl Widget3DTraitConst for WPaintedCloud
source§impl WidgetTrait for WPaintedCloud
impl WidgetTrait for WPaintedCloud
source§impl WidgetTraitConst for WPaintedCloud
impl WidgetTraitConst for WPaintedCloud
impl Send for WPaintedCloud
Auto Trait Implementations§
impl Freeze for WPaintedCloud
impl RefUnwindSafe for WPaintedCloud
impl !Sync for WPaintedCloud
impl Unpin for WPaintedCloud
impl UnwindSafe for WPaintedCloud
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more