Esempio n. 1
0
 public static extern int agnnodes(GraphHandle graph);
Esempio n. 2
0
 public static extern int gvRenderJobs(SafeContextHandle gvc, GraphHandle g);
Esempio n. 3
0
 public static extern int gvFreeLayout(SafeContextHandle gvc, GraphHandle g);
Esempio n. 4
0
 public static extern int gvRender(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string format, IntPtr FILE_out);
Esempio n. 5
0
 public static extern unsafe int gvRenderContext(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string format, void *context);
Esempio n. 6
0
 public static extern string agxget(GraphHandle component, int unk2);
Esempio n. 7
0
 public static extern int gvLayoutJobs(SafeContextHandle gvc, GraphHandle g);
Esempio n. 8
0
 public static extern NodeHandle aglstnode(GraphHandle graph);
Esempio n. 9
0
 public static extern NodeHandle agprvnode(GraphHandle graph, NodeHandle node);
Esempio n. 10
0
 public static extern int agcontains(GraphHandle graph, EdgeHandle component);
Esempio n. 11
0
 public static extern NodeHandle agfindnode(GraphHandle graph, [MarshalAs(UnmanagedType.LPStr)] string name);
Esempio n. 12
0
 public static extern void agdelete(GraphHandle graph, EdgeHandle component);
Esempio n. 13
0
 public static extern void aginsert(GraphHandle graph, EdgeHandle component);
Esempio n. 14
0
 public static extern int agnedges(GraphHandle graph);
Esempio n. 15
0
 public static extern SymbolHandle agprvattr(GraphHandle component, SymbolHandle attribute);
Esempio n. 16
0
 public static extern EdgeHandle agfindedge(GraphHandle graph, NodeHandle tail, NodeHandle head);
Esempio n. 17
0
 public static extern string agget(GraphHandle component, [MarshalAs(UnmanagedType.LPStr)] string unk2);
Esempio n. 18
0
 public static extern EdgeHandle agnxtedge(GraphHandle graph, EdgeHandle edge, NodeHandle node);
Esempio n. 19
0
 public static extern int gvLayout(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string engine);
Esempio n. 20
0
 public static extern EdgeHandle agfstout(GraphHandle graph, NodeHandle node);
Esempio n. 21
0
 public static extern void attach_attrs(GraphHandle g);
Esempio n. 22
0
 public static extern EdgeHandle agnxtout(GraphHandle graph, EdgeHandle edge);
Esempio n. 23
0
 public static extern int gvRenderFilename(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string format, [MarshalAs(UnmanagedType.LPStr)] string filename);
Esempio n. 24
0
 public static extern SymbolHandle agedgeattr(GraphHandle edge, [MarshalAs(UnmanagedType.LPStr)] string name, [MarshalAs(UnmanagedType.LPStr)] string value);
Esempio n. 25
0
 public static extern unsafe int gvRenderData(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string format, byte **result, uint *length);
Esempio n. 26
0
 public static extern SymbolHandle agfindattr(GraphHandle component, [MarshalAs(UnmanagedType.LPStr)] string name);
Esempio n. 27
0
 public static extern int agxset(GraphHandle component, int unk2, [MarshalAs(UnmanagedType.LPStr)] string unk3);
Esempio n. 28
0
 public static extern SymbolHandle aglstattr(GraphHandle component);
Esempio n. 29
0
 public static extern int agindex(GraphHandle component, [MarshalAs(UnmanagedType.LPStr)] string unk2);
Esempio n. 30
0
 public static extern EdgeHandle agprotoedge(GraphHandle graph);