API Reference > Namespaces > revision_control_graph Namespace > Classes > GraphNode Structure
GraphNode Structure
Syntax
C++
struct GraphNode { float x; float y; GraphColor color; std::string id; std::vector<std::string> parents; };

RevisionControlGraph.h

(sha is ansi string) so using std::string is ok

 
Name 
Description 
 
This is the overview for the GraphNode constructor overload. 
 
Name 
Description 
 
 
 
id 
 
 
 
 
x 
 
 
y 
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.