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

Component: A string-based ID representing a node in a graph. More...

#include <rerun/components/graph_node.hpp>

Public Member Functions

 GraphNode (const char *value_)
 Create a new graph edge from a c string.
 
 GraphNode (rerun::datatypes::Utf8 id_)
 
GraphNodeoperator= (rerun::datatypes::Utf8 id_)
 
 GraphNode (std::string value_)
 
GraphNodeoperator= (std::string value_)
 
 operator rerun::datatypes::Utf8 () const
 Cast to the underlying Utf8 datatype.
 

Public Attributes

rerun::datatypes::Utf8 id
 

Detailed Description

Component: A string-based ID representing a node in a graph.


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