pub struct vtkCellLocatorStrategy(/* private fields */);Expand description
implement a specific vtkPointSet::FindCell() strategy based
on using a cell locator
vtkCellLocatorStrategy is implements a FindCell() strategy based on using the FindCell() method in a cell locator. This is often the slowest strategy, but the most robust.
@sa vtkFindCellStrategy vtkPointSet
Implementations§
Source§impl vtkCellLocatorStrategy
impl vtkCellLocatorStrategy
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkCellLocatorStrategy wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkCellLocatorStrategy
impl Default for vtkCellLocatorStrategy
Auto Trait Implementations§
impl Freeze for vtkCellLocatorStrategy
impl RefUnwindSafe for vtkCellLocatorStrategy
impl !Send for vtkCellLocatorStrategy
impl !Sync for vtkCellLocatorStrategy
impl Unpin for vtkCellLocatorStrategy
impl UnwindSafe for vtkCellLocatorStrategy
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