pub struct vtkBSPCuts(/* private fields */);Expand description
This class represents an axis-aligned Binary Spatial
Partitioning of a 3D space.
This class converts between the vtkKdTree representation of a tree of vtkKdNodes (used by vtkDistributedDataFilter) and a compact array representation that might be provided by a graph partitioning library like Zoltan. Such a representation could be used in message passing.
@sa vtkKdTree vtkKdNode vtkDistributedDataFilter
Implementations§
Source§impl vtkBSPCuts
impl vtkBSPCuts
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkBSPCuts wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkBSPCuts
impl Default for vtkBSPCuts
Auto Trait Implementations§
impl Freeze for vtkBSPCuts
impl RefUnwindSafe for vtkBSPCuts
impl !Send for vtkBSPCuts
impl !Sync for vtkBSPCuts
impl Unpin for vtkBSPCuts
impl UnwindSafe for vtkBSPCuts
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