pub struct vtkPoints(/* private fields */);Expand description
represent and manipulate 3D points
vtkPoints represents 3D points. The data model for vtkPoints is an array of vx-vy-vz triplets accessible by (point or cell) id.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkPoints
impl RefUnwindSafe for vtkPoints
impl !Send for vtkPoints
impl !Sync for vtkPoints
impl Unpin for vtkPoints
impl UnwindSafe for vtkPoints
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