pub struct vtkPolyVertex(/* private fields */);Expand description
cell represents a set of 0D vertices
vtkPolyVertex is a concrete implementation of vtkCell to represent a set of 3D vertices.
Implementations§
Source§impl vtkPolyVertex
impl vtkPolyVertex
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkPolyVertex wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkPolyVertex
impl Default for vtkPolyVertex
Auto Trait Implementations§
impl Freeze for vtkPolyVertex
impl RefUnwindSafe for vtkPolyVertex
impl !Send for vtkPolyVertex
impl !Sync for vtkPolyVertex
impl Unpin for vtkPolyVertex
impl UnwindSafe for vtkPolyVertex
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