pub struct vtkBSPIntersections(/* private fields */);Expand description
Perform calculations (mostly intersection
calculations) on regions of a 3D binary spatial partitioning.
Given an axis aligned binary spatial partitioning described by a vtkBSPCuts object, perform intersection queries on various geometric entities with regions of the spatial partitioning.
@sa vtkBSPCuts vtkKdTree
Implementations§
Source§impl vtkBSPIntersections
impl vtkBSPIntersections
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkBSPIntersections wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkBSPIntersections
impl Default for vtkBSPIntersections
Auto Trait Implementations§
impl Freeze for vtkBSPIntersections
impl RefUnwindSafe for vtkBSPIntersections
impl !Send for vtkBSPIntersections
impl !Sync for vtkBSPIntersections
impl Unpin for vtkBSPIntersections
impl UnwindSafe for vtkBSPIntersections
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