12 #ifndef ROOT_TGraphEdge 13 #define ROOT_TGraphEdge Int_t * fN
number of edge points (GV) fN[0] = number of splines fN[1...n] = number of points in each spline ...
GVizAgedge_t * fGVEdge
Graphviz edge.
An edge object connecting two nodes which can be added in a TGraphStruct.
#define ClassDef(name, id)
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
void Layout()
Layout this edge in the GraphViz space.
virtual void Paint(Option_t *option="")
Paint this edge with its current attributes.
Double_t * fX
X edge points (GV)
GVizAgedge_t * GetGVEdge()
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to an edge.
Double_t fArrX
Arrow X position.
TGraphEdge()
Graph Edge default constructor.
TGraphNode * fNode2
Second node.
void SetGVEdge(GVizAgedge_t *gve)
Double_t * fY
X edge points (GV)
A graph node object which can be added in a TGraphStruct.
Mother of all ROOT objects.
Double_t fArrY
Arrow Y position.
void CreateGVEdge(GVizAgraph_t *gv)
Create the GraphViz edge into the GraphViz data structure gv.
void SaveAttributes(std::ostream &, const char *)
Save attributes as a C++ statement(s) on output stream out called by TGraphStruct::SavePrimitive.
virtual void SavePrimitive(std::ostream &, Option_t *)
Save primitive as a C++ statement(s) on output stream out.
virtual ~TGraphEdge()
Graph Edge default destructor.
TGraphNode * fNode1
First node.