pub struct vtkKdNode(/* private fields */);Expand description
This class represents a single spatial region
in an 3D axis aligned binary spatial partitioning. It is assumed the region bounds some set of points. Regions are represented as nodes in a binary tree.
@sa vtkKdTree vtkOBSPCuts
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkKdNode
impl RefUnwindSafe for vtkKdNode
impl !Send for vtkKdNode
impl !Sync for vtkKdNode
impl Unpin for vtkKdNode
impl UnwindSafe for vtkKdNode
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