Esempio n. 1
0
 public static extern int agxset(NodeHandle component, int unk2, [MarshalAs(UnmanagedType.LPStr)] string unk3);
Esempio n. 2
0
 public static extern int agindex(NodeHandle component, [MarshalAs(UnmanagedType.LPStr)] string unk2);
Esempio n. 3
0
 public static extern string agget(NodeHandle component, [MarshalAs(UnmanagedType.LPStr)] string unk2);
Esempio n. 4
0
 public static extern string agxget(NodeHandle component, int unk2);
Esempio n. 5
0
 public static extern SymbolHandle aglstattr(NodeHandle component);
Esempio n. 6
0
 public static extern SymbolHandle agprvattr(NodeHandle component, SymbolHandle attribute);
Esempio n. 7
0
 public static extern EdgeHandle agfstout(GraphHandle graph, NodeHandle node);
Esempio n. 8
0
 public static extern SymbolHandle agfindattr(NodeHandle component, [MarshalAs(UnmanagedType.LPStr)] string name);
Esempio n. 9
0
 public static extern EdgeHandle agfindedge(GraphHandle graph, NodeHandle tail, NodeHandle head);
Esempio n. 10
0
 public static extern EdgeHandle agnxtedge(GraphHandle graph, EdgeHandle edge, NodeHandle node);
Esempio n. 11
0
 public static extern NodeHandle agprvnode(GraphHandle graph, NodeHandle node);
Esempio n. 12
0
 public static extern int agcontains(GraphHandle graph, NodeHandle component);
Esempio n. 13
0
 public static extern void agdelete(GraphHandle graph, NodeHandle component);
Esempio n. 14
0
 public static extern void aginsert(GraphHandle graph, NodeHandle component);
Esempio n. 15
0
 public static extern GraphHandle agusergraph(NodeHandle node);