pub struct vtkMutableUndirectedGraph(/* private fields */);Expand description
An editable undirected graph.
vtkMutableUndirectedGraph is an undirected graph with additional functions for adding vertices and edges. ShallowCopy(), DeepCopy(), CheckedShallowCopy(), and CheckedDeepCopy() will succeed when the argument is a vtkUndirectedGraph or vtkMutableUndirectedGraph.
@sa vtkUndirectedGraph vtkGraph
Implementations§
Source§impl vtkMutableUndirectedGraph
impl vtkMutableUndirectedGraph
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkMutableUndirectedGraph wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkMutableUndirectedGraph
impl Default for vtkMutableUndirectedGraph
Auto Trait Implementations§
impl Freeze for vtkMutableUndirectedGraph
impl RefUnwindSafe for vtkMutableUndirectedGraph
impl !Send for vtkMutableUndirectedGraph
impl !Sync for vtkMutableUndirectedGraph
impl Unpin for vtkMutableUndirectedGraph
impl UnwindSafe for vtkMutableUndirectedGraph
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