pub struct vtkMergePoints(/* private fields */);Expand description
merge exactly coincident points
vtkMergePoints is a locator object to quickly locate points in 3D. The primary difference between vtkMergePoints and its superclass vtkPointLocator is that vtkMergePoints merges precisely coincident points and is therefore much faster. @sa vtkCleanPolyData
Implementations§
Source§impl vtkMergePoints
impl vtkMergePoints
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkMergePoints wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkMergePoints
impl Default for vtkMergePoints
Auto Trait Implementations§
impl Freeze for vtkMergePoints
impl RefUnwindSafe for vtkMergePoints
impl !Send for vtkMergePoints
impl !Sync for vtkMergePoints
impl Unpin for vtkMergePoints
impl UnwindSafe for vtkMergePoints
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