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