pub struct vtkPath(/* private fields */);Expand description
concrete dataset representing a path defined by Bezier
curves.
vtkPath provides a container for paths composed of line segments, 2nd-order (quadratic) and 3rd-order (cubic) Bezier curves.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkPath
impl RefUnwindSafe for vtkPath
impl !Send for vtkPath
impl !Sync for vtkPath
impl Unpin for vtkPath
impl UnwindSafe for vtkPath
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