pub struct vtkMutableDirectedGraph(/* private fields */);Expand description
An editable directed graph.
vtkMutableDirectedGraph is a directed graph which has additional methods for adding edges and vertices. AddChild() is a convenience method for constructing trees. ShallowCopy(), DeepCopy(), CheckedShallowCopy() and CheckedDeepCopy() will succeed for instances of vtkDirectedGraph, vtkMutableDirectedGraph and vtkTree.
@sa vtkDirectedGraph vtkGraph vtkTree
Implementations§
Source§impl vtkMutableDirectedGraph
impl vtkMutableDirectedGraph
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkMutableDirectedGraph wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkMutableDirectedGraph
impl Default for vtkMutableDirectedGraph
Auto Trait Implementations§
impl Freeze for vtkMutableDirectedGraph
impl RefUnwindSafe for vtkMutableDirectedGraph
impl !Send for vtkMutableDirectedGraph
impl !Sync for vtkMutableDirectedGraph
impl Unpin for vtkMutableDirectedGraph
impl UnwindSafe for vtkMutableDirectedGraph
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