Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::GraphEdge Struct Reference

Component: An edge in a graph connecting two nodes. More...

#include <rerun/components/graph_edge.hpp>

Public Member Functions

 GraphEdge (rerun::datatypes::Utf8 first_, rerun::datatypes::Utf8 second_)
 Create a new graph edge from a pair of strings.
 
 GraphEdge (rerun::datatypes::Utf8Pair edge_)
 
GraphEdgeoperator= (rerun::datatypes::Utf8Pair edge_)
 
 operator rerun::datatypes::Utf8Pair () const
 Cast to the underlying Utf8Pair datatype.
 

Public Attributes

rerun::datatypes::Utf8Pair edge
 

Detailed Description

Component: An edge in a graph connecting two nodes.


The documentation for this struct was generated from the following file: