pub struct vtkKdTreePointLocator(/* private fields */);Expand description
class to quickly locate points in 3-space
vtkKdTreePointLocator is a wrapper class that derives from vtkAbstractPointLocator and calls the search functions in vtkKdTree.
@sa vtkKdTree
Implementations§
Source§impl vtkKdTreePointLocator
impl vtkKdTreePointLocator
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkKdTreePointLocator wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkKdTreePointLocator
impl Default for vtkKdTreePointLocator
Auto Trait Implementations§
impl Freeze for vtkKdTreePointLocator
impl RefUnwindSafe for vtkKdTreePointLocator
impl !Send for vtkKdTreePointLocator
impl !Sync for vtkKdTreePointLocator
impl Unpin for vtkKdTreePointLocator
impl UnwindSafe for vtkKdTreePointLocator
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