pub struct CropBox { /* private fields */ }Expand description
Keeps (or, when invert is set, drops) points inside an axis-aligned box.
Implementations§
Trait Implementations§
Source§impl PointCloudFilter for CropBox
impl PointCloudFilter for CropBox
Source§fn filter(&self, input: &PointCloud) -> SpatialResult<PointCloud>
fn filter(&self, input: &PointCloud) -> SpatialResult<PointCloud>
Applies the filter and returns a new point cloud.
impl Copy for CropBox
impl StructuralPartialEq for CropBox
Auto Trait Implementations§
impl Freeze for CropBox
impl RefUnwindSafe for CropBox
impl Send for CropBox
impl Sync for CropBox
impl Unpin for CropBox
impl UnsafeUnpin for CropBox
impl UnwindSafe for CropBox
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