pub struct Widget3D { /* private fields */ }Expand description
Base class of all 3D widgets.
Implementations§
Trait Implementations§
source§impl Boxed for Widget3D
impl Boxed for Widget3D
source§unsafe fn from_raw(ptr: <Widget3D as OpenCVType<'_>>::ExternReceive) -> Self
unsafe fn from_raw(ptr: <Widget3D as OpenCVType<'_>>::ExternReceive) -> Self
Wrap the specified raw pointer Read more
source§fn into_raw(self) -> <Widget3D as OpenCVTypeExternContainer>::ExternSendMut
fn into_raw(self) -> <Widget3D as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying raw pointer while consuming this wrapper. Read more
source§fn as_raw(&self) -> <Widget3D as OpenCVTypeExternContainer>::ExternSend
fn as_raw(&self) -> <Widget3D as OpenCVTypeExternContainer>::ExternSend
Return the underlying raw pointer. Read more
source§fn as_raw_mut(
&mut self
) -> <Widget3D as OpenCVTypeExternContainer>::ExternSendMut
fn as_raw_mut( &mut self ) -> <Widget3D as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying mutable raw pointer Read more
source§impl From<WCameraPosition> for Widget3D
impl From<WCameraPosition> for Widget3D
source§fn from(s: WCameraPosition) -> Self
fn from(s: WCameraPosition) -> Self
Converts to this type from the input type.
source§impl From<WCloudCollection> for Widget3D
impl From<WCloudCollection> for Widget3D
source§fn from(s: WCloudCollection) -> Self
fn from(s: WCloudCollection) -> Self
Converts to this type from the input type.
source§impl From<WCloudNormals> for Widget3D
impl From<WCloudNormals> for Widget3D
source§fn from(s: WCloudNormals) -> Self
fn from(s: WCloudNormals) -> Self
Converts to this type from the input type.
source§impl From<WCoordinateSystem> for Widget3D
impl From<WCoordinateSystem> for Widget3D
source§fn from(s: WCoordinateSystem) -> Self
fn from(s: WCoordinateSystem) -> 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 From<WTrajectory> for Widget3D
impl From<WTrajectory> for Widget3D
source§fn from(s: WTrajectory) -> Self
fn from(s: WTrajectory) -> Self
Converts to this type from the input type.
source§impl From<WTrajectoryFrustums> for Widget3D
impl From<WTrajectoryFrustums> for Widget3D
source§fn from(s: WTrajectoryFrustums) -> Self
fn from(s: WTrajectoryFrustums) -> Self
Converts to this type from the input type.
source§impl From<WTrajectorySpheres> for Widget3D
impl From<WTrajectorySpheres> for Widget3D
source§fn from(s: WTrajectorySpheres) -> Self
fn from(s: WTrajectorySpheres) -> Self
Converts to this type from the input type.
source§impl From<WWidgetMerger> for Widget3D
impl From<WWidgetMerger> for Widget3D
source§fn from(s: WWidgetMerger) -> Self
fn from(s: WWidgetMerger) -> Self
Converts to this type from the input type.
source§impl Widget3DTrait for Widget3D
impl Widget3DTrait for Widget3D
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 Widget3D
impl Widget3DTraitConst for Widget3D
source§impl WidgetTrait for Widget3D
impl WidgetTrait for Widget3D
source§impl WidgetTraitConst for Widget3D
impl WidgetTraitConst for Widget3D
impl Send for Widget3D
Auto Trait Implementations§
impl Freeze for Widget3D
impl RefUnwindSafe for Widget3D
impl !Sync for Widget3D
impl Unpin for Widget3D
impl UnwindSafe for Widget3D
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