pub struct vtkPoints2D(/* private fields */);Expand description
represent and manipulate 2D points
vtkPoints2D represents 2D points. The data model for vtkPoints2D is an array of vx-vy doublets accessible by (point or cell) id.
Implementations§
Source§impl vtkPoints2D
impl vtkPoints2D
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkPoints2D wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkPoints2D
impl Default for vtkPoints2D
Auto Trait Implementations§
impl Freeze for vtkPoints2D
impl RefUnwindSafe for vtkPoints2D
impl !Send for vtkPoints2D
impl !Sync for vtkPoints2D
impl Unpin for vtkPoints2D
impl UnwindSafe for vtkPoints2D
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