pub struct vtkGraphEdge(/* private fields */);Expand description
Representation of a single graph edge.
A heavy-weight (vtkObject subclass) graph edge object that may be used instead of the vtkEdgeType struct, for use with wrappers. The edge contains the source and target vertex ids, and the edge id.
@sa vtkGraph
Implementations§
Source§impl vtkGraphEdge
impl vtkGraphEdge
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkGraphEdge wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkGraphEdge
impl Default for vtkGraphEdge
Auto Trait Implementations§
impl Freeze for vtkGraphEdge
impl RefUnwindSafe for vtkGraphEdge
impl !Send for vtkGraphEdge
impl !Sync for vtkGraphEdge
impl Unpin for vtkGraphEdge
impl UnwindSafe for vtkGraphEdge
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