pub struct vtkPointSetCellIterator(/* private fields */);Expand description
Implementation of vtkCellIterator using
vtkPointSet API.
Implementations§
Source§impl vtkPointSetCellIterator
impl vtkPointSetCellIterator
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkPointSetCellIterator wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkPointSetCellIterator
impl Default for vtkPointSetCellIterator
Auto Trait Implementations§
impl Freeze for vtkPointSetCellIterator
impl RefUnwindSafe for vtkPointSetCellIterator
impl !Send for vtkPointSetCellIterator
impl !Sync for vtkPointSetCellIterator
impl Unpin for vtkPointSetCellIterator
impl UnwindSafe for vtkPointSetCellIterator
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