Rerun C++ SDK
|
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_) | |
GraphEdge & | operator= (rerun::datatypes::Utf8Pair edge_) |
operator rerun::datatypes::Utf8Pair () const | |
Cast to the underlying Utf8Pair datatype. | |
Public Attributes | |
rerun::datatypes::Utf8Pair | edge |
Component: An edge in a graph connecting two nodes.